Robin Jones

Results 76 issues of Robin Jones

## Description ## Motivation and Context A long time feature request is to add SQLite support. This PR adds the skeleton for such a request and is backed up by...

Type: enhancement
do not merge

## Description The .vscode folder still included an obsolete file. ## Motivation and Context It is no longer supported (and since replaced with global "presets") ## How Has This Been...

Area: Config-and-Build
do not merge

## Description * Unit test have been added to the project (although only as skeletons). ## Motivation and Context * The CI should check them. * NOTE: they are currently...

Area: Config-and-Build
Type: Unit Tests

## Description * Adds a unit test (skeleton) project. ## Motivation and Context This project does not currently contain unit tests. This adds the skeleton and some sample (non working)...

Type: Unit Tests

## Description Although similar in name to the `PCF8563`, the `PCF85263` is a more capable device and is not register compatible. This works towards a fully functional driver, but as...

Type: enhancement

This PR is WiP to update to the latest libDragon and add a CI to keep it up-to-date. Currently it is able to output a working ROM, but has an...

### Description Given the use of nanoFramework in an IoT world, and its open source nature, it is likely that people will need to keep secrets and is easy to...

Type: Feature request
Status: waiting feedback

## Description Adds file transfer option available in OS 3.07. Notes (this emulates the same functionality as the latest (non sourcecode release at krikzz.com).: * Cannot handle spaces in paths...

## Description Adds a `.net6` build for default compatibility with Windows 11 and linux. Drops `.net5` from CI as no longer supported. Fixes CI build of sample ROM (using compatible...

## Description Improves buildability, function names, ROM text and source comments (and formatting) for the XIO sample. Given that it is based on #17 , I would expect that to...