Add "Tickless Idle" support for ARMv8M ports (#29)

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
Gaurav-Aggarwal-AWS 2020-03-16 10:50:49 -07:00 committed by GitHub
parent 459dceb29c
commit 177e79fc79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 2286 additions and 200 deletions

View file

@ -24,7 +24,6 @@
*
* 1 tab == 4 spaces!
*/
/* Including FreeRTOSConfig.h here will cause build errors if the header file
contains code not understood by the assembler - for example the 'extern' keyword.
To avoid errors place any such code inside a #ifdef __ICCARM__/#endif block so