mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Add MPLAB X project for PIC24.
Remove PIC24 demo warnings when XC16 is used as the compiler.
This commit is contained in:
parent
2089f31f18
commit
c9b30b9fe7
16 changed files with 839 additions and 0 deletions
13
FreeRTOS/Demo/PIC24_MPLAB/nbproject/Makefile-variables.mk
Normal file
13
FreeRTOS/Demo/PIC24_MPLAB/nbproject/Makefile-variables.mk
Normal file
|
@ -0,0 +1,13 @@
|
|||
#
|
||||
# Generated - do not edit!
|
||||
#
|
||||
# NOCDDL
|
||||
#
|
||||
CND_BASEDIR=`pwd`
|
||||
# default configuration
|
||||
CND_ARTIFACT_DIR_default=dist/default/production
|
||||
CND_ARTIFACT_NAME_default=PIC24_MPLAB.production.hex
|
||||
CND_ARTIFACT_PATH_default=dist/default/production/PIC24_MPLAB.production.hex
|
||||
CND_PACKAGE_DIR_default=${CND_DISTDIR}/default/package
|
||||
CND_PACKAGE_NAME_default=pic24mplab.tar
|
||||
CND_PACKAGE_PATH_default=${CND_DISTDIR}/default/package/pic24mplab.tar
|
Loading…
Add table
Add a link
Reference in a new issue