nuttx/arch/arm/src
Michał Łyszczek aa75b7f27c stm32/stm32f30xxx_rcc.c: fix broken flash setup
During removal of F1 related stuff, code that configures FLASH
latency was removed, which rendered some of the F3 line unbootable.

It was done by mistake, since previous removed block was
'#ifdef VALUE_LINE', and block with FLASH code was '#ifndef VALUE_LINE'
and so it should not have been removed.

Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
2024-02-23 06:11:26 +01:00
..
a1x arch/arm: Disable -Warray-bound for rp2040, dm320 and lpc31xx 2023-12-19 08:36:49 +08:00
am335x am335x_lcdc: Fix error: array subscript 0 is outside array bounds of 'volatile uint32_t[0]' 2023-12-19 08:36:49 +08:00
arm arch/arm: Move arm_vectoraddrexcptn into arm_vectors.S 2023-12-28 11:09:09 +08:00
armv6-m armv6-m/dumpnvic: fix build warning 2023-11-29 03:58:05 -08:00
armv7-a arch/arm_addrenv_pgmap.c: Add minimal page map implementation for ARM 2024-02-02 09:09:55 -08:00
armv7-m armv7-m: Expose section name to allow relocation 2024-01-04 15:07:18 +01:00
armv7-r arch/arm: Move arm_vectoraddrexcptn into arm_vectors.S 2023-12-28 11:09:09 +08:00
armv8-m arm/debug:fix gdbstub clear fpb & dwt when already use jtag/swo bug 2023-12-18 08:47:56 +01:00
armv8-r CMake: arm/armv8-r: init armv8-r cmake build 2024-01-15 00:46:52 -08:00
at32 netdev/ipv6: Move xxx_ipv6multicast from arch to common code 2023-12-16 05:26:16 -08:00
c5471 net/ip: print ip addresses using ip4_addrN macro 2023-08-19 13:28:21 -03:00
cmake cmake/toolchain: fix compiler warning on ARM32 2024-02-21 00:43:42 -08:00
common arch/: remove duplicated task exit logs 2024-01-17 09:18:17 -08:00
cxd56xx arch: cxd56xx: Add new feature to use GNSS RAM 2024-02-05 05:53:51 -08:00
dm320 arch/arm: Disable -Warray-bound for rp2040, dm320 and lpc31xx 2023-12-19 08:36:49 +08:00
efm32 Fix nuttx coding style 2023-12-13 17:29:08 +01:00
eoss3 arch/arm:add up_debugpoint api 2023-12-11 08:43:26 -08:00
fvp-v8r-aarch32 CMake: arm/armv8-r: init armv8-r cmake build 2024-01-15 00:46:52 -08:00
gd32f4 fix bug in gd32f4xx_serial.c, add romfsimg.h, gd32f4xx_reset and improve gd32f4xx_gpio.c for f470z board, add board decription for f470 2023-12-13 23:27:23 -08:00
goldfish armv7a/qemu: add QEMU_TRUSTZONE config and default n 2024-01-04 20:29:06 -08:00
imx1 Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
imx6 arch/arm: Disable -Warray-bound for rp2040, dm320 and lpc31xx 2023-12-19 08:36:49 +08:00
imxrt imxrt:ENET Use multi PHY 2024-01-06 04:26:12 -08:00
kinetis Update kconfig2html.c 2023-12-14 20:02:52 -08:00
kl nxstyle: cleanup UTF-8 Unicode to ASCII 2023-09-18 11:54:17 -04:00
lc823450 fs: procfs add poll support 2023-12-26 19:23:13 -08:00
lpc17xx_40xx netdev/ipv6: Move xxx_ipv6multicast from arch to common code 2023-12-16 05:26:16 -08:00
lpc31xx arch/arm: Disable -Warray-bound for rp2040, dm320 and lpc31xx 2023-12-19 08:36:49 +08:00
lpc43xx lpc43xx/usb: Fix gcc13.2 compiler error 2023-12-19 08:36:49 +08:00
lpc54xx arch/arm:add up_debugpoint api 2023-12-11 08:43:26 -08:00
lpc214x Documentation: remove all migrated READMEs 2023-10-29 21:03:54 -03:00
lpc2378 Fix nuttx coding style 2023-07-11 02:33:45 +08:00
max326xx arch/arm:add up_debugpoint api 2023-12-11 08:43:26 -08:00
moxart arch: move non arm g_current_regs defintion to common place 2022-09-21 22:23:11 +02:00
mx8mp Fix mx8mp ecspi interruption management. 2024-01-09 05:48:12 -08:00
nrf52 arch/arm/src/nrf52/CMakeLists.txt: format file 2024-02-18 07:40:41 -08:00
nrf53 arch/nrf{52|53|91}: let the events from comparator correspond to CC id 2024-02-17 05:00:35 -08:00
nrf91 arch/nrf{52|53|91}: let the events from comparator correspond to CC id 2024-02-17 05:00:35 -08:00
nuc1xx drivers/serial: Fix docstrings on UART interrupt handlers 2023-02-07 04:41:36 +08:00
phy62xx Update kconfig2html.c 2023-12-14 20:02:52 -08:00
qemu armv7a/qemu: add QEMU_TRUSTZONE config and default n 2024-01-04 20:29:06 -08:00
rp2040 Support RP2040 Clock Outputs 2024-02-04 16:51:53 -08:00
rtl8720c Remove @ and % tag from all comments 2023-12-11 17:00:10 -03:00
s32k1xx Update kconfig2html.c 2023-12-14 20:02:52 -08:00
s32k3xx Update kconfig2html.c 2023-12-14 20:02:52 -08:00
sam34 netdev/ipv6: Move xxx_ipv6multicast from arch to common code 2023-12-16 05:26:16 -08:00
sama5 Remove the back slash from long literal string 2024-02-19 16:43:15 +01:00
samd2l2 invert tx and rx in spi_dma_setup 2023-12-08 19:50:49 -08:00
samd5e5 netdev/ipv6: Move xxx_ipv6multicast from arch to common code 2023-12-16 05:26:16 -08:00
samv7 Remove the back slash from long literal string 2024-02-19 16:43:15 +01:00
stm32 stm32/stm32f30xxx_rcc.c: fix broken flash setup 2024-02-23 06:11:26 +01:00
stm32f0l0g0 arch/{all stm32 | all nordic | at32}: simplify the enable condition for up_perf_init 2023-10-03 12:53:10 +08:00
stm32f7 arch/stm32f7: Clear all PWM channel when during STOP 2024-02-15 21:27:22 -08:00
stm32h7 arch/stm32h7: Clear all PWM channel when during STOP 2024-02-15 21:27:22 -08:00
stm32l4 Update kconfig2html.c 2023-12-14 20:02:52 -08:00
stm32l5 arch/arm:add up_debugpoint api 2023-12-11 08:43:26 -08:00
stm32u5 cmake: Fixed nucleo-u5a5zj-q 2024-02-07 03:20:43 -08:00
stm32wb arch/arm:add up_debugpoint api 2023-12-11 08:43:26 -08:00
stm32wl5 arch/arm:add up_debugpoint api 2023-12-11 08:43:26 -08:00
str71x drivers/serial: Fix docstrings on UART interrupt handlers 2023-02-07 04:41:36 +08:00
tiva netdev/ipv6: Move xxx_ipv6multicast from arch to common code 2023-12-16 05:26:16 -08:00
tlsr82 arm/clang: replace deprecated parameter 2023-11-29 03:58:05 -08:00
tms570 arch/armv7r: Sync gic/timer with armv7-a and armv8-a 2023-08-14 14:51:01 -03:00
xmc4 Add XMC4 flash command sequence API 2024-02-20 08:52:27 -08:00
.gitignore
CMakeLists.txt cmake: move NUTTX_CHIP_ABS_DIR before common src 2023-11-07 17:39:03 +01:00
Makefile tools: support sorting symbol tables by name 2024-01-04 09:22:57 -08:00