]> git.sur5r.net Git - freertos/commit
Add new port layer for Cortex-A devices without the means to mask interrupt priorities.
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 12 Jul 2014 19:21:04 +0000 (19:21 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 12 Jul 2014 19:21:04 +0000 (19:21 +0000)
commit2725b775405221568342ca353ce775521dea9422
tree814e9e2f9cde5f136bb92454f44e44eafcf8b729
parentb5e8783f09b8eb7c8b8f3c6c9517cb9c667286fa
Add new port layer for Cortex-A devices without the means to mask interrupt priorities.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2273 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Source/portable/IAR/ARM_CAx_No_GIC/port.c [new file with mode: 0644]
FreeRTOS/Source/portable/IAR/ARM_CAx_No_GIC/portASM.h [new file with mode: 0644]
FreeRTOS/Source/portable/IAR/ARM_CAx_No_GIC/portASM.s [new file with mode: 0644]
FreeRTOS/Source/portable/IAR/ARM_CAx_No_GIC/portmacro.h [new file with mode: 0644]