flipperzero-firmware/applications/plugins/weather_station/protocols
hedger 224d0aefe4
[FL-2733] multitarget support for fbt (#2209)
* First part of multitarget porting
* Delete firmware/targets/f7/Inc directory
* Delete firmware/targets/f7/Src directory
* gpio: cli fixes; about: using version from HAL
* sdk: path fixes
* gui: include fixes
* applications: more include fixes
* gpio: ported to new apis
* hal: introduced furi_hal_target_hw.h; libs: added one_wire
* hal: f18 target
* github: also build f18 by default
* typo fix
* fbt: removed extra checks on app list
* api: explicitly bundling select mlib headers with sdk
* hal: f18: changed INPUT_DEBOUNCE_TICKS to match f7
* cleaned up commented out code
* docs: added info on hw targets
* docs: targets: formatting fixes
* f18: fixed link error
* f18: fixed API version to match f7
* docs: hardware: minor wording fixes
* faploader: added fw target check
* docs: typo fixes
* github: not building komi target by default
* fbt: support for `targets` field for built-in apps
* github: reworked build flow to exclude app_set; fbt: removed komi-specific appset; added additional target buildset check
* github: fixed build; nfc: fixed pvs warnings
* attempt to fix target id
* f7, f18: removed certain HAL function from public API
* apps: debug: enabled bt_debug_app for f18
* Targets: backport input pins configuration routine from F7 to F18

Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
2023-02-08 01:33:05 +09:00
..
acurite_592txr.c WS: fix show negative temperature (#1980) 2022-11-07 02:30:02 +09:00
acurite_592txr.h [FL-2934] WS: add protocol Acurite 592TXR (#1916) 2022-10-26 23:56:54 +09:00
acurite_606tx.c WS: fix show negative temperature (#1980) 2022-11-07 02:30:02 +09:00
acurite_606tx.h [FL-2920] WS: add protocol Acurite-606TX, LaCrosse_TX141THBv2 (#1898) 2022-10-21 02:26:28 +09:00
acurite_609txc.c Add Acurite 609TXC protocol to weather station (#1987) 2022-11-09 02:07:55 +09:00
acurite_609txc.h Add Acurite 609TXC protocol to weather station (#1987) 2022-11-09 02:07:55 +09:00
ambient_weather.c [FL-3052] WS: add choice fahrenheit/celsius (#2149) 2022-12-20 04:22:57 +09:00
ambient_weather.h [FL-2940] WS: add protocol Ambient_Weather (#1960) 2022-11-03 01:24:07 +09:00
auriol_hg0601a.c Weather Station: Add protocol - Auriol HG0601A (#2056) 2022-11-29 04:08:28 +09:00
auriol_hg0601a.h Weather Station: Add protocol - Auriol HG0601A (#2056) 2022-11-29 04:08:28 +09:00
gt_wt_02.c [FL-2975] WS: add protocol GT-WT02 (#2001) 2022-11-23 18:44:49 +09:00
gt_wt_02.h [FL-2975] WS: add protocol GT-WT02 (#2001) 2022-11-23 18:44:49 +09:00
gt_wt_03.c WS: fix show negative temperature (#1980) 2022-11-07 02:30:02 +09:00
gt_wt_03.h [FL-2904, FL-2900, FL-2890] WS: add app WeatherStation (#1833) 2022-10-20 02:27:26 +09:00
infactory.c [FL-3052] WS: add choice fahrenheit/celsius (#2149) 2022-12-20 04:22:57 +09:00
infactory.h [FL-2904, FL-2900, FL-2890] WS: add app WeatherStation (#1833) 2022-10-20 02:27:26 +09:00
lacrosse_tx141thbv2.c WS: fix show negative temperature (#1980) 2022-11-07 02:30:02 +09:00
lacrosse_tx141thbv2.h [FL-2920] WS: add protocol Acurite-606TX, LaCrosse_TX141THBv2 (#1898) 2022-10-21 02:26:28 +09:00
lacrosse_tx.c [FL-3082] WS: add protocol LaCrosse-TX (TFA Dostmann) (#2292) 2023-01-29 18:08:26 +07:00
lacrosse_tx.h [FL-3082] WS: add protocol LaCrosse-TX (TFA Dostmann) (#2292) 2023-01-29 18:08:26 +07:00
nexus_th.c [FL-3034] WS: fix protocol and add new (#2116) 2022-12-14 17:27:55 +09:00
nexus_th.h [FL-2904, FL-2900, FL-2890] WS: add app WeatherStation (#1833) 2022-10-20 02:27:26 +09:00
oregon2.c [FL-2811] Fix PVS-Studio warnings (#2142) 2022-12-26 21:13:30 +09:00
oregon2.h Move Oregon2 to Weather Station FAP (#1910) 2022-10-23 00:50:26 +09:00
oregon_v1.c [FL-2811] Fix PVS-Studio warnings (#2142) 2022-12-26 21:13:30 +09:00
oregon_v1.h [FL-3034] WS: fix protocol and add new (#2116) 2022-12-14 17:27:55 +09:00
protocol_items.c [FL-3082] WS: add protocol LaCrosse-TX (TFA Dostmann) (#2292) 2023-01-29 18:08:26 +07:00
protocol_items.h [FL-3082] WS: add protocol LaCrosse-TX (TFA Dostmann) (#2292) 2023-01-29 18:08:26 +07:00
thermopro_tx4.c WS: fix show negative temperature (#1980) 2022-11-07 02:30:02 +09:00
thermopro_tx4.h [FL-2904, FL-2900, FL-2890] WS: add app WeatherStation (#1833) 2022-10-20 02:27:26 +09:00
tx_8300.c [FL-3034] WS: fix protocol and add new (#2116) 2022-12-14 17:27:55 +09:00
tx_8300.h [FL-3034] WS: fix protocol and add new (#2116) 2022-12-14 17:27:55 +09:00
ws_generic.c [FL-2811] Fix PVS-Studio warnings (#2142) 2022-12-26 21:13:30 +09:00
ws_generic.h [FL-2733] multitarget support for fbt (#2209) 2023-02-08 01:33:05 +09:00