Robin Jones
Robin Jones
 It seems that something like this needs adding to the `mcuconf.h` file: ``` /* * Memory attributes settings. */ #define STM32_NOCACHE_ENABLE TRUE #define STM32_NOCACHE_MPU_REGION MPU_REGION_6 #define STM32_NOCACHE_RBAR 0x30010000U #define...
They are (I think) existing methods in the native RTOS for most (if not all) boards, so they need exposing to the managed layer. I guess the question is, whether...
I guess this is an example... https://github.com/networkfusion/NetMfMqttClient/blob/master/src/Gadgeteermqtt/SHA.cs so would be a new lib called `System.Security.Cryptography`
@AdrianSoundy @alberk8 , was this fixed with the latest bluetooth changes?
For the core libs, More consise documentation and perhaps sample PR needed (since the one provided in the description is too broad to be of help). Although a great start...
Duplicate? https://github.com/nanoframework/Home/issues/1074
We no longer use appveyor. Is this still applicable?
Just wondering if the solution is in this commit... https://github.com/nanoframework/nanoFramework.IoT.Device/commit/150c4d2ec3581f49b955eec0936452b83e76a1cd Of note, that commit seems to have fixed the button that required a software debounce, but broken the buttons that...