Changeset 6de36ed in rtems
- Timestamp:
- Aug 16, 2011, 11:40:53 AM (10 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 542ae51
- Parents:
- 1f3585d1
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r1f3585d1 r6de36ed 1 2011-08-16 Sebastian Huber <sebastian.huber@embedded-brains.de> 2 3 * sapi/include/confdefs.h: Include <bsp.h> for BSP_IDLE_TASK_BODY, 4 BSP_IDLE_TASK_STACK_SIZE, BSP_INTERRUPT_STACK_SIZE, 5 BSP_ZERO_WORKSPACE_AUTOMATICALLY, BSP_DEFAULT_UNIFIED_WORK_AREAS, 6 CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK, and 7 CONFIGURE_BSP_PREREQUISITE_DRIVERS defines. 8 1 9 2011-08-15 Sebastian Huber <sebastian.huber@embedded-brains.de> 2 10 -
cpukit/sapi/include/confdefs.h
r1f3585d1 r6de36ed 45 45 #include <rtems.h> 46 46 #include <rtems/score/apimutex.h> 47 48 #include <bsp.h> 47 49 48 50 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.