]> git.sur5r.net Git - freertos/commit
Removing unnecessary ThirdParty ports -- Wiced_CY and nrf52840-dk.
authoryuhzheng <yuhzheng@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 30 Jan 2020 19:45:03 +0000 (19:45 +0000)
committeryuhzheng <yuhzheng@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Thu, 30 Jan 2020 19:45:03 +0000 (19:45 +0000)
commitbb671baa20f7ae9a17e20528d56527da1072ee57
treeb859d6ef9a070b4dd2b6335dcac9215e78db4647
parent1629c27d6c6df268e39aaaa1e5fc1593f2fa4558
Removing unnecessary ThirdParty ports -- Wiced_CY and nrf52840-dk.

For projects depending on either of these two ports, please update your projects according to below:
Wiced_CY -- Use GCC/ARM_CRx_No_GIC instead.
nrf52840-dk -- Use GCC/ARM_CM7/r0p1 instead. Please note that, kernel port shall only take dependency on MCU core, not MCU peripherals. (Please take out RTC related from kernel port.) For low power feature (tickless) in FreeRTOS, please follow this page https://www.freertos.org/low-power-ARM-cortex-rtos.html. In case ARM_CM7/rop1 is missing any feature, reach out to us.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2812 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Source/portable/ThirdParty/GCC/Wiced_CY/port.c [deleted file]
FreeRTOS/Source/portable/ThirdParty/GCC/Wiced_CY/portASM.S [deleted file]
FreeRTOS/Source/portable/ThirdParty/GCC/Wiced_CY/portmacro.h [deleted file]
FreeRTOS/Source/portable/ThirdParty/GCC/nrf52840-dk/port.c [deleted file]
FreeRTOS/Source/portable/ThirdParty/GCC/nrf52840-dk/port_cmsis.c [deleted file]
FreeRTOS/Source/portable/ThirdParty/GCC/nrf52840-dk/port_cmsis_systick.c [deleted file]
FreeRTOS/Source/portable/ThirdParty/GCC/nrf52840-dk/portmacro.h [deleted file]
FreeRTOS/Source/portable/ThirdParty/GCC/nrf52840-dk/portmacro_cmsis.h [deleted file]