FreeRTOS-Kernel/FreeRTOS/Demo/AVR_Dx_Atmel_Studio/RTOSDemo
Yuhui Zheng 915af50524
Add Atmel Studio projects for ATMega4809 and AVR128DA48 (#159)
* Added explicit cast to allow roll over and avoid integer promotion during cycles counters comparison in recmutex.c.

* Fixed type mismatch between declaration and definition of function xAreSemaphoreTasksStillRunning( void ).

* Added Atmel Studio demo projects for ATMega4809 and AVR128DA48.

* Per https://www.freertos.org/upgrading-to-FreeRTOS-V8.html, I'm updating portBASE_TYPE to BaseType_t.

Signed-off-by: Yuhui Zheng <10982575+yuhui-zheng@users.noreply.github.com>

* Update register test for ATmega4809
- to cover r28, r29, r31.
- call public API taskYIELD() instead of portYIELD().

* Update ATmega4809 readme.md to include info for serial port setup, and minor wording fix.

Co-authored-by: Alexandru Niculae - M17336 <alexandru.niculae@microchip.com>
2020-07-27 17:30:53 -07:00
..
ParTest Add Atmel Studio projects for ATMega4809 and AVR128DA48 (#159) 2020-07-27 17:30:53 -07:00
serial Add Atmel Studio projects for ATMega4809 and AVR128DA48 (#159) 2020-07-27 17:30:53 -07:00
clk_config.h Add Atmel Studio projects for ATMega4809 and AVR128DA48 (#159) 2020-07-27 17:30:53 -07:00
FreeRTOSConfig.h Add Atmel Studio projects for ATMega4809 and AVR128DA48 (#159) 2020-07-27 17:30:53 -07:00
main.c Add Atmel Studio projects for ATMega4809 and AVR128DA48 (#159) 2020-07-27 17:30:53 -07:00
main_blinky.c Add Atmel Studio projects for ATMega4809 and AVR128DA48 (#159) 2020-07-27 17:30:53 -07:00
main_full.c Add Atmel Studio projects for ATMega4809 and AVR128DA48 (#159) 2020-07-27 17:30:53 -07:00
main_minimal.c Add Atmel Studio projects for ATMega4809 and AVR128DA48 (#159) 2020-07-27 17:30:53 -07:00
regtest.c Add Atmel Studio projects for ATMega4809 and AVR128DA48 (#159) 2020-07-27 17:30:53 -07:00
regtest.h Add Atmel Studio projects for ATMega4809 and AVR128DA48 (#159) 2020-07-27 17:30:53 -07:00
RTOSDemo.componentinfo.xml Add Atmel Studio projects for ATMega4809 and AVR128DA48 (#159) 2020-07-27 17:30:53 -07:00
RTOSDemo.cproj Add Atmel Studio projects for ATMega4809 and AVR128DA48 (#159) 2020-07-27 17:30:53 -07:00