Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRTOS/FreeRTOS-Kernel-Partner-Supported-Ports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/GCC
AgeCommit message (Collapse)Author
2024-01-24Remove incorrect portYIELD_FROM_ISR() functions per discussion in ↵HEADmainSoren Ptak
https://github.com/FreeRTOS/FreeRTOS-Kernel-Partner-Supported-Ports/issues/9 (#13)
2022-12-22Remove trailing parentheses from #undef (#8)Kody Stribrny
Trailing parentheses when undefining a macro lead to compiler 'extra token' warnings Inspired by - https://forums.freertos.org/t/avr-gcc-warning-extra-tokens-at-end-of-undef-in-porthardware-h/16365/4
2021-09-14Update portables for Microchip AVR Dx and Mega0 (#3)Gaurav-Aggarwal-AWS
- Update AVR GCC port files (now the port.c and portmacro.h files are identical for AVR_Mega0 and AVR_Dx families). - Add support for low-power tickless mode in portable files for AVR_Dx and AVR_Mega0. This change was originally contributed by alexmchp@ in the following PR: https://github.com/FreeRTOS/FreeRTOS-Kernel/pull/373
2021-09-09Move the AVR pors from the main repo (#2)Gaurav-Aggarwal-AWS
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>