FreeRTOS-Kernel/portable/IAR/MSP430X
Larry May 89fe045afa Remove hardware dependence in portmacros.h
The IAR MSP430X port `#include "msp430.h"` which pulls all the hardware
register definitions into anything which `#include "FreeRTOS.h"`.  This
removes that hardware dependency "leak" by removing the header file
and re-defining the `portDISABLE_INTERRUPTS()` and
`portENABLE_INTERRUPTS()` macros in terms of `__asm`.
2024-08-08 15:24:23 -04:00
..
data_model.h Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
port.c Remove hardware dependence in portmacros.h 2024-08-08 15:24:23 -04:00
portext.s43 Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
portmacro.h Remove hardware dependence in portmacros.h 2024-08-08 15:24:23 -04:00