Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mwbrown/nim_stm32f3

Small embedded Nim program running on an STM32F3.
https://github.com/mwbrown/nim_stm32f3

Last synced: about 2 months ago
JSON representation

Small embedded Nim program running on an STM32F3.

Awesome Lists containing this project

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