Update portables for Microchip AVR Dx and Mega0 (#3)

- 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
6 files changed
tree: d08027e3c2f07fe81b51ce7e50798053a90f1270
  1. .github/
  2. GCC/
  3. LICENSE
  4. README.md
README.md

FreeRTOS Partner Supported Ports

This repository contains FreeRTOS ports supported by FreeRTOS partners. Follow the steps below to contribute a FreeRTOS port to this repository:

  1. Write the FreeRTOS port for your Compiler and Architecture.
  2. Create a project in the FreeRTOS Partner Supported Demos Repository for your hardware for running tests as mentioned here.
  3. Make sure all the tests pass. Add the test results in the Pull Request description.
  4. Add a README file with the following information:
    1. How to use this port?
    2. Link to the test project created in Step 2.
    3. Any other relevant information.
  5. Raise a PR to merge the FreeRTOS port.
  6. Raise another PR to merge the test project in the FreeRTOS-Partner-Supported-Demos Repository.

License

This repository contains multiple directories, each individually licensed. Please see the LICENSE file in each directory.