Consistency changes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13506 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
1d976bbaec
commit
f8d63aaff0
|
@ -189,7 +189,7 @@ struct port_context {};
|
|||
#include "chcore_v7m.h"
|
||||
#elif (CORTEX_MODEL == 33) || (CORTEX_MODEL == 55)
|
||||
#include "mpu_v8m.h"
|
||||
#include "chcore_v8m-mainline.h"
|
||||
#include "chcore_v8m-ml.h"
|
||||
#else
|
||||
#error "unknown Cortex-M variant"
|
||||
#endif
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# List of the ChibiOS/RT ARMv8M-mainline generic port files.
|
||||
PORTSRC = $(CHIBIOS)/os/common/ports/ARMCMx/chcore.c \
|
||||
$(CHIBIOS)/os/common/ports/ARMCMx/chcore_v8m_mainline.c
|
||||
$(CHIBIOS)/os/common/ports/ARMCMx/chcore_v8m-ml.c
|
||||
|
||||
PORTASM = $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/chcoreasm_v8m-mainline.S
|
||||
PORTASM = $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/chcoreasm_v8m-ml.S
|
||||
|
||||
PORTINC = $(CHIBIOS)/os/common/ports/ARMCMx \
|
||||
$(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC
|
Loading…
Reference in New Issue