vos/ambiq-hal-sys/ambiq-sparkfun-sdk/boards/apollo3_evb/examples/freertos_lowpower/README.txt

25 lines
554 B
Plaintext
Raw Normal View History

2022-10-24 06:45:43 +00:00
Name:
=====
freertos_lowpower
Description:
============
Example of the app running under FreeRTOS.
This example implements LED task within the FreeRTOS framework. It monitors
three On-board buttons, and toggles respective on-board LEDs in response.
To save power, this application is compiled without print
statements by default. To enable them, add the following project-level
macro definitions.
AM_DEBUG_PRINTF
If enabled, debug messages will be sent over ITM.
******************************************************************************