BazookaJoe1900
02e861b16e
enable silent compare of parameter ( #12850 )
...
Remove false errors after comparing parameters that doesn't exists.
as described in #12832
5 years ago
Beat Küng
5c715978e8
param compare/greater: do not print 'parameter not found' message
...
Reduces clutter in the boot output (now that we have it in the log).
On omnibus for example we see:
ERROR [param] Parameter SENS_EN_BATT not found
ERROR [param] Parameter SENS_EN_LL40LS not found
ERROR [param] Parameter SENS_EN_LL40LS not found
ERROR [param] Parameter SENS_EN_MB12XX not found
ERROR [param] Parameter SENS_EN_PGA460 not found
ERROR [param] Parameter SENS_EN_SF1XX not found
ERROR [param] Parameter SENS_EN_TRANGER not found
6 years ago
Beat Küng
ed9d25a75a
logger: add arming/disarming via AUX1 RC channel logging mode
6 years ago
Julian Oes
98857b4b94
ROMFS: don't check for UAVCAN_ENABLE param in SITL
...
This prevents a warning message being printed to SITL users because the
UAVCAN_ENABLE param does not exist.
6 years ago
mcsauder
e6f1a2db12
Delete trailing whitespace, extra newlines, to quiet git hooks and add an extra = so that it does not appear to git as a merge conflict marker.
6 years ago
Beat Küng
14ef009aab
logging: add SDLOG_MODE = -1 to disable logging completely
6 years ago
Julian Oes
3ebf030a02
ROMFS: change shebang from #!zsh to #!/bin/sh
...
This was required for shellsheck.
6 years ago
Daniel Agar
a8b91c7ac9
move intel_aerofc-v1 init to rc.board
6 years ago
Daniel Agar
60ade5d82b
move av_x1-v1 init to rc.board
6 years ago
Daniel Agar
25799c6e75
create board specific init script and use with fmu-v5
6 years ago
Daniel Agar
abb3817d31
boards new split VENDOR_MODEL naming convention
6 years ago
Daniel Agar
8566b6b53e
AV-X increase logger buffer
6 years ago
mcsauder
ec16a4d063
Migrate LOGGER_BUF argument to rc.logging, group OUTPUT_MODE instances closer together by relocating UAVCAN logic block in rcS, and alphabetize hardware specific logic in rc.sensors.
7 years ago
mcsauder
e2eb84042e
Group hardware specific logic in rcS, deprecate the MODE parameter from rcS, and update comments.
7 years ago
Daniel Agar
8537863848
delete sdlog2
7 years ago
Daniel Agar
4aeb70fcfe
rcS move logger startup to rc.logging and end of init
...
- fixes #8903
7 years ago
Lorenz Meier
b2a223eaab
Move logging to main rcS to save RAM
9 years ago
Mark Whitehorn
89294317a1
reduce log buffer to 24K
9 years ago
Daniel Agar
dcdeefd5ea
new logger
9 years ago
Mark Whitehorn
672042e051
not enough RAM for 32K buffer: reduce to 20K
9 years ago
Daniel Agar
4e0129275d
new logger
9 years ago
Lorenz Meier
986145ac23
ROMFS: Free flash by being less verbose
9 years ago
tumbili
f25702c29f
increased default logging to 100Hz
9 years ago
tumbili
d73e3a7318
start sdlog2 app with different arguments in replay mode
9 years ago
Lorenz Meier
7d2536f2dd
ROMFS: Allocate only 12K buffer for sdlog, now that we do only log at 100 Hz
10 years ago
Lorenz Meier
8f8184560b
sdlog2: Log at 100 Hz as default
10 years ago
Lorenz Meier
cc0d78b606
sdlog2: Do not abort startup without microSD
10 years ago
Lorenz Meier
dad2f754e9
Logging: Reduce logging on FMUv1 to free system resources
10 years ago
Lorenz Meier
b3d6dcb2e5
Pre-emptively increase the log buffer - after the last cleanup we got again plenty of RAM
11 years ago
Lorenz Meier
842819a6d6
Use smaller logging buffer
11 years ago
Lorenz Meier
08a6e00cdd
use a minimal sdlog2 buffer for FMUv1.x
11 years ago
ufoncz
bd5a0cef1a
ver command ready including hwcmp which replaces hw_ver, removed hw_ver
...
updated all scripts to use new ver hwcmp command
q
11 years ago
Helen Oleynikova
e35d4cd491
Reverted logging.
11 years ago
Helen Oleynikova
b96669a531
Logging changes, baud rate changes.
11 years ago
Helen Oleynikova
dd88e319ee
Reverted logging.
11 years ago
Helen Oleynikova
b1e4b34a56
Logging changes, baud rate changes.
11 years ago
Julian Oes
d5caffa845
startup: make sdlog2 working again on FMUv1
11 years ago
Lorenz Meier
9c355d280e
Merged beta into mavlink rework branch
11 years ago
Anton Babushkin
5e3c365cd4
rc: use sdlog2 -t option
...
sdlog2: move all logs and conv.zip to "log" dir, messages cleanup
11 years ago
Anton Babushkin
255d91d8d4
hw_ver app added for hardware version checking
11 years ago
Anton Babushkin
557d3f22de
Startup scripts major cleanup
12 years ago
px4dev
01e427b17c
Merge working changes into export-build branch.
12 years ago
px4dev
31c6440b64
Un-ignore the *.d directories in the ROMFS directory to avoid ignoring the init.d directory and friends. This is rinky, but the alternatives are all a mess.
12 years ago