nf-interpreter
nf-interpreter copied to clipboard
:gear: nanoFramework Interpreter, CLR, HAL, PAL and reference target boards
## Description - Add littlefs to build system. - Replacing and removing Win.Storage from ChibiOS and Azure RTOS targets. - Temporarily removing support for SDCard and USB MSD in ORGPALTHREE....
## Description When running PS on azure pipelines. ## Motivation and Context ## How Has This Been Tested? ## Screenshots ## Types of changes - [ ] Improvement (non-breaking change...
## Description - Replace deprecated lwIP calls with correct ones. - DHCP is now started in ChibiOS regardless of network being up or not. ## Motivation and Context - Need...
## Description - Add wrapper for mbedTLS API. - Update assembly declaration. ## Motivation and Context - Following nanoframework/System.Security.Cryptography#6 ## How Has This Been Tested? ## Screenshots ## Types of...
## Description There were sporatic failures with firmware releases on STM32F7 series related to the ability to read the content of files. This is a speculative fix that addresses the...
## Description Here is a speculative fix for STM32F7 series MCU's. The fix might need adjustment to align with our memory map(s). ## Motivation and Context As found at https://github.com/ArduPilot/ChibiOS.svn/commit/ad5f683d23e276e2bd1e63f1b2e5d0ded4949148...
## Description C3 firmware cannot run beyond simple Hello world. ## Motivation and Context The problem arise in the way the IDF 5.x calculate the available memory vs IDF 4.4....
## Description For some reason we were getting a much smaller size of managed heap when running on IF 5.x firmware then previously even through parameters where unchanged. To try...
## Description Rename file to match target. ## Motivation and Context ## How Has This Been Tested? ## Screenshots ## Types of changes - [ ] Improvement (non-breaking change that...
## Description - Updating System.IO.FileSystem checksum. ## Motivation and Context The current Nuget library has a different checksum than the firmware. ## How Has This Been Tested? - Manually ##...