1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00
LibrePilot/flight/pios
Alessio Morale 5156c0c911 LP-304 - Allow further info to be added to PERF_INIT_COUNTER for future feature support.
This may allow in future to extract the counters id list with grep to be handled by gcs or other custom tools
Proposed usage:
PERF_INIT_COUNTER(counterVariable, id, "MODULE NAME","COUNTER DESCRIPTION","UNIT OF MEASURE");
i.e.:
PERF_INIT_COUNTER(counterExecutionTime, 0xAC700001, "ACTUATOR", "Actuator update execution time", "uS");
2016-05-03 00:07:35 +02:00
..
common LP-151 OPLink: Allow custom Device ID or auto generated. 2016-05-01 21:56:50 +02:00
inc LP-304 - Allow further info to be added to PERF_INIT_COUNTER for future feature support. 2016-05-03 00:07:35 +02:00
osx OP-922 Mark PIOS_DEBUG_Panic with attribute noreturn 2014-08-16 16:57:50 +02:00
posix OP-1683 - Increase resolution for OneShot125 running timer at 8MHz, setup automatically rates for OneShot 2015-01-30 21:22:00 +01:00
stm32f0x REVONANO - Support distinct remaps for SDA and SCL 2015-05-18 18:54:52 +02:00
stm32f4xx Merged in f5soh/librepilot/LP-198_Detect_ppm_signal_lost (pull request #139) 2016-01-09 12:56:51 +01:00
stm32f10x Merged in alessiomorale/librepilot/amorale/LP-96_cpu_idle_counter (pull request #37) 2016-02-19 20:19:05 +01:00
win32 OP-976: Fix uncrustify changes that put a space before the ";" in the macro 2013-06-05 19:46:55 -07:00
pios_sim_posix.h OP-943 inline pios_mem function have issues with simposix. 2014-06-11 22:15:40 +02:00
pios.h LP-104 LP-196 Changes to address review comments and then uncrustification. 2016-01-16 12:19:34 +01:00