Beat Küng
1be089cf0c
BBSRAM: add another partition and store the last ulog path
2017-07-07 17:06:48 +02:00
Beat Küng
0ffcf70a84
px4fmu-v1 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.
2017-03-10 11:29:09 +01:00
Beat Küng
1d93b1bce3
nuttx configs: increase CONFIG_NFILE_DESCRIPTORS from 51 to 53
...
this is needed due to the additional topics logged with the logger
2017-03-04 22:47:54 +08:00
David Sidrane
a5d1290398
px4fmu-v1 use board common reset interface
2017-01-24 21:17:06 +01:00
Lorenz Meier
bdeabbd02c
FMUv1: Ensure enough IRQ stack
2016-12-23 23:24:52 +01:00
David Sidrane
82cb9353d1
Changes to px4fmu-v1 for upstream Nuttx
2016-12-21 08:34:21 +01:00
Julian Oes
25d1daa7a5
px4fmu-v1: Raise INTERRUPTSTACK again
...
This fixes #5855 .
2016-11-15 08:10:40 +01:00
Julian Oes
53c23e7bff
Revert "Revert "FMUv1: Save resources in config""
...
This reverts commit 0ca397ab20
.
2016-11-15 08:10:40 +01:00
Lorenz Meier
0ca397ab20
Revert "FMUv1: Save resources in config"
...
This reverts commit c24046ca5b
.
2016-11-14 22:37:01 +01:00
Lorenz Meier
c24046ca5b
FMUv1: Save resources in config
2016-10-02 11:50:34 +02:00
Lorenz Meier
f231feb0f6
FMUv1: Harmonize with FMUv2
2016-08-12 13:55:16 +02:00
David Sidrane
3829871612
Removed unused NXFFS buys back 5792 bytes of FLASH
2016-05-14 11:22:52 +02:00
Daniel Agar
0b54bb99f9
NuttX quiet build
...
cmake combine NuttX copy and export
-NuttX wasn't recopying if it fails to compile
2016-04-17 16:02:28 -04:00
Lorenz Meier
c326189ce8
NuttX build flags: Remove trivial warnings
2015-10-19 13:05:27 +02:00
Lorenz Meier
ef8ef0fb23
FMUv1: Safe some RAM on buffers
2015-10-11 16:34:58 +02:00
Lorenz Meier
73e83a503c
NuttX configs: Reduce buffer sizes where reasonable
2015-10-03 13:00:37 +02:00
Lorenz Meier
138daf3b36
FMUv1: Use small buffer for RX DMA hotfix
2015-08-10 16:35:10 +02:00
Lorenz Meier
ecbff2885c
FMUv1 config: Recuperate unused interrupt stack space
2015-04-26 14:33:57 +02:00
Lorenz Meier
6d41b5d063
NuttX configs: Reduce excessive number of reserved FDs
2015-04-26 14:33:55 +02:00
Roman Bapst
e097affd7a
log multirotor attitude controller status
2015-04-18 11:26:19 +02:00
Daniel Agar
c147424fe7
nuttx-configs fix code style
2015-03-19 23:49:36 +01:00
Lorenz Meier
f7ef6e1950
Fix stack sizes based on observed usage. Frees some more RAM
2015-03-03 17:28:14 +01:00
David Sidrane
17615b22a4
Insure that CONFIG_ARCH_BOARD_xxx is defined and to be consistent with Nuttx build place them in defconfig files so that config.h will have ONFIG_ARCH_BOARD_xxx defined
2015-02-17 23:27:34 +01:00
David Sidrane
6606b56364
Updated NuttX submodule with memcpy fix, disabled run time stack checking and added modules back in
2015-01-29 04:49:39 -10:00
Simon Wilks
5c776e2392
Revert "FMUv1: Disable stack checking"
...
This reverts commit e62c8d7367
.
2015-01-25 22:31:11 +01:00
David Sidrane
517e1e8d48
Fixed permissions
2015-01-21 14:54:25 +01:00
Lorenz Meier
e62c8d7367
FMUv1: Disable stack checking
2015-01-21 14:54:24 +01:00
David Sidrane
4b8feb03cf
Match the OS build's CONFIG_ARMV7M_STACKCHECK setting by using actual setting in the exported nuttx config.h file to control each board build setting of ENABLE_STACK_CHECKS in toolchain_gnu-arm-eabi.mk
2015-01-21 14:54:24 +01:00
Lorenz Meier
5f77a57761
FMUv1 + FMUv2: Reduce excessively large OS stack sizes. Actual use was 800 bytes hpwork, 400 bytes lpwork, 1700 bytes in running system. This leaves 1K headroom per task
2015-01-21 09:22:03 +01:00
Lorenz Meier
1b5c3271cf
Merge pull request #1529 from PX4/fdmax
...
FMUv1 / FMUv2: Up number of file descriptors slightly - no known issues,...
2014-12-28 23:46:39 +01:00
Lorenz Meier
f1c5fcd8da
NuttX configs / build options: Do not warn about sign compare, as there are a bunch of non-standard signedness assumptions
2014-12-26 17:38:11 +01:00
Lorenz Meier
1240912f1c
FMUv1 / FMUv2: Up number of file descriptors slightly - no known issues, but some tasks are getting close.
2014-12-24 09:26:21 +01:00
Lorenz Meier
388350108a
FMUv1: Ignore float suffixes in NuttX
2014-12-21 12:10:18 +01:00
Lorenz Meier
75bc8136b1
Build NuttX optimized for size
2014-11-15 13:50:56 +01:00
Lorenz Meier
676cb91a1d
Hotfix for PX4IO comms: Raise timeout to 10 ms.
2014-10-09 10:55:48 +02:00
Lorenz Meier
a54ef70a20
Decrease I2C timeout in config so it matches the previous 500 us timeout as close as possible. This is necessary after fixing the NuttX I2C timeout logic
2014-08-26 08:14:52 +02:00
Anton Babushkin
1525341cad
Disable CONFIG_ARCH_IRQPRIO in all NuttX configs
2014-08-14 13:12:02 +02:00
Lorenz Meier
fe5d35bc54
Reduce IO buf space reasonably
2014-07-12 22:04:04 +02:00
Lorenz Meier
aa05582598
FMUv1: Reduce excessive stack sizes
2014-07-11 21:04:09 +02:00
Kynos
fe28069eff
Increase UART1 & UART5 RX&Tx buffer sizes
...
To fix MAVLink message garbling problems.
2014-05-28 17:26:41 +02:00
Lorenz Meier
0a6861e98d
FMUv1: Reduce user main stack slightly, still 2.5K buffer between actual use and size
2014-05-16 10:45:37 +02:00
Lorenz Meier
7e9f234da7
Reduce buffer sizes to reasonable quantities for UART
2014-05-13 08:03:39 +02:00
Lorenz Meier
2ea32b315f
Merged master
2014-04-20 02:04:05 +02:00
Lorenz Meier
a6d9b7e864
Merged stack size changes
2014-03-10 19:06:54 +01:00
Lorenz Meier
61eb228e4d
Reduce excessive stack sizes on main OS stacks. This has been tested on mavlink_beta, but needs more careful testing.
2014-03-06 15:18:48 +01:00
Anton Babushkin
8425b9bef2
Increase NFILE_DESCRIPTORS to 36
2014-03-05 22:46:22 +04:00
Anton Babushkin
b40d3e1e18
Change NFILE_DESCRIPTORS back to 32
2014-03-05 22:30:43 +04:00
Julian Oes
366f19c2c0
Stack: lower stack of lpwork and hpwork
2014-02-16 13:24:56 +01:00
Julian Oes
3462054f73
Merge remote-tracking branch 'px4/beta' into beta_mavlink
...
Conflicts:
src/modules/mavlink/mavlink.c
src/modules/mavlink/mavlink_receiver.h
src/modules/mavlink/orb_listener.c
2014-02-12 17:10:20 +01:00
Julian Oes
76ae004e5c
Defconfig: allow for more file descriptors
2014-02-12 16:21:50 +01:00