obones
cc6f4521d2
Change all r_device declarations to const ( #2352 )
...
Change all r_device declarations to const, which places them in the "read only" memory portion which is distinct from the limited quantity SRAM available on embedded platforms.
2023-01-31 12:32:17 +01:00
Christian W. Zuckschwerdt
7d5129786b
Add log output, log redirect, colored KV log ( #2254 )
2022-12-23 13:18:36 +01:00
Christian W. Zuckschwerdt
d2aae167e2
Change fprintf in decoders to decoder_log
2022-02-12 11:48:15 +01:00
Christian W. Zuckschwerdt
4f5241987d
Add decoder log to replace bitbuffer bitrow print
2022-02-09 07:01:12 +01:00
Christian W. Zuckschwerdt
9fedcf1feb
Add decoder log to replace fprintf
2022-02-08 11:00:02 +01:00
Christian W. Zuckschwerdt
305edc44f9
Refactor file outputs from data
2021-12-08 12:00:42 +01:00
Christian W. Zuckschwerdt
10cc5decec
Minor add vararg checks
2021-01-27 18:02:33 +01:00
Christian W. Zuckschwerdt
dd612755b8
Fix missing header includes
2019-11-03 11:41:59 +01:00
Christian W. Zuckschwerdt
fcb4d16651
Fix more warnings from static analysis ( #1183 )
2019-10-29 21:04:03 +01:00
Christian W. Zuckschwerdt
50bf96b9f5
Rename template to new_template to avoid reserved keyword ( #1092 )
2019-07-06 17:09:25 +02:00
Christian W. Zuckschwerdt
481394657c
Refactor rtl_433_devices.h to r_device.h
2019-02-17 11:37:23 +01:00
Christian W. Zuckschwerdt
46aaa6fd89
Fix remove trailing spaces
2019-02-15 17:04:27 +01:00
Christian W. Zuckschwerdt
baace97a5a
Harmonize Doxygen comments; enable Autobrief
2019-02-13 16:36:32 +01:00
Christian W. Zuckschwerdt
a800486340
Add parametric decoder setup
2019-01-26 16:32:06 +01:00
Christian W. Zuckschwerdt
362cd54af9
Add debug bits output option
2018-12-10 17:10:38 +01:00
Christian W. Zuckschwerdt
ae2fb32742
Add bitrow debugging output helper
2018-11-28 18:13:56 +01:00
Christian W. Zuckschwerdt
838797ddf1
Add decoder arg to decoder utils
2018-11-28 15:53:57 +01:00
Christian W. Zuckschwerdt
10f54364a0
Add high-level utility functions for decoders ( #883 )
2018-11-26 16:37:12 +01:00