]> git.sur5r.net Git - freertos/commit - FreeRTOS/Demo/PIC24_MPLAB/serial/serial.c
Add MPLAB X project for PIC24.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 8 Jun 2013 18:19:50 +0000 (18:19 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 8 Jun 2013 18:19:50 +0000 (18:19 +0000)
commit312207039d2d0e71d5d87a7466c3f11f04b4d917
treeac955696bb4434703304102d22cf25da0346f8fd
parentbda5d3f240912cad0dc72619dc2ea6e6bd4a49b2
Add MPLAB X project for PIC24.
Remove PIC24 demo warnings when XC16 is used as the compiler.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1926 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
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