]> begriffs open source - freertos/commit
Update to AVR_Mega0 and AVR_Dx GCC ports + addition of their IAR equivalents (#106)
authorm17336 <45935231+m17336@users.noreply.github.com>
Thu, 6 Aug 2020 23:24:05 +0000 (02:24 +0300)
committerGitHub <noreply@github.com>
Thu, 6 Aug 2020 23:24:05 +0000 (16:24 -0700)
commita2e00f0c6b19326b67d386d9f5d76b2a43f08c75
treeb42fa0a91977cc7b04568e64a8202f8f37ead2a9
parentbda986927169eabce3455ddd3d0f61382471271f
Update to AVR_Mega0 and AVR_Dx GCC ports + addition of their IAR equivalents (#106)

* Removed TICK_stop() macro from portable/GCC/{AVR_AVRDx, AVR_Mega0}/porthardware.h because it is not used anywhere.

* Updated indentation in portable/GCC/{AVR_AVRDx, AVR_Mega0}/* files.

* Added portable/IAR/{AVR_AVRDx, AVR_Mega0 folders.
14 files changed:
portable/GCC/AVR_AVRDx/port.c
portable/GCC/AVR_AVRDx/porthardware.h
portable/GCC/AVR_AVRDx/portmacro.h
portable/GCC/AVR_Mega0/port.c
portable/GCC/AVR_Mega0/porthardware.h
portable/GCC/AVR_Mega0/portmacro.h
portable/IAR/AVR_AVRDx/port.c [new file with mode: 0644]
portable/IAR/AVR_AVRDx/porthardware.h [new file with mode: 0644]
portable/IAR/AVR_AVRDx/portmacro.h [new file with mode: 0644]
portable/IAR/AVR_AVRDx/portmacro.s90 [new file with mode: 0644]
portable/IAR/AVR_Mega0/port.c [new file with mode: 0644]
portable/IAR/AVR_Mega0/porthardware.h [new file with mode: 0644]
portable/IAR/AVR_Mega0/portmacro.h [new file with mode: 0644]
portable/IAR/AVR_Mega0/portmacro.s90 [new file with mode: 0644]