nuttx-update/arch
hujun5 3025212c2c fix compile error
Create version.h
CC:  chip/tm4c/tm4c_gpio.c chip/tm4c/tm4c_gpio.c: In function 'tiva_configgpio':
chip/tm4c/tm4c_gpio.c:793:11: warning: implicit declaration of function 'spin_lock_irqsave' [-Wimplicit-function-declaration]
  793 |   flags = spin_lock_irqsave(&g_configgpio_lock);
      |           ^~~~~~~~~~~~~~~~~
CC:  nsh_parse.c chip/tm4c/tm4c_gpio.c:844:3: warning: implicit declaration of function 'spin_unlock_irqrestore' [-Wimplicit-function-declaration]
  844 |   spin_unlock_irqrestore(&g_configgpio_lock, flags);

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2024-12-18 11:54:37 +08:00
..
arm fix compile error 2024-12-18 11:54:37 +08:00
arm64 lpuart: fix build errors for SINGLEWIRE and INVERT without SERIAL_TERMIOS 2024-12-16 10:26:48 +08:00
avr remove redundant judgments *running_task != NULL 2024-12-04 22:50:08 +08:00
ceva arch/ceva: migrate to SPDX identifier 2024-12-02 22:43:23 +08:00
dummy arch: Add custom arch chip build support 2020-10-20 14:48:16 +08:00
hc remove redundant judgments *running_task != NULL 2024-12-04 22:50:08 +08:00
mips addrenv: Ensure that the transmission parameter of addrenv_switch is not NULL 2024-12-04 14:20:12 +08:00
misoc addrenv: Ensure that the transmission parameter of addrenv_switch is not NULL 2024-12-04 14:20:12 +08:00
or1k remove redundant judgments *running_task != NULL 2024-12-04 22:50:08 +08:00
renesas remove redundant judgments *running_task != NULL 2024-12-04 22:50:08 +08:00
risc-v arch/risc-v/esp32c6: fix memcpy on AP password 2024-12-18 11:54:15 +08:00
sim cmake(bugfix):fix CMake build break on MacOS 2024-12-05 23:36:16 +08:00
sparc addrenv: Ensure that the transmission parameter of addrenv_switch is not NULL 2024-12-04 14:20:12 +08:00
tricore debug symbol level: Use config instead 2024-12-04 22:36:45 +08:00
x86 remove redundant judgments *running_task != NULL 2024-12-04 22:50:08 +08:00
x86_64 remove redundant judgments *running_task != NULL 2024-12-04 22:50:08 +08:00
xtensa arch/xtensa: fix memcpy on AP password 2024-12-18 11:54:15 +08:00
z16 remove redundant judgments *running_task != NULL 2024-12-04 22:50:08 +08:00
z80 remove redundant judgments *running_task != NULL 2024-12-04 22:50:08 +08:00
CMakeLists.txt arch/z80: migrate to SPDX identifier 2024-12-02 17:23:25 +08:00
Kconfig armv7/8m: fix regresion from https://github.com/apache/nuttx/pull/14881 2024-12-09 21:20:06 +08:00