mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
Some minor changes from review of last PR.
This commit is contained in:
@@ -140,7 +140,7 @@ static size_t do_stackcheck(uintptr_t alloc, size_t size, bool int_stack)
|
|||||||
int j;
|
int j;
|
||||||
|
|
||||||
ptr = (FAR uint32_t *)start;
|
ptr = (FAR uint32_t *)start;
|
||||||
for (i = 0; i < size; i += 4*64)
|
for (i = 0; i < size; i += 4 * 64)
|
||||||
{
|
{
|
||||||
for (j = 0; j < 64; j++)
|
for (j = 0; j < 64; j++)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -125,5 +125,3 @@ void __fe310_start(void)
|
|||||||
|
|
||||||
for (; ; );
|
for (; ; );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
#include "fe310.h"
|
#include "fe310.h"
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Pre-processor Definitions
|
* Public Functions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
|||||||
@@ -219,6 +219,7 @@ static const char *g_chipnames[] =
|
|||||||
"mor1kx",
|
"mor1kx",
|
||||||
"m32262f8",
|
"m32262f8",
|
||||||
"sh7032",
|
"sh7032",
|
||||||
|
"fe310",
|
||||||
"gap8",
|
"gap8",
|
||||||
"nr5m100",
|
"nr5m100",
|
||||||
"sim",
|
"sim",
|
||||||
|
|||||||
+1
-1
@@ -123,7 +123,7 @@ CHIPLIST="a1x am335x c5471 cxd56xx dm320 efm32 imx6 imxrt kinetis kl lc823450
|
|||||||
lpc17xx_40xx lpc214x lpc2378 lpc31xx lpc43xx lpc54xx max326xx moxart nrf52
|
lpc17xx_40xx lpc214x lpc2378 lpc31xx lpc43xx lpc54xx max326xx moxart nrf52
|
||||||
nuc1xx rx65n s32k1xx sam34 sama5 samd2l2 samd5e5 samv7 stm32 stm32f0l0g0 stm32f7 stm32h7
|
nuc1xx rx65n s32k1xx sam34 sama5 samd2l2 samd5e5 samv7 stm32 stm32f0l0g0 stm32f7 stm32h7
|
||||||
stm32l4 str71x tiva tms570 xmc4 at32uc3 at90usb atmega mcs92s12ne64 pic32mx
|
stm32l4 str71x tiva tms570 xmc4 at32uc3 at90usb atmega mcs92s12ne64 pic32mx
|
||||||
pic32mz lm32 mor1kx m32262f8 sh7032 gap8 nr5m100 sim qemu esp32 z16f2811
|
pic32mz lm32 mor1kx m32262f8 sh7032 fe310 gap8 nr5m100 sim qemu esp32 z16f2811
|
||||||
ez80 z180 z8 z80"
|
ez80 z180 z8 z80"
|
||||||
|
|
||||||
for ARCH in ${ARCHLIST}; do
|
for ARCH in ${ARCHLIST}; do
|
||||||
|
|||||||
+1
-1
@@ -303,7 +303,7 @@ for line in $testlist; do
|
|||||||
lpc17xx_40xx lpc214x lpc2378 lpc31xx lpc43xx lpc54xx max326xx moxart nrf52
|
lpc17xx_40xx lpc214x lpc2378 lpc31xx lpc43xx lpc54xx max326xx moxart nrf52
|
||||||
nuc1xx rx65n s32k1xx sam34 sama5 samd2l2 samd5e5 samv7 stm32 stm32f0l0g0 stm32f7 stm32h7
|
nuc1xx rx65n s32k1xx sam34 sama5 samd2l2 samd5e5 samv7 stm32 stm32f0l0g0 stm32f7 stm32h7
|
||||||
stm32l4 str71x tiva tms570 xmc4 at32uc3 at90usb atmega mcs92s12ne64 pic32mx
|
stm32l4 str71x tiva tms570 xmc4 at32uc3 at90usb atmega mcs92s12ne64 pic32mx
|
||||||
pic32mz lm32 mor1kx m32262f8 sh7032 gap8 nr5m100 sim qemu esp32 z16f2811
|
pic32mz lm32 mor1kx m32262f8 sh7032 fe310 gap8 nr5m100 sim qemu esp32 z16f2811
|
||||||
ez80 z180 z8 z80"
|
ez80 z180 z8 z80"
|
||||||
|
|
||||||
for arch in ${ARCHLIST}; do
|
for arch in ${ARCHLIST}; do
|
||||||
|
|||||||
Reference in New Issue
Block a user