]> begriffs open source - freertos/commit
Added GCC port files for AVR Mega0 and AVR Dx. (#101)
authorm17336 <45935231+m17336@users.noreply.github.com>
Tue, 21 Jul 2020 22:11:57 +0000 (01:11 +0300)
committerGitHub <noreply@github.com>
Tue, 21 Jul 2020 22:11:57 +0000 (15:11 -0700)
commitbb56edff2f163dc0ba95d8e08c8cb3da333e1530
tree2707bfeb56ef0688c6483c637dc80ccfaf607479
parentc273690296eb1767466c6276dd7d5a28ea20c37a
Added GCC port files for AVR Mega0 and AVR Dx. (#101)
portable/GCC/AVR_AVRDx/port.c [new file with mode: 0644]
portable/GCC/AVR_AVRDx/porthardware.h [new file with mode: 0644]
portable/GCC/AVR_AVRDx/portmacro.h [new file with mode: 0644]
portable/GCC/AVR_Mega0/port.c [new file with mode: 0644]
portable/GCC/AVR_Mega0/porthardware.h [new file with mode: 0644]
portable/GCC/AVR_Mega0/portmacro.h [new file with mode: 0644]