Files
espurna/code/espurna
Maxim Prokhorov 3dfea4e449 sns(i2c): deprecate brzo, optional transmission stop
remove inconsistent i2c_{read,write}_uint, improve buffer variant instead
ade7953sensor explicitly counting variable length ints

brzo currently is in a persistent todo-list
- there is no runtime configuration of i2c pins
- api does not support cached writes, only repeated start
- api is quite different from the 'Wire' implementation
  (albeit, whole implementation is much smaller)
- code would really benefit from cxx rewrite, as any
  upside from asm use is generally offset by readability
  plus, re-using memory locations already introduces
  'unobvious' asm code, which is not visible w/o disasm
- code focuses on gcc4.x compatibility and breaks w/ gcc9.x+
  register allocation *could* be fixed by using u16 temporaries
  this seems to work ok'ish, but it is unclear whether there
  is any need for the full u32 value space
2025-06-08 22:07:56 +03:00
..
2025-06-03 21:25:44 +03:00
2024-08-10 00:28:24 +03:00
2024-08-09 12:47:31 +03:00
2025-06-03 21:25:44 +03:00
2025-06-01 06:06:37 +03:00
2024-03-19 19:51:53 +03:00
2025-06-03 21:25:44 +03:00
2025-06-03 21:25:44 +03:00
2022-09-21 18:12:37 +03:00
2023-10-17 01:32:03 +03:00
2025-06-03 21:25:44 +03:00
2024-06-13 21:49:31 +03:00
2023-01-11 05:47:17 +03:00
2020-12-30 21:49:17 +03:00
2024-04-12 00:22:38 +03:00
2024-08-09 12:47:31 +03:00
2024-04-12 00:22:38 +03:00
2025-06-03 21:25:44 +03:00
2021-12-23 12:51:43 +03:00
2024-04-22 17:47:01 +03:00
2024-03-19 19:51:53 +03:00
2024-08-09 12:47:31 +03:00
2021-08-16 04:31:37 +03:00
2025-06-03 21:25:44 +03:00
2022-10-23 03:19:07 +03:00
2024-09-15 18:37:07 +03:00
2025-06-03 21:25:44 +03:00
2025-06-03 21:25:44 +03:00
2021-09-03 15:23:19 +03:00
2024-08-09 12:45:37 +03:00
2024-12-07 15:21:10 +03:00
2025-04-03 02:22:54 +03:00
2023-04-13 19:22:49 +03:00
2021-09-03 15:23:19 +03:00
2022-10-23 03:19:07 +03:00
2022-08-16 13:01:11 +03:00
2022-10-23 03:19:07 +03:00
2024-04-12 00:22:38 +03:00
2024-09-10 16:11:27 +03:00
2025-01-10 23:21:10 +03:00
2022-12-01 00:30:29 +03:00
2022-12-01 00:30:29 +03:00
2024-05-16 01:25:50 +03:00
2024-10-22 09:28:42 +03:00
2025-06-03 21:25:44 +03:00
2024-09-10 16:11:28 +03:00
2024-10-22 09:28:42 +03:00
2024-10-22 09:28:42 +03:00
2024-08-09 12:47:31 +03:00
2024-04-12 00:22:38 +03:00
2024-08-09 12:47:31 +03:00
2024-08-09 12:47:31 +03:00
2023-01-11 05:47:17 +03:00
2025-03-05 18:13:33 +03:00
2024-08-09 12:47:31 +03:00
2022-09-25 08:26:22 +03:00
2024-08-09 12:47:31 +03:00
2024-05-15 23:53:31 +03:00
2023-04-13 17:34:01 +03:00
2023-04-13 17:34:01 +03:00
2025-06-03 21:25:44 +03:00
2025-06-03 21:25:44 +03:00