Skip to content

⚙️ nanoFramework Interpreter, CLR, HAL, PAL and reference target boards

License

Notifications You must be signed in to change notification settings

nanoframework/nf-interpreter

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4588d7c · Dec 5, 2018
Sep 11, 2017
Sep 17, 2018
Dec 5, 2018
Jun 15, 2018
Nov 15, 2018
Dec 5, 2018
Jul 20, 2018
Dec 5, 2018
Oct 17, 2018
Jun 15, 2018
Mar 28, 2017
Nov 9, 2018
Dec 5, 2018
Oct 18, 2018
Aug 30, 2017
Oct 19, 2018
Jan 22, 2017
Nov 17, 2018
Sep 17, 2018
Oct 11, 2018
Nov 13, 2018
Nov 30, 2018
Sep 17, 2018
Dec 5, 2018
Oct 18, 2018
Oct 26, 2018
Oct 26, 2018
Sep 26, 2018
Oct 26, 2018
Sep 17, 2018
Oct 26, 2018
Nov 5, 2018
Oct 18, 2018
Oct 11, 2017
Oct 18, 2018
Jun 28, 2017
Jan 29, 2017
Jan 22, 2017
Nov 12, 2018

Repository files navigation

License #yourfirstpr Discord

nanoFramework logo


Welcome to the nanoFramework Interpreter repository!

This repo contains:

Build status

Component Build Status Build Status (develop)
nanoBooter + nanoCLR Build status Build Status
Win32 test project Build status Build Status

Firmware for reference boards

Each of the following ZIP files contains the image files for nanoBooter and nanoCLR in various formats (HEX, BIN and DFU). They should be flashed in the target boards using an appropriate software utility.

The stable versions are RTM builds with the smallest possible size. They include the latest stable version. The debugging feature is disabled and only minimal (or none) error messages.

The preview versions are continuous builds of the reference targets. They include the latest version of all features and bug corrections. They also have the debugging feature enabled along with detailed error messages.

Target Stable Preview
ST_STM32F4_DISCOVERY Download Download
ST_STM32F429I_DISCOVERY Download Download
ST_NUCLEO64_F091RC Download Download
ST_NUCLEO144_F746ZG Download Download
ST_STM32F769I_DISCOVERY Download Download
MBN_QUAIL Download Download
NETDUINO3_WIFI Download Download
ESP32_DEVKITC Download Download

The above firmware builds include support for the class libraries and features marked bellow.

Target Gpio Spi I2c Pwm Adc Serial OneWire Events SWO Networking Large Heap
ST_STM32F4_DISCOVERY ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️
ST_STM32F429I_DISCOVERY ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️
ST_NUCLEO64_F091RC ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️
ST_NUCLEO144_F746ZG ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️
ST_STM32F769I_DISCOVERY ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️
MBN_QUAIL ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️
NETDUINO3_WIFI ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️
ESP32_DEVKITC ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️ ✔️

Feedback and documentation

For documentation, providing feedback, issues and finding out how to contribute please refer to the Home repo.

Join our Discord community here.

Credits

The list of contributors to this project can be found at CONTRIBUTORS.

License

The nanoFramework Interpreter is licensed under the Apache 2.0 license.

Code of Conduct

This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community.