summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* PIC18_SDCC: make freertos.sh debug script variablepic18_sdccAbdoulaye Walsimou Gaye2009-04-23
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* PIC18_SDCC: typo fix in READMEAbdoulaye Walsimou Gaye2009-04-23
| | | | | | This patch fix typo in README Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* PIC18_SDCC: Adds needs for codeblocks IDEAbdoulaye Walsimou Gaye2009-04-23
| | | | | | This patch adds needs in order to create project with codeblocks IDE. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* decrease stack sizeAbdoulaye Walsimou Gaye2009-04-20
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* PIC18_SDCC: fix typo in READMEAbdoulaye Walsimou Gaye2009-04-20
| | | | | | This patch fix typo in README file Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* PIC18_SDCC: fix typoAbdoulaye Walsimou Gaye2009-04-20
| | | | | | This patch fix typo in README Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* PIC18_SDCC: Add .lkr files for supported devicesAbdoulaye Walsimou Gaye2009-04-20
| | | | | | | This patch adds linker script file for all supported devices and modifies pic18memory.h accordingly. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* PIC18_SDCC: Document supported devicesAbdoulaye Walsimou Gaye2009-04-20
| | | | | | This patch document supported devices in README Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* PIC18_SDCC: define heap size upon selected deviceAbdoulaye Walsimou Gaye2009-04-20
| | | | | | This patch defines heap size upon selected device Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* PIC18_SDCC: fix typoAbdoulaye Walsimou Gaye2009-04-20
| | | | | | This patch fix typo in README file Signed-off-by: GAYE Abdoulaye Walsimou
* PIC18_SDCC: move .lkr files in lkr/ subdirectoryAbdoulaye Walsimou Gaye2009-04-20
| | | | | | This patch moves .lkr files in lkr/ subdirectory and modifies Makefile according to this Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* PIC18_SDCC: Improve READMEAbdoulaye Walsimou Gaye2009-04-19
| | | | | | This patch improves the README file Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* PIC18_SDCC: Add a new demo fileAbdoulaye Walsimou Gaye2009-04-19
| | | | | | | This patch adds a new main2.c in order to be more FreeRTOS's demo application compatible. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* PIC18_SDCC: Reduce C usage in assembly macroAbdoulaye Walsimou Gaye2009-04-19
| | | | | | This patch reduces usage of C language in assembly macro. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* PIC18_SDCC: fix task stack corruptionAbdoulaye Walsimou Gaye2009-04-19
| | | | | | | | This patch: * Reduce copyright characters * fix task stack corruption Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* PIC18_SDCC: Reduce copyright charactersAbdoulaye Walsimou Gaye2009-04-19
| | | | | | This patch reduces copyright characters. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* PIC18_SDCC: Start README writingAbdoulaye Walsimou Gaye2009-04-19
| | | | | | This patch start writing README file. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* PIC18_SDCC: Adds PollQ common demoAbdoulaye Walsimou Gaye2009-04-19
| | | | | | This patch adds Minimal/PollQ.c in compiled demo source files. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* Reduce corypright charactersAbdoulaye Walsimou Gaye2009-04-19
| | | | Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* PIC18_SDD: Add io library to LIBS flagsAbdoulaye Walsimou Gaye2009-04-18
| | | | | | This patch adds io library to LIBS flags signed-off-by: Gaye Abdoulaye Walsimou <walsimou@walsimou.com>
* PIC18_SDCC: Add 1 byte for tasks function parametersAbdoulaye Walsimou Gaye2009-04-13
| | | | | | | This patch adds 1 byte, in order to hold tasks functions parameters, in tasks stack. We use 3 bytes, because SDCC uses 3 bytes for generic pointers. signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* PIC18_SDCC: fix typo in portmacro.hAbdoulaye Walsimou Gaye2009-04-13
| | | | | | This patch fixes typo in portmacro.h signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* PIC18_SDCC: enable large memory modelAbdoulaye Walsimou Gaye2009-04-13
| | | | | | This patch enables large memory model in Makefile signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* PIC18_SDCC: increase hardware stack sizeAbdoulaye Walsimou Gaye2009-04-13
| | | | | | This patch increases hardware stack size in main.c signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
* PIC18_SDCC: change heap declaration according to port.cAbdoulaye Walsimou Gaye2009-04-09
|
* PIC18_SDCC: save and restore contextAbdoulaye Walsimou Gaye2009-04-09
| | | | | | | This patch modifies the way that context are saved and restored in order to do it in a same manner that SDCC do it when it generates codes. signed-off-by: Gaye Abdoulaye Walsimou <walsimou@walsimou.com>
* PIC18_SDCC: save and restore context in a same manner as SDCCAbdoulaye Walsimou Gaye2009-04-09
| | | | | | | This patch modifies the way that context are saved and restored in order to do it in a same manner that SDCC do it when it generates codes. signed-off-by: Gaye Abdoulaye Walsimou <walsimou@walsimou.com>
* PIC18_SDCC: Increase configMINIMAL_STACK_SIZEAbdoulaye Walsimou Gaye2009-04-02
| | | | | | | This patch increase configMINIMAL_STACK_SIZE. This is necessary in order to run some demo tasks (interger.c, etc.) signed-off-by: Gaye Abdoulaye Walsimou<walsimou@walsimou.com>
* PIC18_SDCC: Adds common demo paths and integer.cAbdoulaye Walsimou Gaye2009-04-02
| | | | | | | This patch adds to Makefile common demo paths and intger.c, in order to begin to be conform to FreeRTOS demo strandard signed-off-by: Gaye Abdoulaye Walsimou <walsimou@walsimou.com>
* PIC18_SDCC port: Removes unecessary include for SDCC CFLAGS and GPASM CFLAGSAbdoulaye Walsimou Gaye2009-04-02
| | | | | This patch Remove unecessary include for SDCC CFLAGS and GPASM CFLAGS signed-off-by: Gaye Abdoulaye Walsimou <walsimou@walsimou.com>
* Brief description in main.c file of PIC18_SDCC DemoAbdoulaye Walsimou Gaye2009-04-01
| | | | | | This patch adds some brief description in main.c file of PIC18_SDCC Demo. signed-off-by: Gaye Abdoulaye Walsimou <walsimou@walsimou.com>
* Declare prvSetupHardware() as staticAbdoulaye Walsimou Gaye2009-03-28
|
* Remove unacessary #includeAbdoulaye Walsimou Gaye2009-03-28
|
* Remove panic() function which was helpful for portingAbdoulaye Walsimou Gaye2009-03-28
|
* Give users ability to specify an alternate main.c fileAbdoulaye Walsimou Gaye2009-03-28
|
* Rename a DATABANK in linker script for 18f97j60 deviceAbdoulaye Walsimou Gaye2009-03-28
|
* Add linker script for 18f4520 18f97j60 devicesAbdoulaye Walsimou Gaye2009-03-28
|
* Remove interrupt priority definition in PIC18_SDCC portAbdoulaye Walsimou Gaye2009-03-28
|
* Define 500ms delay for T3 task in PIC18_SDCC DemoAbdoulaye Walsimou Gaye2009-03-28
|
* make DEVICE and PIC16_LIB_PATH variables in PIC18_SDCC/Makefile to be simply ↵Abdoulaye Walsimou Gaye2009-03-28
| | | | expanded variables
* remove unacessary #include in portable.hAbdoulaye Walsimou Gaye2009-03-28
|
* Use NOP macro defined in SDCCAbdoulaye Walsimou Gaye2009-03-28
|
* Add a README fileAbdoulaye Walsimou Gaye2009-03-28
|
* Remove no needed targetAbdoulaye Walsimou Gaye2009-03-28
|
* Give the user the ability to choose a device and set where are SDCC library ↵Abdoulaye Walsimou Gaye2009-03-27
| | | | path for PIC18
* Fix commentsAbdoulaye Walsimou Gaye2009-03-26
|
* Remove special characterAbdoulaye Walsimou Gaye2009-03-25
|
* Be more FreeRTOS coding style compatible continuedAbdoulaye Walsimou Gaye2009-03-25
|
* Start begining more FreeRTOS coding style compatibleAbdoulaye Walsimou Gaye2009-03-25
|
* correct some commentsAbdoulaye Walsimou Gaye2009-03-24
|