|
|
|
|
@ -19,6 +19,12 @@ enthusiast.
|
|
|
|
|
|
|
|
|
|
This repository contains source of tinySA firmware.
|
|
|
|
|
|
|
|
|
|
# Support
|
|
|
|
|
|
|
|
|
|
General tinySA support questions should be posted here: https://groups.io/g/tinysa/messages
|
|
|
|
|
|
|
|
|
|
Use github issue list only for firmware bugs and preferrably cross post to: https://groups.io/g/tinysa/messages
|
|
|
|
|
|
|
|
|
|
## Prepare ARM Cross Tools
|
|
|
|
|
|
|
|
|
|
**UPDATE**: Recent gcc version works to build tinySA, no need old version.
|
|
|
|
|
@ -54,6 +60,10 @@ Just make in the directory.
|
|
|
|
|
|
|
|
|
|
$ make
|
|
|
|
|
|
|
|
|
|
For tinySA Ultra use this command
|
|
|
|
|
|
|
|
|
|
$ make TARGET="F303"
|
|
|
|
|
|
|
|
|
|
### Build firmware using docker
|
|
|
|
|
|
|
|
|
|
Using [this docker image](https://hub.docker.com/r/edy555/arm-embedded) and without installing arm toolchain, you can build the firmware.
|
|
|
|
|
|