Description: Port NUCLEO-F767ZI as an example.

Reviewed-by: likailong

Change-Id: I13482a4d1933de607c4782f71cf285c6602ee1db
This commit is contained in:
lixilun
2021-01-07 14:58:40 +08:00
parent 8a22597afc
commit f4d93476d6
81 changed files with 99255 additions and 3 deletions

View File

@@ -225,7 +225,7 @@ HalExcUsageFault:
LDR R0, =OS_NVIC_FSR
LDR R0, [R0]
MOV R1, #0x030F
MOVW R1, #0x030F
LSL R1, R1, #16
AND R0, R0, R1
MOV R12, #0

View File

@@ -35,8 +35,6 @@
#include "los_debug.h"
#include "los_task.h"
#include "stm32f7xx_it.h"
#ifdef __cplusplus
#if __cplusplus
extern "C" {