Jukka Laitinen
d94cc1e114
Add kernel/userspace and nuttx_syscall libraries to build
...
Build NuttX proxies, stubs and separate user space and kernel space libraries
Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
3 years ago
Daniel Agar
03371f8522
NuttX with bch flush backport
3 years ago
PX4 BuildBot
a069a47d50
Update submodule nuttx to latest Thu Dec 23 18:11:37 UTC 2021
...
- nuttx in PX4/Firmware (d0ce5705359f8beeb9faf7fa0d12279e03bb7ac7): d4c06e9dfb
- nuttx current upstream: 378032a44b
- Changes: d4c06e9dfb...378032a44b
378032a44b 2021-12-15 David Sidrane - [BACKPORT] stm32f7:sdmmc invalidate before DMA to avoid eviction overwrite
3 years ago
Daniel Agar
bc7001ba49
NuttX apps with [REJECTED] mkfatfs DMA memory change
3 years ago
David Sidrane
7393a68e28
NuttX with ramtron and BCH backports
3 years ago
Daniel Agar
51da169ccb
cmake: nuttx apps build depend .c and .h files
3 years ago
Daniel Agar
7d985ec7c5
NuttX with Backports for SD fixes
3 years ago
David Sidrane
3cf901b29c
NuttX Apps with backport CONFIG_MKFATFS_BUFFER_ALIGMENT
3 years ago
Daniel Agar
3140bf167c
NuttX submodule update with work_usrthread.c fixes
3 years ago
Daniel Agar
f5d9b01f5c
NuttX build in place
...
- cmake NuttX build wrapper compile in place instead of copying source tree to build directory
- slightly faster skipping necessary copying (depending on system)
- allows debugging in place
- easier to work directly in NuttX following official documentation
- simplifies overall build which should make it easier to resolve any remaining NuttX dependency issues in the build system
- the downside is switching back and forth between different builds always require rebuilding NuttX, but I think this is worth the improved developer experience
- also no longer builds px4io and bootloader in every single build, for most users these rarely change and we're wasting a lot of build time
3 years ago
David Sidrane
96101a9c11
NuttX backports of imxrt dcache fixes to support WB & USB
3 years ago
David Sidrane
e2b4e435a9
Build system:Board level control of no-unaligned-access
3 years ago
David Sidrane
af9f8f08c6
NuttX PX4 build - capture log in VERBOSE=True|1
3 years ago
David Sidrane
38e2e6a01f
Use NuttX MPU Reset ( #18283 )
...
* NuttX with MPU reset backports
* Use NuttX MPU reset
3 years ago
Peter van der Perk
bfa87fdac7
Kconfig fix wrong nuttx submodule commit
3 years ago
Peter van der Perk
60790f7112
Backport boards: modalai_fc-v1 update default.cmake ( #18202 )
3 years ago
David Sidrane
cb47203a9e
NuttX with deglitched GPIO backports
3 years ago
David Sidrane
2abbf791b3
NuttX with deglitched GPIO backports
3 years ago
Jukka Laitinen
be4f7cabf9
Add compilation of nuttx_crypto
...
NuttX has lots of usable functionality for crypto, such as rng with entropy pool
Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
3 years ago
Jukka Laitinen
28dbd8dc1d
NuttX at 10.1.0+
...
NuttX backport fixing ARM protected build
3 years ago
David Sidrane
58fc5b21b8
NuttX at 10.1.0+
...
With PX4 contrib for building
4 years ago
David Sidrane
01ef9cf3e6
NuttX at 10.1.0+
...
With PX4 contrib for building
4 years ago
David Sidrane
0709a9bb1c
NuttX With Kinetis LPUART DMA backport
4 years ago
David Sidrane
b85a01f4c2
NuttX with Kinetis SerialPoll back in
4 years ago
David Sidrane
9dee09b81b
NuttX and Apps updated w/ALL backports
4 years ago
David Sidrane
5ea4b7dc9e
NuttX with Kinetis eDMA (SPI, Serial) Backports
4 years ago
David Sidrane
3e00450052
NuttX with SDMMC BACKPORT
4 years ago
David Sidrane
9c8e95db8d
NuttX w/NXP contrib for FlexCAN fixes
4 years ago
Jukka Laitinen
935253357a
nuttx compilation: Don't assume "arm" to enable risc-v compilation
...
Replace "arm" by "${CONFIG_ARCH}"
Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
4 years ago
David Sidrane
541697d193
NuttX Backports Fixing SDIO/SDMMC Data Timeouts
...
stm32, F7 and H7
4 years ago
David Sidrane
8d82560308
NuttX Backports
...
[BACKPORT] binnfmt:Fix return before close ELF fd
stm32h7: serial: use dma tx semaphore as resource holder
[BACKPORT] stm32h7:Serial Add RX and TX DMA
[BACKPORT] drivers/serial: fix Rx interrupt enable for cdcacm
[BACKPORT] stm32h7:Allow for reuse of the OTG_ID GPIO
[BACKPORT] stm32f7:Allow for reuse of the OTG_ID GPIO
4 years ago
David Sidrane
d5b60f7002
NuttX with WIP OTG_ID
4 years ago
David Sidrane
96d0755afd
NuttX with SDMMC Backport
4 years ago
David Sidrane
5e73fe588e
NuttX with SRAM4-heap-bp
4 years ago
David Sidrane
7f2566dd8a
NuttX STM32H7 16 bit SPI fixes + ADIS16470 updates for proper 16 bit mode in burst
4 years ago
David Sidrane
d9d832c568
NuttX with BACKPORT libc/stdio: Preallocate the stdin, stdout and stderr
4 years ago
David Sidrane
55abe48925
NuttX with BDMA enable fix backpork
4 years ago
David Sidrane
e9409e59e6
NuttX with flexcan CTRL1 fixes backports
4 years ago
David Sidrane
243adf5250
NuttX with SDMMC back ports
4 years ago
David Sidrane
c792879612
Nuttx: PX4 Contrib Ethernet Hardening
4 years ago
David Sidrane
ed6269b9a5
STMx7 LSE backports
4 years ago
David Sidrane
2345d3ac4a
NuttX:FlaxCan Backports
4 years ago
David Sidrane
ea255234da
nuttx:[BACKPORT] s32k1xx:Support ramfunc
4 years ago
David Sidrane
168027ac3d
NuttX apps with REJECTED commit
4 years ago
David Sidrane
9a08c0f48e
NuttX: PX4 stm32f412 contrib
4 years ago
David Sidrane
e9dabfbe28
Nuttx apps with rejected Network Monitor add a polled option
4 years ago
David Sidrane
f7aea05b19
Nuttx with STM32F4412 corrected pinmap
4 years ago
David Sidrane
1c0ed74d6a
platforms/nuttx/NuttX/nuttx net backports
4 years ago
David Sidrane
d04216aa48
Nuttx with stmf412 fixes
4 years ago
David Sidrane
1cd36d4c8c
PX4 NuttX 10.0.0+ With IMX backports
4 years ago