Henry Zhang
8f391a6eae
MindPX: update NuttX config
8 years ago
Beat Küng
1be089cf0c
BBSRAM: add another partition and store the last ulog path
8 years ago
Beat Küng
ff7d062987
mindpx-v2 nuttx config: reduce CONFIG_CDCACM_TXBUFSIZE to 2000
...
Log file download via Mavlink is the one that needs the most bandwidth.
It needs typically around 200B TX buffer, and spikes at around 1500B every
10sec, with an average download speed of 230KB/s.
8 years ago
Beat Küng
6170544738
mindpx-v2 NuttX defconfig: lower CONFIG_DEV_PIPE_SIZE to 70
...
This saves almost 2kb of RAM when using the mavlink shell. 70 matches the
size of the mavlink message. Since the pipe is blocking, a process writing
a lot of data will just wait, data will not be dropped.
The mavlink shell is the only process creating a pipe.
8 years ago
David Sidrane
3d05fa7229
mindpx-v2 Increased IRQ Stack Size
8 years ago
David Sidrane
e68532a86e
mindpx-v2 use board common reset interface
8 years ago
Henry Zhang
0fdf3b13e8
MindPX: disable USART3 flow control
8 years ago
David Sidrane
31355c8584
Mindpx-v2:Fixed SDIO Clocking
8 years ago
David Sidrane
402251819d
Changes to mindpx-v2 for upstream Nuttx and hardfault logging
8 years ago
Henry Zhang
d6ed416d29
MindPX: Update spi bus and sensors io config.
8 years ago
Henry Zhang
d8ac044414
MindPX: Support serial RC input.
8 years ago
Henry Zhang
5076ba0049
MindPX: Disable second CAN bus.
8 years ago
Henry Zhang
93343487e7
MindPX: Harmonize with FMUv4.
8 years ago
David Sidrane
1c766aef12
Removed comments to allow appconfigs to bring in can
...
Removed the commented body of the 'if CONFIG_CAN' in the appconfigs
8 years ago
Beat Küng
302719527a
nuttx defconfig: increase nr of file descriptors, due to mavlink shell
9 years ago
Henry Zhang
0730e681bc
Nuttx config: MAVLink app needs more FDs.
9 years ago
Henry Zhang
9570d66d9d
MindPXFMUv2 uses STM32F427 v3, enable 2M flash.
9 years ago
David Sidrane
3829871612
Removed unused NXFFS buys back 5792 bytes of FLASH
9 years ago
Felix Hu
18176ea73d
change productstr
9 years ago
Felix Hu
9dd42e45d5
mod mindpx v2 prototype and defconfig
9 years ago
Daniel Agar
0b54bb99f9
NuttX quiet build
...
cmake combine NuttX copy and export
-NuttX wasn't recopying if it fails to compile
9 years ago
Felix Hu
bd580e09bf
supports MindPXv2 borad which is a product from AirMind.
9 years ago