Use STM32 platform, install FreeRTOS, implement UART CLI for next functionality: - light on LED for specified period in seconds, other commands are available while LED is ON. When after specified period led is off - notify user with text message on same console - set/get brightness for LED - return state of user button - enable/disable button monitoring, asynchronously monitor state of button and if it's state changed(pressed/unpressed) notify user with text message on same console - help CLI must be user friendly as much as possible. Result: you can connect device to PC and work with CLI

History

minor fixes default tip

2017-12-10, by gjgsd [Sun, 10 Dec 2017 16:11:32 +0000] rev 5

minor fixes


Use STM32 platform, install FreeRTOS, implement UART CLI(command line interface) for next functionality:; - light on LED for specified period in seconds, command must be async(other commands are available while LED is ON). When after specified period

2017-12-10, by gjgsd [Sun, 10 Dec 2017 13:50:11 +0000] rev 4

Use STM32 platform, install FreeRTOS, implement UART CLI(command line interface) for next functionality:; - light on LED for specified period in seconds, command must be async(other commands are available while LED is ON). When after specified period


first draft

2017-12-09, by gjgsd [Sat, 09 Dec 2017 16:18:22 +0000] rev 3

first draft


- replace mbed-rtos and mbed libraries with mbed-os library; - update example with latest thread syntax

2017-11-23, by bcostm [Thu, 23 Nov 2017 13:09:25 +0000] rev 2

- replace mbed-rtos and mbed libraries with mbed-os library; - update example with latest thread syntax


Adding new mbed library

2017-06-07, by arostm [Wed, 07 Jun 2017 13:55:59 +0000] rev 1

Adding new mbed library


First release

2016-03-17, by bcostm [Thu, 17 Mar 2016 15:17:54 +0000] rev 0

First release