Pavel Kirienko
|
ae0e2d7209
|
Removing extra UAVCAN perfcounters
|
10 years ago |
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
|
10 years ago |
Pavel Kirienko
|
f6dc2af398
|
UAVCAN update
|
10 years ago |
Pavel Kirienko
|
4baf4a032f
|
Fixed: Passing this->_armed_sub to close, which cannot accept a negative number.
|
10 years ago |
Pavel Kirienko
|
91362223ea
|
Fixed uninitialized fields of UavcanNode
|
10 years ago |
Pavel Kirienko
|
f6786d0be9
|
Removing -ffixed-r10 when stack checks aren't enabled
|
10 years ago |
Pavel Kirienko
|
2ebd7099de
|
Globally configurable stack checks, R10 is always fixed
|
10 years ago |
Pavel Kirienko
|
c9eae96cf6
|
Frame size fix fix per Lorenz's suggestion
|
10 years ago |
Pavel Kirienko
|
ed27e583e0
|
UAVCAN update
|
10 years ago |
Pavel Kirienko
|
4b1782174c
|
INSTRUMENTATIONDEFINES assignment made non-optional
|
10 years ago |
Pavel Kirienko
|
1d13edcf92
|
Stack checks made optional: ENABLE_STACK_CHECKS
|
10 years ago |
Pavel Kirienko
|
f49f183f74
|
UAVCAN module: -O3 instead of -Os; fixed instrumentation defines
|
10 years ago |
Pavel Kirienko
|
c2bc298409
|
Disable instrumentation for the uavcan module
|
10 years ago |
Pavel Kirienko
|
885077a1c3
|
Profiler: folder fix - more special cases for operator<< and operator>>
|
10 years ago |
Pavel Kirienko
|
569c3b7d37
|
Using -g3 flag instead of -g
|
10 years ago |
Pavel Kirienko
|
d87bb4dfcb
|
Revert "Intrusive changes made for UAVCAN profiling. Will be reverted in the next commit (this one is needed to keep the changes in history)"
This reverts commit 4c301d9dcf180e39186fa6753c7a3d3215b3cfa7.
|
10 years ago |
Pavel Kirienko
|
6bbacc4271
|
Intrusive changes made for UAVCAN profiling. Will be reverted in the next commit (this one is needed to keep the changes in history)
|
10 years ago |
Pavel Kirienko
|
543cb23128
|
Profiler: computing stack top distribution
|
10 years ago |
Pavel Kirienko
|
647163d6fa
|
Profiler - header comment fix
|
10 years ago |
Pavel Kirienko
|
f158c8270b
|
Rich man's profiler - handling quotes
|
10 years ago |
Pavel Kirienko
|
d1abf9c133
|
Poor man's profiler - proper stack folder that handles generic C++ types
|
10 years ago |
Pavel Kirienko
|
1898b51c74
|
Profiler: reporting function position in flame graphs
|
10 years ago |
Pavel Kirienko
|
ff7c33a4b0
|
Profiler: xdg-open work-around
|
10 years ago |
Pavel Kirienko
|
c0d71529bc
|
Profiler fixes
|
10 years ago |
Pavel Kirienko
|
c0937ec8ca
|
Profiler fixes
|
10 years ago |
Pavel Kirienko
|
9293950cdb
|
NuttX profiler improvements
|
10 years ago |
Pavel Kirienko
|
dd3fa2532e
|
Poor man's sampling profiler for NuttX
|
10 years ago |
Pavel Kirienko
|
e41bf13ac5
|
Nuttx.py: 'show mybt' outputs in GDB-like format for ease of parsing
|
10 years ago |
Pavel Kirienko
|
9215a8d8da
|
Nuttx.py fixes: Python 2.7 support (required for gcc-arm-toolchain from Terry Guo), fixed int parsing, show mybt by name
|
10 years ago |
Pavel Kirienko
|
0901d99992
|
UAVCAN update (speed optimizations)
|
10 years ago |
Pavel Kirienko
|
7f0f4b3072
|
UavcanEscController broadcasting percounter
|
10 years ago |
Pavel Kirienko
|
eea3c801f4
|
UAVCAN perf counters
|
10 years ago |
Thomas Gubler
|
dcdde8ea88
|
Merge remote-tracking branch 'upstream/master' into ros_messagelayer_merge
Conflicts:
src/modules/attitude_estimator_ekf/attitude_estimator_ekf_main.cpp
src/modules/uORB/topics/vehicle_attitude.h
|
10 years ago |
Thomas Gubler
|
3a38b0fe35
|
define __EXPORT for ROS
|
10 years ago |
Thomas Gubler
|
1f706eeb2f
|
small cleanup
|
10 years ago |
Thomas Gubler
|
632a0866ef
|
remove unneeded functionality in template
|
10 years ago |
Thomas Gubler
|
cadcad6ffb
|
messagelayer prototype for nuttx
|
10 years ago |
Thomas Gubler
|
7c3223b860
|
added a messageplayer prototype for ros
|
10 years ago |
Lorenz Meier
|
d1eac3510b
|
DELETE DURING REBASE: Remove some apps to make space
|
10 years ago |
Lorenz Meier
|
85b6907e1d
|
Fixes to make GCC 4.9 link
|
10 years ago |
Lorenz Meier
|
fd275147e4
|
Add hackery on NuttX header, to be removed during rebase -i
|
10 years ago |
Lorenz Meier
|
6574692bd7
|
uORB: Remove unused function
|
10 years ago |
Lorenz Meier
|
f176147d2a
|
Allow GCC 4.9.3
|
10 years ago |
Lorenz Meier
|
e8e4a3b5da
|
Allow GCC 4.9.3
|
10 years ago |
Lorenz Meier
|
87aaf2a959
|
uORB: Remove unused function
|
10 years ago |
Lorenz Meier
|
e092705b0d
|
EKF bugfix: Replace all off-by-one (<=22 and <23) instances by correct check. Replace all badly-written <=21 (correct, but unreadable) code by < n_states
|
10 years ago |
Denis Yeldandi
|
0632d882bb
|
INAV_W_Z_GPS_V defaults to 0
|
10 years ago |
Lorenz Meier
|
dad2f754e9
|
Logging: Reduce logging on FMUv1 to free system resources
|
10 years ago |
Lorenz Meier
|
21b88cd874
|
dataman: Reduce stack to 1800, based on real usage of 800 bytes
|
10 years ago |
Lorenz Meier
|
9aa7daa86c
|
PX4IO: Adjust stack size based on real usage of 900 bytes
|
10 years ago |