git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7788 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
4990a4e03d
commit
d63045a316
|
@ -63,11 +63,6 @@ ifeq ($(USE_EXCEPTIONS_STACKSIZE),)
|
||||||
USE_EXCEPTIONS_STACKSIZE = 0x400
|
USE_EXCEPTIONS_STACKSIZE = 0x400
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Enables the use of FPU on Cortex-M4.
|
|
||||||
ifeq ($(USE_FPU),)
|
|
||||||
USE_FPU = no
|
|
||||||
endif
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Architecture or project specific options
|
# Architecture or project specific options
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
|
@ -25,10 +25,6 @@
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define _FROM_ASM_
|
|
||||||
#include "nilconf.h"
|
|
||||||
#include "nilcore.h"
|
|
||||||
|
|
||||||
#if !defined(FALSE) || defined(__DOXYGEN__)
|
#if !defined(FALSE) || defined(__DOXYGEN__)
|
||||||
#define FALSE 0
|
#define FALSE 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -37,6 +33,10 @@
|
||||||
#define TRUE 1
|
#define TRUE 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define _FROM_ASM_
|
||||||
|
#include "nilconf.h"
|
||||||
|
#include "nilcore.h"
|
||||||
|
|
||||||
#if !defined(__DOXYGEN__)
|
#if !defined(__DOXYGEN__)
|
||||||
|
|
||||||
.set CONTEXT_OFFSET, 0
|
.set CONTEXT_OFFSET, 0
|
||||||
|
|
|
@ -25,10 +25,6 @@
|
||||||
* @{
|
* @{
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define _FROM_ASM_
|
|
||||||
#include "nilconf.h"
|
|
||||||
#include "nilcore.h"
|
|
||||||
|
|
||||||
#if !defined(FALSE) || defined(__DOXYGEN__)
|
#if !defined(FALSE) || defined(__DOXYGEN__)
|
||||||
#define FALSE 0
|
#define FALSE 0
|
||||||
#endif
|
#endif
|
||||||
|
@ -37,6 +33,10 @@
|
||||||
#define TRUE 1
|
#define TRUE 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define _FROM_ASM_
|
||||||
|
#include "nilconf.h"
|
||||||
|
#include "nilcore.h"
|
||||||
|
|
||||||
#if !defined(__DOXYGEN__)
|
#if !defined(__DOXYGEN__)
|
||||||
|
|
||||||
.set CONTEXT_OFFSET, 0
|
.set CONTEXT_OFFSET, 0
|
||||||
|
|
Loading…
Reference in New Issue