mozilla-sensorweb / sensorweb-firmware

Contains all code that runs on the SensorWeb device
Mozilla Public License 2.0
4 stars 3 forks source link

Add build scripts for creating firmware images #1

Closed tdz closed 7 years ago

tdz commented 7 years ago

Run 'make all' to build the firmware and create an image file. Run 'make clean' to clean up your repository.

This patch only adds the build-system scripts. For an actual build, you'll have to add a linker script, helper libraries, and the source code of your firmware.

tdz commented 7 years ago

This is only the build system. Have a look at my freertos_demo [1] branch for a conversion of the FreeRTOS example from the SDK.

[1] https://github.com/tdz/sensorweb-firmware/tree/freertos_demo