YAMAMOTO Takashi
6b11286455
arch/arm/src/stm32/stm32_otghshost.c: Fix syslog formats
2020-11-27 05:18:57 -06:00
YAMAMOTO Takashi
96f012cc73
arch/arm/src/stm32/stm32_pwm.c: Fix syslog formats
2020-11-27 05:18:57 -06:00
YAMAMOTO Takashi
7276f0c206
arch/arm/src/stm32/stm32_adc.c: Fix syslog formats
2020-11-27 05:18:57 -06:00
YAMAMOTO Takashi
89183fec00
drivers/timers/pwm.c: Fix a syslog format
2020-11-27 05:18:57 -06:00
YAMAMOTO Takashi
cc9b3a3ec5
net/tcp/tcp_appsend.c: Fix syslog formats
...
Note: tx_unacked is either uint16_t or uint32_t depending on the config.
2020-11-27 05:18:57 -06:00
YAMAMOTO Takashi
cbdbb369c0
net/tcp/tcp_input.c: Fix syslog formats
...
Note: tx_unacked is either uint16_t or uint32_t depending on the config.
2020-11-27 05:18:57 -06:00
Yoshinori Sugino
8acff49a14
sched/signal: Remove redundant checks
2020-11-27 05:18:31 -06:00
Masayuki Ishikawa
03d461f7e2
tools: Add 'handle SIGUSR1' to nuttx-gdbinit for the NuttX sim SMP
...
Summary:
- The NuttX sim SMP uses SIGUSR1 for IPI
- However, gdb traps the signal by default
- With this commit, gdb just ignores this signal
Impact:
- NuttX sim SMP only
Testing:
- Tested with sim:smp
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2020-11-26 19:26:44 -08:00
Nathan Hartman
bcdee59929
arch/stm32: Fix nxstyle errors
...
arch/arm/src/stm32/stm32_sdio.h:
* Fix nxstyle errors.
2020-11-26 23:10:29 +01:00
Xiang Xiao
d6c24312aa
Fix nxstyle warning
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-11-26 18:42:18 -03:00
Xiang Xiao
afb0e33138
libc/machine/arch: Support armv8-m relocation
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-11-26 18:42:18 -03:00
Xiang Xiao
74ab69af62
libs/libc/machine/arm: Rename armv8 to armv8-m
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-11-26 18:42:18 -03:00
Xiang Xiao
edca49fb5f
libc/machine/arm: Use the correct arch Kconfig for variant check
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-11-26 18:42:18 -03:00
Xiang Xiao
baabe5e08a
libs/libc/machine: Remove ARCH_CORTEXM33 dependence from LIBM_ARCH_xxx
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-11-26 18:42:18 -03:00
Matias N
a59c7744f8
Documentation: support versioned docs
2020-11-26 10:58:44 -08:00
Matias N
36088e8d21
Config.mk: fix CATFILE macro to work when file list is empty (Linux)
2020-11-26 17:35:04 +01:00
Brennan Ashton
b021375f2c
Update checkrelease script for readme.md inread of .txt
...
Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
2020-11-26 02:25:32 -08:00
Brennan Ashton
a8b539af81
Add release notes for NuttX-10.0.0
...
Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
2020-11-25 23:49:20 -08:00
chenwen
cb8d267230
xtensa/esp32: Announce the power management state change to feed watchdog
2020-11-25 10:53:05 -03:00
chenwen
2991418b2e
xtensa/esp32: keep cpu clock while configured cpu clock is consistent with the default
2020-11-25 10:53:05 -03:00
chenwen
39322e1158
xtensa/esp32: Get CPU frequency from the rtc register
2020-11-25 10:53:05 -03:00
chenwen
1847a67e05
xtensa/esp32: Add sleep reject reasons
2020-11-25 10:53:05 -03:00
chenwen
5c5e0494f3
xtensa/esp32: Keep VDDSDIO power on if PSRAM is enabled
2020-11-25 10:53:05 -03:00
Augusto Fraga Giachero
ffcedfd971
Remove copyright from headers
2020-11-25 05:13:46 -08:00
Augusto Fraga Giachero
558dfa28fb
nxstyle fix
2020-11-25 05:13:46 -08:00
Augusto Fraga Giachero
6a43daa67e
Update licenses to Apache 2.0
2020-11-25 05:13:46 -08:00
YAMAMOTO Takashi
78797dc1da
binfmt/libnxflat/libnxflat_bind.c: Fix syslog formats
2020-11-25 05:11:26 -08:00
YAMAMOTO Takashi
ca2cc5133d
binfmt/libnxflat/libnxflat_load.c: Fix syslog formats
2020-11-25 05:11:26 -08:00
YAMAMOTO Takashi
b9538bf885
binfmt/libnxflat/libnxflat_load.c: Appease nxstyle
2020-11-25 05:11:26 -08:00
YAMAMOTO Takashi
cde04a6523
fs/unionfs/fs_unionfs.c: Fix syslog formats
2020-11-25 05:11:26 -08:00
YAMAMOTO Takashi
e58a966dd6
fs/binfs/fs_binfs.c: Fix a syslog format
2020-11-25 05:11:26 -08:00
YAMAMOTO Takashi
e8695d61ca
fs/nfs/nfs_vfsops.c: Fix syslog formats
...
The following nxstyle errors are not new.
(macros like SIZEOF_rpc_reply_readdir)
fs/nfs/nfs_vfsops.c:848:12: error: Mixed case identifier found
fs/nfs/nfs_vfsops.c:1020:16: error: Mixed case identifier found
fs/nfs/nfs_vfsops.c:1420:13: error: Mixed case identifier found
fs/nfs/nfs_vfsops.c:1818:11: error: Mixed case identifier found
fs/nfs/nfs_vfsops.c:1819:11: error: Mixed case identifier found
fs/nfs/nfs_vfsops.c:1830:8: error: Mixed case identifier found
fs/nfs/nfs_vfsops.c:1851:42: error: Mixed case identifier found
fs/nfs/nfs_vfsops.c:2049:54: error: Mixed case identifier found
fs/nfs/nfs_vfsops.c:2115:58: error: Mixed case identifier found
fs/nfs/nfs_vfsops.c:2172:54: error: Mixed case identifier found
2020-11-25 05:11:26 -08:00
YAMAMOTO Takashi
73dd8a1ba2
fs/nfs/nfs_util.c: Fix syslog formats
...
The following nxstyle error is a false positive.
https://github.com/apache/incubator-nuttx/issues/387
fs/nfs/nfs_util.c:70:39: error: C++ style comment
2020-11-25 05:11:26 -08:00
YAMAMOTO Takashi
bed9c3b83d
fs/nfs/rpc_clnt.c: Fix a syslog format
2020-11-25 05:11:26 -08:00
YAMAMOTO Takashi
0a146273bf
fs/nfs/rpc_clnt.c: Appease nxstyle
...
The following nxstyle errors are intentionally left
because they are parts of the copyright notices.
fs/nfs/rpc_clnt.c:46:80: error: Long line found
fs/nfs/rpc_clnt.c:63:78: error: Long line found
2020-11-25 05:11:26 -08:00
YAMAMOTO Takashi
af6719965f
net/tcp/tcp_appsend.c: Fix syslog formats
2020-11-25 05:11:26 -08:00
YAMAMOTO Takashi
390f766b36
net/tcp/tcp_appsend.c: Appease nxstyle
2020-11-25 05:11:26 -08:00
YAMAMOTO Takashi
40d4c03a8c
net/tcp/tcp_input.c: Fix syslog formats
2020-11-25 05:11:26 -08:00
YAMAMOTO Takashi
17654f592e
net/tcp/tcp_send_buffered.c: Fix syslog formats
2020-11-25 05:11:26 -08:00
YAMAMOTO Takashi
9125ebae37
arch/arm/src/armv7-m/arm_ramvec_initialize.c: Fix a syslog format
2020-11-25 05:11:26 -08:00
YAMAMOTO Takashi
e378c6c95b
arch/arm/src/lpc17xx_40xx/lpc17_40_can.c: Fix syslog formats
2020-11-25 05:11:26 -08:00
YAMAMOTO Takashi
f7feaa8f79
arch/arm/src/lpc17xx_40xx/lpc17_40_can.c: Appease nxstyle
2020-11-25 05:11:26 -08:00
YAMAMOTO Takashi
2351b6f910
arch/arm/src/lpc17xx_40xx/lpc17_40_ethernet.c: Fix syslog formats
2020-11-25 05:11:26 -08:00
YAMAMOTO Takashi
916091cbf0
arch/arm/src/lpc17xx_40xx/lpc17_40_ethernet.c: Fix an undeclared variable
2020-11-25 05:11:26 -08:00
YAMAMOTO Takashi
f1ffb57f3c
arch/arm/src/lpc17xx_40xx/lpc17_40_sdcard.c: Fix syslog formats
2020-11-25 05:11:26 -08:00
YAMAMOTO Takashi
a0f8c4557d
arch/arm/src/lpc17xx_40xx/lpc17_40_usbhost.c: Fix syslog formats
2020-11-25 05:11:26 -08:00
YAMAMOTO Takashi
0845c1f364
arch/arm/src/lpc17xx_40xx/lpc17_40_usbhost.c: Appease nxstyle
2020-11-25 05:11:26 -08:00
YAMAMOTO Takashi
aad25bc4c8
drivers/usbdev/cdcecm.c: Fix a syslog format
2020-11-25 05:11:26 -08:00
YAMAMOTO Takashi
4b740fa13a
drivers/usbdev/cdcecm.c: Fix an undefined variable in a syslog call
2020-11-25 05:11:26 -08:00
YAMAMOTO Takashi
723f590345
drivers/mtd/m25px.c: Fix a syslog format
2020-11-25 05:11:26 -08:00