flipperzero-firmware/lib/ibutton/protocols/dallas
Georgii Surkov 8b224ecb15
[FL-3179] 1-Wire Overdrive Mode (#2522)
* Separate ibutton to its own module, add one_wire to f18
* Move onewire cli to a separate app
* Add definitions for normal and overdrive timings
* Update api definitions
* Add rough overdrive timings definition for onewire emulation
* Remove one_wire_host_timing.h
* Add rough overdrive timings for onewire host
* Improve overdrive mode
* Working overdrive mode from flipper to flipper
* Update thermometer example app
* Turn on otg power when running thermometer example app
* Implement reset overdrive switching
* Always exit out of overdrive mode
* Improve overdrive timings
* Fix typos
* Fix reset behaviour
* Use overdrive mode everywhere in DS1996
* Improve comments
* Bump API version

Co-authored-by: あく <alleteam@gmail.com>
2023-03-22 23:54:06 +09:00
..
dallas_common.c [FL-3168] Add one_wire lib to f18, separate ibutton (#2509) 2023-03-21 01:23:17 +09:00
dallas_common.h [FL-3179] 1-Wire Overdrive Mode (#2522) 2023-03-22 23:54:06 +09:00
protocol_dallas_base.h [FL-3179] 1-Wire Overdrive Mode (#2522) 2023-03-22 23:54:06 +09:00
protocol_ds1971.c [FL-3179] 1-Wire Overdrive Mode (#2522) 2023-03-22 23:54:06 +09:00
protocol_ds1971.h [FL-3168] Add one_wire lib to f18, separate ibutton (#2509) 2023-03-21 01:23:17 +09:00
protocol_ds1990.c [FL-3179] 1-Wire Overdrive Mode (#2522) 2023-03-22 23:54:06 +09:00
protocol_ds1990.h [FL-3168] Add one_wire lib to f18, separate ibutton (#2509) 2023-03-21 01:23:17 +09:00
protocol_ds1992.c [FL-3179] 1-Wire Overdrive Mode (#2522) 2023-03-22 23:54:06 +09:00
protocol_ds1992.h [FL-3168] Add one_wire lib to f18, separate ibutton (#2509) 2023-03-21 01:23:17 +09:00
protocol_ds1996.c [FL-3179] 1-Wire Overdrive Mode (#2522) 2023-03-22 23:54:06 +09:00
protocol_ds1996.h [FL-3168] Add one_wire lib to f18, separate ibutton (#2509) 2023-03-21 01:23:17 +09:00
protocol_ds_generic.c [FL-3179] 1-Wire Overdrive Mode (#2522) 2023-03-22 23:54:06 +09:00
protocol_ds_generic.h [FL-3168] Add one_wire lib to f18, separate ibutton (#2509) 2023-03-21 01:23:17 +09:00
protocol_group_dallas_defs.c [FL-3168] Add one_wire lib to f18, separate ibutton (#2509) 2023-03-21 01:23:17 +09:00
protocol_group_dallas_defs.h [FL-3168] Add one_wire lib to f18, separate ibutton (#2509) 2023-03-21 01:23:17 +09:00
protocol_group_dallas.c [FL-3168] Add one_wire lib to f18, separate ibutton (#2509) 2023-03-21 01:23:17 +09:00
protocol_group_dallas.h [FL-3168] Add one_wire lib to f18, separate ibutton (#2509) 2023-03-21 01:23:17 +09:00