nuttx/arch/arm/src
Xiang Xiao 62c5afe655 Fix warning in file included from chip/sam_clockconfig.c:34:
chip/sam_clockconfig.c: In function 'sam_usbclockconfig':
Error: /github/workspace/sources/nuttx/arch/arm/src/common/arm_internal.h:135:51: error: 'regval' is used uninitialized [-Werror=uninitialized]
  135 | #define putreg32(v,a)  (*(volatile uint32_t *)(a) = (v))
      |                                                   ^
chip/sam_clockconfig.c:422:12: note: 'regval' was declared here
  422 |   uint32_t regval;
      |            ^~~~~~

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-01-16 18:59:44 -03:00
..
a1x Fixed non-UTF8 characters. 2022-09-28 09:38:55 +08:00
am335x use SEM_INITIALIZER inside of NXSEM_INITIALIZER 2022-10-22 14:50:48 +08:00
arm arch/arm: move hard code macro to kconfig 2023-01-16 13:31:04 +08:00
armv6-m arch:change tcbinfo regs num 2023-01-05 23:36:12 +08:00
armv7-a arch/armv7-ar: flush dcache when addr is not aligned with cache line 2023-01-16 16:14:32 +08:00
armv7-m arch:change tcbinfo regs num 2023-01-05 23:36:12 +08:00
armv7-r arch/armv7-ar: flush dcache when addr is not aligned with cache line 2023-01-16 16:14:32 +08:00
armv8-m arch:change tcbinfo regs num 2023-01-05 23:36:12 +08:00
c5471 net/arp: Remove nuttx/net/arp.h 2022-12-16 22:10:59 +02:00
common libxx: Add CXX_STANDARD to select -std=c++?? 2023-01-16 15:41:57 +02:00
cxd56xx arch/arm/cxd56xx: do not clear enabled callback event on card insertion 2023-01-13 12:18:36 +08:00
dm320 arch: Change the linker generated symbols from uint32_t to uint8_t * 2022-09-24 21:26:56 +02:00
efm32 Fix the coding style and typo issue 2022-11-14 09:34:04 +09:00
eoss3 arch/arm: Replace xxx_[bus|usage]fault with arm_[bus|usage]fault 2022-10-30 16:03:35 +01:00
gd32f4 Add i2c driver for gd32f450 MCU 2022-12-17 17:12:26 +08:00
imx1 Fix the coding style and typo issue 2022-11-14 09:34:04 +09:00
imx6 net/arp: Remove nuttx/net/arp.h 2022-12-16 22:10:59 +02:00
imxrt Remove the unnecessary NULL fields in global instance definition of file_operations 2023-01-04 00:32:13 +02:00
kinetis Remove the unnecessary NULL fields in global instance definition of file_operations 2023-01-04 00:32:13 +02:00
kl Fix the coding style and typo issue 2022-11-14 09:34:04 +09:00
lc823450 arch/arm: fix typos in start files 2022-12-17 13:56:17 +08:00
lpc17xx_40xx LPC17_40 CAN driver SocketCAN enforce TX fifo behaviour 2022-12-22 11:55:59 +08:00
lpc31xx arch: Initialize usbhost_connection_s directly 2022-11-14 09:34:04 +09:00
lpc43xx nuttx: unify MIN, MAX and ABS macro definition across the code 2022-12-21 09:31:28 +08:00
lpc54xx Remove the unnecessary NULL fields in global instance definition of file_operations 2023-01-04 00:32:13 +02:00
lpc214x Remove the unnecessary "return;" at the end of function 2022-11-27 22:23:50 +01:00
lpc2378 Remove the unnecessary "return;" at the end of function 2022-11-27 22:23:50 +01:00
max326xx Remove the unnecessary NULL fields in global instance definition of file_operations 2023-01-04 00:32:13 +02:00
moxart arch: move non arm g_current_regs defintion to common place 2022-09-21 22:23:11 +02:00
nrf52 arch: move stack and task dump to common code 2022-12-17 01:59:35 +08:00
nrf53 arch/arm: Replace xxx_[bus|usage]fault with arm_[bus|usage]fault 2022-10-30 16:03:35 +01:00
nuc1xx Fix Error: chip/nuc_timerisr.c:105:20: error: unused function 'nuc_unlock' [-Werror,-Wunused-function] 2022-11-13 22:35:19 +08:00
phy62xx Remove the unnecessary NULL fields in global instance definition of file_operations 2023-01-04 00:32:13 +02:00
rp2040 Remove the unnecessary "return;" at the end of function 2022-11-27 22:23:50 +01:00
rtl8720c nuttx: unify MIN, MAX and ABS macro definition across the code 2022-12-21 09:31:28 +08:00
s32k1xx s32k1xx: reserve MSG_DATA extra space only when needed by config. 2023-01-09 21:06:56 +02:00
s32k3xx S32K3XX Progmem fixes and size config 2022-12-29 22:12:19 +02:00
sam34 nuttx: unify MIN, MAX and ABS macro definition across the code 2022-12-21 09:31:28 +08:00
sama5 Fix warning in file included from chip/sam_clockconfig.c:34: 2023-01-16 18:59:44 -03:00
samd2l2 nuttx: unify MIN, MAX and ABS macro definition across the code 2022-12-21 09:31:28 +08:00
samd5e5 nuttx: unify MIN, MAX and ABS macro definition across the code 2022-12-21 09:31:28 +08:00
samv7 Remove the unnecessary NULL fields in global instance definition of file_operations 2023-01-04 00:32:13 +02:00
stm32 Revert "arch: Don't free the context if the reference doesn't equal zero" 2023-01-15 19:52:05 +08:00
stm32f0l0g0 Revert "arch: Don't free the context if the reference doesn't equal zero" 2023-01-15 19:52:05 +08:00
stm32f7 Revert "arch: Don't free the context if the reference doesn't equal zero" 2023-01-15 19:52:05 +08:00
stm32h7 stm32h7: add SMPS PWR option for STM32H7X7 2023-01-16 13:31:23 +08:00
stm32l4 Revert "arch: Don't free the context if the reference doesn't equal zero" 2023-01-15 19:52:05 +08:00
stm32l5 arch/stm32: Initialize up_perf after system boot 2023-01-06 13:32:12 +08:00
stm32u5 arch/stm32: Initialize up_perf after system boot 2023-01-06 13:32:12 +08:00
stm32wb stm32wb: add i2c driver 2023-01-09 09:27:17 +08:00
stm32wl5 arch/stm32: Initialize up_perf after system boot 2023-01-06 13:32:12 +08:00
str71x arch: move non arm g_current_regs defintion to common place 2022-09-21 22:23:11 +02:00
tiva nuttx: unify MIN, MAX and ABS macro definition across the code 2022-12-21 09:31:28 +08:00
tlsr82 Remove the unnecessary NULL fields in global instance definition of file_operations 2023-01-04 00:32:13 +02:00
tms570 arch: move non arm g_current_regs defintion to common place 2022-09-21 22:23:11 +02:00
xmc4 nuttx: unify MIN, MAX and ABS macro definition across the code 2022-12-21 09:31:28 +08:00
.gitignore arch/arm: Add support for boot stage2 from Raspberry Pi Pico SDK 2021-02-20 03:45:24 -08:00
Makefile tools: replace INCDIR to Makefile variable 2022-11-03 19:59:55 +08:00