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
4 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
Daniel Agar
b50e6bda69
cmake: NuttX apps build updates
...
- NuttX Apps no longer generates the .built file
4 years ago
Martin Povišer
b0a73b5144
platforms/nuttx: change bash references
...
There is a platform, NixOS Linux, on which '/bin/bash' is not available.
This commit changes the interpreter to '/usr/bin/env bash' in some
scripts essential to firmware building.
4 years ago
Daniel Agar
216a0eb3a0
cmake: NuttX redirect libapps build stdout to log file
4 years ago
David Sidrane
850e068aa3
Nuttx 10.0.0+
4 years ago
Matthias Grob
4378254182
Fix NuttX build under Cygwin
...
after NuttX 9.1.0+ upgrade #15139
4 years ago
PX4 BuildBot
22a817d1fc
Update submodule nuttx to latest Wed Oct 14 19:20:05 EDT 2020
...
- nuttx in PX4/Firmware (8c8f594b24bddbb69c95772d80d51d3d62f4ad39): 724aa6c1d3
- nuttx current upstream: 19c831f409
- Changes: 724aa6c1d3...19c831f409
19c831f 2020-10-14 David Sidrane - [BACKPORT] kinetis:flexcan fixed compile error clock_systimespec->clock_systime_timespec
4 years ago
David Sidrane
6416abc817
Nuttx with kinetis BP tix for socketcan
4 years ago
David Sidrane
17ada7cf32
Nuttx with arm stack fix backport
4 years ago
PX4 BuildBot
b5df4f76cc
Update submodule nuttx to latest Sat Sep 26 15:30:26 UTC 2020
...
- nuttx in PX4/Firmware (59f5b841a6646a7ae514ae1139ba18c3f787ceb3): a8b7ca869e
- nuttx current upstream: 0fe69f6cc0
- Changes: a8b7ca869e...0fe69f6cc0
0fe69f6cc0 2020-09-25 David Sidrane - [BACKPORT] stm32f7:serial Bug Fix: Ensure next buffer is processed
4 years ago