mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-11 13:54:16 -04:00
Update to V4.7.1
This commit is contained in:
parent
e018422743
commit
c86dcf7826
482 changed files with 6015 additions and 3290 deletions
|
@ -45,6 +45,16 @@
|
|||
* FreeRTOS API DOCUMENTATION AVAILABLE ON THE FreeRTOS.org WEB SITE.
|
||||
*----------------------------------------------------------*/
|
||||
|
||||
/* Value to use on old rev '-' devices. */
|
||||
//#define configPINSEL2_VALUE 0x50151105
|
||||
|
||||
/* Value to use on rev 'A' and newer devices. */
|
||||
//#define configPINSEL2_VALUE 0x50150105
|
||||
|
||||
#ifndef configPINSEL2_VALUE
|
||||
#error Please uncomment one of the two configPINSEL2_VALUE definitions above, depending on the revision of the LPC2000 device being used.
|
||||
#endif
|
||||
|
||||
#define configUSE_PREEMPTION 1
|
||||
#define configUSE_IDLE_HOOK 0
|
||||
#define configUSE_TICK_HOOK 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue