Fixed some regressions in SB demos.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15666 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
b8bc767430
commit
e75749452e
|
@ -108,7 +108,9 @@ include $(CHIBIOS)/os/hal/osal/rt-nil/osal.mk
|
|||
# RTOS files (optional).
|
||||
include $(CHIBIOS)/os/rt/rt.mk
|
||||
include $(CHIBIOS)/os/common/ports/ARMv7-M-ALT/compilers/GCC/mk/port.mk
|
||||
# SB files (optional).
|
||||
include $(CHIBIOS)/os/sb/host/compilers/GCC/sbhost.mk
|
||||
#include $(CHIBIOS)/os/sb/vhal/sbvhal.mk
|
||||
# VFS files (optional).
|
||||
include $(CHIBIOS)/os/vfs/vfs.mk
|
||||
# Auto-build files in ./source recursively.
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
* @brief Enables support for sandbox Virtual HAL.
|
||||
*/
|
||||
#if !defined(SB_CFG_ENABLE_VHAL) || defined(__DOXYGEN__)
|
||||
#define SB_CFG_ENABLE_VHAL TRUE
|
||||
#define SB_CFG_ENABLE_VHAL FALSE
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
|
@ -110,7 +110,6 @@ include $(CHIBIOS)/os/rt/rt.mk
|
|||
include $(CHIBIOS)/os/common/ports/ARMv7-M-ALT/compilers/GCC/mk/port.mk
|
||||
# SB files (optional).
|
||||
include $(CHIBIOS)/os/sb/host/compilers/GCC/sbhost.mk
|
||||
# VHAL files (optional).
|
||||
include $(CHIBIOS)/os/sb/vhal/sbvhal.mk
|
||||
# VFS files (optional).
|
||||
include $(CHIBIOS)/os/vfs/vfs.mk
|
||||
|
|
|
@ -108,7 +108,9 @@ include $(CHIBIOS)/os/hal/osal/rt-nil/osal.mk
|
|||
# RTOS files (optional).
|
||||
include $(CHIBIOS)/os/rt/rt.mk
|
||||
include $(CHIBIOS)/os/common/ports/ARMv7-M-ALT/compilers/GCC/mk/port.mk
|
||||
# SB files (optional).
|
||||
include $(CHIBIOS)/os/sb/host/compilers/GCC/sbhost.mk
|
||||
#include $(CHIBIOS)/os/sb/vhal/sbvhal.mk
|
||||
# VFS files (optional).
|
||||
include $(CHIBIOS)/os/vfs/vfs.mk
|
||||
include $(CHIBIOS)/os/vfs/vfs_syscalls.mk
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
* @brief Enables support for sandbox Virtual HAL.
|
||||
*/
|
||||
#if !defined(SB_CFG_ENABLE_VHAL) || defined(__DOXYGEN__)
|
||||
#define SB_CFG_ENABLE_VHAL TRUE
|
||||
#define SB_CFG_ENABLE_VHAL FALSE
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
|
@ -108,7 +108,9 @@ include $(CHIBIOS)/os/hal/osal/rt-nil/osal.mk
|
|||
# RTOS files (optional).
|
||||
include $(CHIBIOS)/os/rt/rt.mk
|
||||
include $(CHIBIOS)/os/common/ports/ARMv7-M-ALT/compilers/GCC/mk/port.mk
|
||||
# SB files (optional).
|
||||
include $(CHIBIOS)/os/sb/host/compilers/GCC/sbhost.mk
|
||||
#include $(CHIBIOS)/os/sb/vhal/sbvhal.mk
|
||||
# VFS files (optional).
|
||||
include $(CHIBIOS)/os/vfs/vfs.mk
|
||||
include $(CHIBIOS)/os/vfs/vfs_syscalls.mk
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
* @brief Enables support for sandbox Virtual HAL.
|
||||
*/
|
||||
#if !defined(SB_CFG_ENABLE_VHAL) || defined(__DOXYGEN__)
|
||||
#define SB_CFG_ENABLE_VHAL TRUE
|
||||
#define SB_CFG_ENABLE_VHAL FALSE
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue