MDW
62783813eb
minor: Fix trailing whitespace as seen in #2738 ( #2739 )
2023-11-29 20:57:32 +01:00
obones
ecb0b361ad
Change r_device.fields to constant pointer ( #2421 )
...
Allows for static "output_fields" to be stored in readonly memory on embedded architectures.
2023-03-13 16:01:29 +01:00
obones
371ccfd54f
Add char const check to symbolizer ( #2390 )
...
make sure that char* declarations with a direct assignment of a constant are no longer valid in plugins. They must be char const * because string literals are "const" with newest compilers
2023-02-20 15:11:29 +01:00
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
15637a2f2d
minor: Fix various decoder doc comments
2022-09-01 15:45:09 +02:00
Christian W. Zuckschwerdt
9ed2518448
minor: Fix symbolizer file/line location
2022-09-01 01:13:06 +02:00
Christian W. Zuckschwerdt
9843a3411d
Fix irregular model names BREAKING CHANGE ( #1883 )
...
- "Inkbird ITH-20R" -> "Inkbird-ITH20R"
- "LaCrosse-WS7000-27/28" -> "LaCrosse-WS700027"
- "LaCrosse-WS7000-22/25" -> "LaCrosse-WS700022"
- "LaCrosse-WS7000-16" -> "LaCrosse-WS700016"
- "LaCrosse-WS7000-15" -> "LaCrosse-WS700015"
- "LaCrosse-WS7000-20" -> "LaCrosse-WS700020"
- "LaCrosse-WS2500-19" -> "LaCrosse-WS250019"
- "Abarth 124 Spider" -> "Abarth-124Spider"
- "Jansite Solar" -> "Jansite-Solar"
- "Klimalogg Pro" -> "Klimalogg-Pro"
- "Secplus_v1" -> "Secplus-v1"
- "SCM+" -> "SCMplus"
2022-01-08 12:10:14 +01:00
Christian W. Zuckschwerdt
4bb75b4cd2
build: Add symbolizer check
2021-10-29 14:20:32 +02:00