YAMAMOTO Takashi
fe4395f916
sched/pthread/pthread_getaffinity.c: Fix a syslog format
2020-11-22 19:01:05 -08:00
YAMAMOTO Takashi
e4c2494a74
sched/pthread/pthread_setaffinity.c: Fix a syslog format
2020-11-22 19:01:05 -08:00
Nathan Hartman
f13ee2848d
include/nuttx/clock.h: Fix wrong comment
...
include/nuttx/clock.h:
* USEC_PER_TICK: The docstring for this define mistakenly said
that the default value of USEC_PER_TICK, 10000, corresponded
to 100 KHz. However, it is actually 100 Hz. Corrected the
comment. No functional changes.
2020-11-22 18:33:50 -08:00
Nathan Hartman
8e8ead3224
sched/signal/sig_timedwait.c: Fix typo in comment
...
sched/signal/sig_timedwait.c:
* nxsig_timedwait(): Fix typo in comment:
"is store din" -> "is stored in"
include/nuttx/signal.h:
* Fix same typo in extern declaration of nxsig_timedwait().
2020-11-22 18:31:49 -08:00
Masayuki Ishikawa
3c11825cda
tools: Fix nuttx-gdbinit for armv7-m with FPU
...
Summary:
- Brennan reported the script does not work with nucleo-h743zi:otg_fs_host
- Actually, the config uses FPU but the script did not detect it
- The script assumed that the nuttx contains fpuconfig symbol
- However, this assumption was incorrect
- This commit fixes this issue by detecting FPU with tcb->xcp.regs
Impact:
- Cortex-M targets
Testing:
- Tested with lm3s6965-ek:discover (Cortex-M3)
- Tested with spresense:wifi_smp (Cortex-M4F)
- Tested with sim:smp (x86_64)
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
2020-11-22 16:13:22 -08:00
Nathan Hartman
af0dcd4a0c
stm32/stm32_capture.c: Fix nxstyle errors
...
arch/arm/src/stm32/stm32_capture.c:
* Fix nxstyle errors.
2020-11-22 10:29:40 -08:00
Alan C. Assis
31c14726d5
Replace all assert() with DEBUGASSERT()
2020-11-22 07:43:04 -08:00
Alan C. Assis
3352d3863c
esp32_himem: Fix issue that was preventing to map all free memory
2020-11-22 07:43:04 -08:00
YAMAMOTO Takashi
35449e4d14
risc-v: Don't use non existent "saved_status"
...
It seems like a copy-and-paste leftover from mips.
Replace them with saved_int_ctx.
(Shouldn't these files inherit the copyright notice from mips?)
2020-11-22 05:18:55 -08:00
YAMAMOTO Takashi
9ceb61d3a9
risc-v 64-bit: Fix SCN/PRI.PTR definitions
2020-11-22 05:18:29 -08:00
Matias N
d5b6ec450f
Parallelize depend file generation
2020-11-22 09:02:59 -03:00
Brennan Ashton
2df6547d50
board: Add network configuration to nucleo-h743zi
...
Signed-off-by: Brennan Ashton <bashton@brennanashton.com>
2020-11-22 01:47:13 -08:00
YAMAMOTO Takashi
510014363e
arch/x86_64/include/intel64/inttypes.h: Fix xxxPTR definitions
2020-11-22 01:46:42 -08:00
YAMAMOTO Takashi
c3ff79a87c
Remove unused _intptr_t and _uintptr_t
2020-11-22 01:46:42 -08:00
dongjiuzhu
670254dffd
driver/rc: fix bug about lirc_read
...
N/A
Change-Id: I0d4f5cbea993ad0d9c29c7914c12d2c228bdebda
Signed-off-by: dongjiuzhu <dongjiuzhu1@xiaomi.com>
2020-11-22 01:34:04 -08:00
Brennan Ashton
87d8e5dda2
board: nucleo-h743zi USB Host fixups
2020-11-22 00:28:49 -08:00
KernelGuruMeditation
dcb3fd11ea
Add proper default config file
2020-11-22 00:28:49 -08:00
KernelGuruMeditation
1a53a2f882
Fix code style
2020-11-22 00:28:49 -08:00
KernelGuruMeditation
c9e40ede2d
Fix of the OTG FS HOST for nucleo-h743zi
2020-11-22 00:28:49 -08:00
YAMAMOTO Takashi
d068713738
binfmt/libelf/libelf_symbols.c: Fix syslog formats
2020-11-21 19:38:32 -08:00
YAMAMOTO Takashi
148ee150f0
binfmt/libelf/libelf_bind.c: Fix syslog formats
2020-11-21 19:38:32 -08:00
YAMAMOTO Takashi
13e55ce0d4
fs/romfs/fs_romfsutil.c: Fix syslog formats
2020-11-21 19:38:32 -08:00
YAMAMOTO Takashi
67fbbf935b
fs/romfs/fs_romfs.c: Fix syslog formats
2020-11-21 19:38:32 -08:00
YAMAMOTO Takashi
42a218dabb
libs/libc/machine/arm/armv7-m/arch_elf.c: Fix syslog formats
2020-11-21 19:38:32 -08:00
YAMAMOTO Takashi
04f2542cc2
libs/libc/machine/arm/armv7-m/arch_elf.c: Appease nxstyle
...
The following errors are intentionally left.
They are a part of tables which are not trivial to fix.
libs/libc/machine/arm/armv7-m/arch_elf.c:230:94: error: Long line found
libs/libc/machine/arm/armv7-m/arch_elf.c:232:89: error: Long line found
libs/libc/machine/arm/armv7-m/arch_elf.c:240:94: error: Long line found
libs/libc/machine/arm/armv7-m/arch_elf.c:242:89: error: Long line found
libs/libc/machine/arm/armv7-m/arch_elf.c:403:94: error: Long line found
libs/libc/machine/arm/armv7-m/arch_elf.c:405:91: error: Long line found
libs/libc/machine/arm/armv7-m/arch_elf.c:413:94: error: Long line found
libs/libc/machine/arm/armv7-m/arch_elf.c:415:91: error: Long line found
2020-11-21 19:38:32 -08:00
YAMAMOTO Takashi
34cd44f8d7
libs/libc/modlib/modlib_symbols.c: Fix syslog formats
2020-11-21 19:38:32 -08:00
YAMAMOTO Takashi
6bdca69a32
libs/libc/modlib/modlib_bind.c: Fix syslog formats
2020-11-21 19:38:32 -08:00
YAMAMOTO Takashi
d2d48a1b9b
sched/module/mod_modhandle.c: Fix a syslog format
2020-11-21 19:38:32 -08:00
YAMAMOTO Takashi
ae45a66d70
fs/nxffs/nxffs_write.c: Fix a syslog format
2020-11-21 19:38:32 -08:00
YAMAMOTO Takashi
d543f7f16f
fs/nxffs/nxffs_stat.c: Fix syslog formats
2020-11-21 19:38:32 -08:00
YAMAMOTO Takashi
7df9d89d54
fs/nxffs/nxffs_reformat.c: Fix syslog formats
2020-11-21 19:38:32 -08:00
YAMAMOTO Takashi
d28d5a29c2
fs/nxffs/nxffs_reformat.c: Appease nxstyle
2020-11-21 19:38:32 -08:00
YAMAMOTO Takashi
d22c8a2a31
fs/nxffs/nxffs_read.c: Fix a syslog format
2020-11-21 19:38:32 -08:00
YAMAMOTO Takashi
3f2390e781
fs/nxffs/nxffs_read.c: Appease nxstyle
2020-11-21 19:38:32 -08:00
YAMAMOTO Takashi
889c33277c
fs/nxffs/nxffs_pack.c: Fix a syslog format
2020-11-21 19:38:32 -08:00
YAMAMOTO Takashi
660db6b248
fs/nxffs/nxffs_pack.c: Appease nxstyle
2020-11-21 19:38:32 -08:00
YAMAMOTO Takashi
99407f4ab9
fs/nxffs/nxffs_open.c: Fix a syslog format
2020-11-21 19:38:32 -08:00
YAMAMOTO Takashi
e1a8f8a736
fs/nxffs/nxffs_open.c: Appease nxstyle
2020-11-21 19:38:32 -08:00
YAMAMOTO Takashi
35c30c2c4a
fs/nxffs/nxffs_cache.c: Fix syslog formats
2020-11-21 19:38:32 -08:00
YAMAMOTO Takashi
042881eed3
fs/nxffs/nxffs_cache.c: Appease nxstyle
2020-11-21 19:38:32 -08:00
YAMAMOTO Takashi
b48408cdeb
drivers/mtd/ftl.c: Fix syslog formats
2020-11-21 19:38:32 -08:00
Brennan Ashton
a0112eee4f
stm32h7: Bug where more than CONFIG_MM_REGIONS would be allocated
2020-11-21 19:38:05 -08:00
Matias N
10d7d8e9c3
nrf52 GPIO: fix setting of SENSE to pins; clear LATCH register on initialization
2020-11-21 18:18:25 -08:00
Matias N
d118249566
Documentation: remove empty releases section; put reference up higher
2020-11-21 18:09:19 -08:00
Matias N
3aacc506dc
Documentation: various improvements to quickstart section
2020-11-21 18:09:19 -08:00
Matias N
ce146e91ef
Documentation: remove empty subheading
2020-11-21 18:09:19 -08:00
Matias N
c6270b552b
Documentation: remove TODO
2020-11-21 18:09:19 -08:00
Matias N
31f77461b3
Documentation: reorder introduction in index
2020-11-21 18:09:19 -08:00
Matias N
206402c7e0
Documentation: add TODO
2020-11-21 18:09:19 -08:00
Matias N
2c2f2bc795
Documentation: improve menuselection tag appearance
2020-11-21 18:09:19 -08:00