Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/geomatsi/msp430-tests
- Owner: geomatsi
- Created: 2018-01-14T13:24:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-20T19:41:28.000Z (about 7 years ago)
- Last Synced: 2024-10-25T08:36:09.500Z (3 months ago)
- Topics: bare-metal, c, gcc, msp430, msp430g2231
- Language: C
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```