Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwbrown/nim_stm32f3
Small embedded Nim program running on an STM32F3.
https://github.com/mwbrown/nim_stm32f3
Last synced: 3 months ago
JSON representation
Small embedded Nim program running on an STM32F3.
- Host: GitHub
- URL: https://github.com/mwbrown/nim_stm32f3
- Owner: mwbrown
- Created: 2014-07-29T05:22:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-09T20:41:07.000Z (over 8 years ago)
- Last Synced: 2024-05-12T10:35:32.517Z (6 months ago)
- Language: Nimrod
- Homepage:
- Size: 8.79 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-nim - stm32f3 - Run Nim on STM32F3 micro-controller (16KB of RAM). (Hardware / Embedded)
README
# nim_stm32f3
## Description
Small embedded Nim program running on an STM32F3.
## Building
The Makefile requires the `arm-none-eabi-gcc` toolchain to be installed. To build:
```
git clone git://github.com/mwbrown/nim_stm32f3.git nim_stm32f3
cd nim_stm32f3
./setup.sh
make
```## Debugging
TODO