Robin Jones

Results 178 comments of Robin Jones

I cannot help feel that we can do better here... Lets perhaps open a dissussion about what should be the source of truth, and/or what build systems we want to...

@josesimoes , I am not disagreeing, but do thing there are improvements to be made (working on them). For example, the `cmake-variants-DEVCONTAINER.json` is basically a superset of all other `cmake-variants.json`...

Here is a working POC (for VSCode).... [CMakePresets.json.txt](https://github.com/nanoframework/Home/files/7810962/CMakePresets.json.txt) At least, as a backup for further improvements....

[CMakePresets2.json.txt](https://github.com/nanoframework/Home/files/7825460/CMakePresets2.json.txt) Here is the next version (for a single target (F769I)) that works with both VS2019 (and probably 22) and VSCode. I have also added what should work with a...

I realise this is a draft and subject to change... but thought I would add the need to keep the `.nuspec` files inline for sucessful CI... ![image](https://user-images.githubusercontent.com/11439699/186769039-a0b95bf1-1111-47bd-aeff-35d3e2d59879.png)

Dont forget to add ```"nanoFramework.Runtime.Events" version="1.10.0"``` to `.nuspec`.

It also looks like you need to add the following to the `.nuspec` file: ``` nanoFramework.Runtime.Native.1.5.4 nanoFramework.System.Device.Gpio.1.0.4 nanoFramework.System.Device.Model.1.1.113.2032 nanoFramework.System.Diagnostics.Stopwatch.1.1.113.2032 ```

You do realise that where you are currently getting mikmod from doesnt even exist... I moved it to the n64-tools org years ago! I guess it is lucky that it...