nf-interpreter
nf-interpreter copied to clipboard
:gear: nanoFramework Interpreter, CLR, HAL, PAL and reference target boards
## Description Updates FatFS to the latest version ## Motivation and Context Most (if not all) platforms are already using it, (our current src repo does not take into account...
## Description * Adds LCD GRAPHICS for the ST_STM32F429I_DISCOVERY ## Motivation and Context * This board has an LCD. ## How Has This Been Tested? ## Screenshots ## Types of...
## Description ## Motivation and Context - Following nanoframework/System.Net#265 ## How Has This Been Tested? ## Screenshots ## Types of changes - [ ] Improvement (non-breaking change that improves a...
## 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...
## Description - Moves the ble implementation to accomodate the change in nanoframework/nanoFramework.Device.Bluetooth/pull/35 ## Motivation and Context - Resolves nanoFramework/Home#1059 ## How Has This Been Tested? ## Screenshots ## Types...
## Description This adds support for the following Ethernet based ESP32 boards. - ESP32_ETHERNET_KIT_1.2 (Espressif) - ESP32_WT32_ETH01 - ESP32_WESP32 Change the Ethernet configuration so as to support new boards and...
## Description ## Motivation and Context - Following nanoframework/CoreLibrary#185 ## How Has This Been Tested? ## Screenshots ## Types of changes - [ ] Improvement (non-breaking change that improves a...
## 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...
## Description Adds native code supporting nanoFramework.Hardware.Esp32.EspNow managed lib. ## Motivation and Context - Resolves nanoFramework/Home#927 ## How Has This Been Tested? Used in my own project. ## Types of...
## Description This commit switches the define for the HAL_Time_CurrrentSysTicks from osKernelSysTicks to a new function HAL_Time_ExtendedCurrentSysTicks. As the old function osKernelSysTicks returns only a 32-bit value, the new function...