Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/geomatsi/msp430-tests

msp430 examples
https://github.com/geomatsi/msp430-tests

bare-metal c gcc msp430 msp430g2231

Last synced: about 1 month ago
JSON representation

msp430 examples

Awesome Lists containing this project

README

        

# MSP430 examples

## Meson build
Build commands:

```bash
$ mkdir build
$ meson --cross-file cross_msp430x.txt build
$ cd build
$ ninja blink
$ ninja flash_blink
```