]> begriffs open source - freertos/commit
Add MPLAB X project for PIC24.
authorRichard Barry <ribarry@amazon.com>
Sat, 8 Jun 2013 18:19:50 +0000 (18:19 +0000)
committerRichard Barry <ribarry@amazon.com>
Sat, 8 Jun 2013 18:19:50 +0000 (18:19 +0000)
commitc9b30b9fe7d6ed0d7c551ff2869bd2e18b38f5d8
treeac955696bb4434703304102d22cf25da0346f8fd
parent2089f31f18e969db7ec650b870257f6d361b1f75
Add MPLAB X project for PIC24.
Remove PIC24 demo warnings when XC16 is used as the compiler.
16 files changed:
FreeRTOS/Demo/PIC24_MPLAB/Makefile [new file with mode: 0644]
FreeRTOS/Demo/PIC24_MPLAB/lcd.c
FreeRTOS/Demo/PIC24_MPLAB/main.c
FreeRTOS/Demo/PIC24_MPLAB/nbproject/Makefile-default.mk [new file with mode: 0644]
FreeRTOS/Demo/PIC24_MPLAB/nbproject/Makefile-genesis.properties [new file with mode: 0644]
FreeRTOS/Demo/PIC24_MPLAB/nbproject/Makefile-impl.mk [new file with mode: 0644]
FreeRTOS/Demo/PIC24_MPLAB/nbproject/Makefile-local-default.mk [new file with mode: 0644]
FreeRTOS/Demo/PIC24_MPLAB/nbproject/Makefile-variables.mk [new file with mode: 0644]
FreeRTOS/Demo/PIC24_MPLAB/nbproject/Package-default.bash [new file with mode: 0644]
FreeRTOS/Demo/PIC24_MPLAB/nbproject/configurations.xml [new file with mode: 0644]
FreeRTOS/Demo/PIC24_MPLAB/nbproject/private/configurations.xml [new file with mode: 0644]
FreeRTOS/Demo/PIC24_MPLAB/nbproject/private/private.properties [new file with mode: 0644]
FreeRTOS/Demo/PIC24_MPLAB/nbproject/private/private.xml [new file with mode: 0644]
FreeRTOS/Demo/PIC24_MPLAB/nbproject/project.properties [new file with mode: 0644]
FreeRTOS/Demo/PIC24_MPLAB/nbproject/project.xml [new file with mode: 0644]
FreeRTOS/Demo/PIC24_MPLAB/serial/serial.c