Remove the tail spaces from all files except Documentation
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
528dce4f7f
commit
2c5f653bfd
@ -1132,7 +1132,6 @@ config S32K3XX_LPSPI4_DMA
|
||||
---help---
|
||||
Use DMA to improve LPSPI4 transfer performance.
|
||||
|
||||
|
||||
config S32K3XX_LPSPI5_DMA
|
||||
bool "LPSPI5 DMA"
|
||||
default n
|
||||
|
@ -37,7 +37,6 @@ SECTIONS
|
||||
} > flash
|
||||
__exidx_end = ABSOLUTE(.);
|
||||
|
||||
|
||||
._sjtblsstore : {
|
||||
_sjtblss = ABSOLUTE(.);
|
||||
} > flash
|
||||
@ -88,7 +87,6 @@ SECTIONS
|
||||
//*libarch.a:phy62xx_ble_patch.o(.text.ll_processBasicIRQ_SRX0)
|
||||
//*libarch.a:phy62xx_ble_patch.o(.text.ll_hw_read_rfifo1)
|
||||
|
||||
|
||||
*libphy6222_rf.a:patch.o(.text.ll_hw_go1)
|
||||
*libphy6222_rf.a:patch.o(.text.TIM1_IRQHandler1)
|
||||
*libphy6222_rf.a:patch.o(.text.LL_IRQHandler1)
|
||||
@ -110,7 +108,6 @@ SECTIONS
|
||||
*libphy6222_rf.a:patch.o(.text.ll_processBasicIRQ_ScanTRX0)
|
||||
*libphy6222_rf.a:patch.o(.text.ll_processBasicIRQ_SRX0)
|
||||
*libphy6222_rf.a:patch.o(.text.ll_hw_read_rfifo1)
|
||||
|
||||
*libphy6222_rf.a:patch.o(.text.LL_set_default_conn_params1)
|
||||
*libphy6222_rf.a:patch.o(.text.llConnTerminate1)
|
||||
*libphy6222_rf.a:patch.o(.text.config_RTC1)
|
||||
@ -149,7 +146,6 @@ SECTIONS
|
||||
*libarch.a:arm_doirq.o(.text.arm_doirq )
|
||||
*libarch.a:phy62xx_hardfault.o(.text.arm_hardfault )
|
||||
*libsched.a:irq_dispatch.o(.text.irq_dispatch )
|
||||
|
||||
*libsched.a:clock_initialize.o(.text.clock_timer)
|
||||
*libsched.a:sched_processtimer.o(.text.nxsched_process_timer)
|
||||
*libsched.a:sem_wait.o(.text .text.*)
|
||||
@ -158,7 +154,6 @@ SECTIONS
|
||||
*libsched.a:sched_lock.o(.text .text.*)
|
||||
*libsched.a:sched_unlock.o(.text .text.*)
|
||||
|
||||
|
||||
*libdrivers.a:uart_bth4.o(.text.uart_bth4_pollnotify)
|
||||
*libdrivers.a:uart_bth4.o(.text.uart_bth4_post)
|
||||
*libdrivers.a:uart_bth4.o(.text.uart_bth4_receive)
|
||||
@ -213,7 +208,6 @@ SECTIONS
|
||||
_etext = ABSOLUTE(.);
|
||||
} > flash
|
||||
|
||||
|
||||
/* Stabs debugging sections. */
|
||||
.stab 0 : { *(.stab) }
|
||||
.stabstr 0 : { *(.stabstr) }
|
||||
|
@ -160,7 +160,6 @@ Configurations
|
||||
This configuration provides a basic NuttShell configuration (NSH)
|
||||
for the Nucleo-H743ZI. The default console is the VCOM on USART3.
|
||||
|
||||
|
||||
MCUboot safe bootloader implementation
|
||||
--------------------------------------
|
||||
|
||||
|
@ -190,7 +190,6 @@ The nuttx ELF image can be debugged with QEMU.
|
||||
-net none -chardev stdio,id=con,mux=on -serial chardev:con -mon chardev=con,mode=readline \
|
||||
-kernel ./nuttx -S -s
|
||||
|
||||
|
||||
3. Run gdb with TUI, connect to QEMU, load nuttx and continue (at shell terminal 2)
|
||||
|
||||
$ aarch64-none-elf-gdb -tui --eval-command='target remote localhost:1234' nuttx
|
||||
|
@ -189,7 +189,6 @@ SECTIONS
|
||||
__end = ALIGN(0x10);
|
||||
} > ram
|
||||
|
||||
|
||||
.jcr . (NOLOAD) : { *(.jcr) }
|
||||
|
||||
.stab . (NOLOAD) :
|
||||
@ -200,6 +199,4 @@ SECTIONS
|
||||
{
|
||||
[ .stabstr ]
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
@ -190,7 +190,6 @@ SECTIONS
|
||||
__end = ALIGN(0x10);
|
||||
} > ram
|
||||
|
||||
|
||||
.jcr . (NOLOAD) : { *(.jcr) }
|
||||
|
||||
.stab . (NOLOAD) :
|
||||
@ -201,6 +200,4 @@ SECTIONS
|
||||
{
|
||||
[ .stabstr ]
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
@ -198,5 +198,4 @@ SECTIONS
|
||||
{
|
||||
[ .stabstr ]
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -76,4 +76,3 @@ A new image "esp32_qemu_image.bin" will be created. It can be run as:
|
||||
~/PATH_TO_QEMU/qemu/build/xtensa-softmmu/qemu-system-xtensa -nographic \
|
||||
-machine esp32 \
|
||||
-drive file=esp32_qemu_image.bin,if=mtd,format=raw
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user