This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
FreeRTOS-Kernel/include
alfred gedeon 719ceee352
Add suppport for ARM CM55 (#494)
* Add supposrt for ARM CM55

* Fix file header

* Remove duplicate code

* Refactor portmacro.h

1. portmacro.h is re-factored into 2 parts - portmacrocommon.h which is
   common to all ARMv8-M ports and portmacro.h which is different for
   different compiler and architecture. This enables us to provide
   Cortex-M55 ports without code duplication.
2. Update copy_files.py so that it copies Cortex-M55 ports correctly -
   all files except portmacro.h are used from Cortex-M33 ports.

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>

Co-authored-by: Gaurav Aggarwal <aggarg@amazon.com>
2022-06-01 15:00:10 -07:00
..
atomic.h Normalize files with mixed line endings (introduced in commit 3a413d1) 2021-06-01 17:55:18 -07:00
croutine.h Replace <pre> with @code - remaining files (#388) 2021-09-07 12:03:12 -07:00
deprecated_definitions.h Normalize files with mixed line endings (introduced in commit 3a413d1) 2021-06-01 17:55:18 -07:00
event_groups.h Fix some warnings in doxygen comments (#453) 2022-02-10 11:36:42 -08:00
FreeRTOS.h Add suppport for ARM CM55 (#494) 2022-06-01 15:00:10 -07:00
list.h Add configUSE_MINI_LIST_ITEM configuration option to enable the MiniListItem_t type. (#433) 2022-01-19 13:12:57 -08:00
message_buffer.h Clean some spell check words. (#439) 2022-01-07 10:45:58 -08:00
mpu_prototypes.h Corrected spelling mistake in mpu_prototypes.h 2022-04-14 10:16:10 -07:00
mpu_wrappers.h Correct spelling mistake in mpu_wrappers.h 2022-04-14 10:16:10 -07:00
portable.h Declare vApplicationMallocFailedHook function in task.h instead in each C heap file (#483) 2022-04-13 10:44:14 -07:00
projdefs.h Normalize files with mixed line endings (introduced in commit 3a413d1) 2021-06-01 17:55:18 -07:00
queue.h queue.h: cTaskWokenByPost -> xTaskWokenByReceive (#491) 2022-04-25 14:11:51 -07:00
semphr.h Clean some spell check words. (#439) 2022-01-07 10:45:58 -08:00
stack_macros.h Run uncrustify with github workflows (#369) 2021-07-28 17:53:10 -07:00
StackMacros.h Fix warning message error. (#443) 2022-01-21 10:10:22 -08:00
stdint.readme Normalize files with mixed line endings (introduced in commit 3a413d1) 2021-06-01 17:55:18 -07:00
stream_buffer.h Clean some spell check words. (#439) 2022-01-07 10:45:58 -08:00
task.h Update documentation of uxTaskGetTaskNumber function (#460) 2022-02-22 10:44:05 -08:00
timers.h Clean some spell check words. (#439) 2022-01-07 10:45:58 -08:00