THIS IS A TEST INSTANCE ONLY! REPOSITORIES CAN BE DELETED AT ANY TIME!
This website requires JavaScript.
Explore
Help
Sign In
mikisama
/
FreeRTOS-Kernel
Watch
1
Star
0
Fork
0
You've already forked FreeRTOS-Kernel
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
31609c7c3e75b0d896449ddadca2899e6de7af76
FreeRTOS-Kernel
/
FreeRTOS-Plus
/
Demo
/
FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC
History
Richard Barry
31609c7c3e
Update FreeRTOS+ demos that use FreeRTOS+CLI to remove casting to int8_t * from strings.
2013-12-30 16:07:34 +00:00
..
.settings
…
Examples
Remove unnecessary 'signed char *' casts from strings that are now just plain char * types in the FreeRTOS-Plus directory.
2013-12-27 16:23:07 +00:00
ThirdParty
Make corrections to the interrupt priority configuration in the LPC1800 UDP demo that resulted from an incorrect NVIC_PRIOR_BITS setting in the LPC18xx.h header file.
2013-10-07 16:49:31 +00:00
.cproject
Update trace recorder code in the LPC18xx project.
2013-06-23 21:11:37 +00:00
.project
Back out changes to LPC18xx UDP demo.
2013-06-23 08:00:39 +00:00
CLI-commands.c
Update FreeRTOS+ demos that use FreeRTOS+CLI to remove casting to int8_t * from strings.
2013-12-30 16:07:34 +00:00
cr_startup_lpc18xx.c
Make corrections to the interrupt priority configuration in the LPC1800 UDP demo that resulted from an incorrect NVIC_PRIOR_BITS setting in the LPC18xx.h header file.
2013-10-07 16:49:31 +00:00
CreateProjectDirectoryStructure.bat
Make corrections to the interrupt priority configuration in the LPC1800 UDP demo that resulted from an incorrect NVIC_PRIOR_BITS setting in the LPC18xx.h header file.
2013-10-07 16:49:31 +00:00
Flash_map.xml
…
FreeRTOS_UDP_Demo Debug.launch
Update trace recorder code in the LPC18xx project.
2013-06-23 21:11:37 +00:00
FreeRTOSConfig.h
Update version numbers in FreeRTOS-Plus demo files.
2013-11-17 14:12:41 +00:00
FreeRTOSIPConfig.h
Update FreeRTOS version number to V7.5.3
2013-10-14 19:56:47 +00:00
LEDs.c
Remove unnecessary 'signed char *' casts from strings that are now just plain char * types in the FreeRTOS-Plus directory.
2013-12-27 16:23:07 +00:00
main.c
Change 'signed char *pcTaskName) to 'char *pcTaskName' in vApplicationStackOverflowHook().
2013-12-27 16:30:19 +00:00
printf-stdarg.c
…
README_FIRST.txt
…
RunTimeStatsTimer.c
Update version numbers in FreeRTOS-Plus demo files.
2013-11-17 14:12:41 +00:00
trcConfig.h
…