1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00
Commit Graph

34 Commits

Author SHA1 Message Date
andreas
1ab70aca8b intermediate: running sensor tasks inits after all user init tasks 2024-11-16 20:36:28 +01:00
andreas
f75f8033d1 intermediate: restructure for sensors via API 2024-11-16 20:15:09 +01:00
andreas
56518d9309 intermediate: simplify task interfaces 2024-11-16 17:43:21 +01:00
andreas
538f643fbf add registerRequestHandler to the API with examples 2024-11-14 18:15:12 +01:00
andreas
82f5e17987 intermediate: udp reader 2024-11-08 21:00:25 +01:00
andreas
490a5b9ba1 #79: add udp writer 2024-11-04 20:21:33 +01:00
andreas
a240cade7e add calset input 2024-03-17 18:20:09 +01:00
andreas
cf1e0d1224 add some compile time checks for necessary i2c definitions 2023-11-04 20:07:15 +01:00
andreas
c03e54601c added claiming for task interface 2023-10-27 20:54:39 +02:00
andreas
a6c1511298 remove task from declare_taskif 2023-10-27 20:29:16 +02:00
andreas
34dd3434fe use template functions instead of statics for taskInterfaces 2023-10-27 20:19:02 +02:00
andreas
9e05a86820 allow for dynamic user task registration 2023-10-27 19:55:22 +02:00
andreas
80017af0b4 intermediate: move to ldf none mode 2023-10-27 12:26:10 +02:00
andreas
f0643b636a allow to set XDR mappings from user tasks 2023-10-24 18:20:01 +02:00
andreas
0e10fcfee2 handle buttons and leds completely as user tasks 2023-10-24 15:58:43 +02:00
andreas
6758c59a3a introduce a type safe task adta exchange interface 2023-10-24 14:48:47 +02:00
andreas
371372f1f4 intermediate: allow to exchange simple data between tasks 2023-10-14 20:21:20 +02:00
andreas
015b4762f8 allow for multiple counters in user task 2023-10-14 19:43:50 +02:00
andreas
6cdaab4d60 allow a counter for user tasks, reorganize generated config handling 2023-10-14 19:20:21 +02:00
andreas
84aed8bc89 introduce a source field in GwApi::BoatValue 2022-03-12 20:31:54 +01:00
andreas
a288959009 #19: add help tab, allow to set the help URL with the HELP_URL capability 2022-03-02 11:32:10 +01:00
wellenvogel
2a56adf3c5 add status to Api 2022-01-03 18:59:17 +01:00
wellenvogel
20187fcb1d add changed flag to BoatDataValue in API 2021-12-16 11:45:35 +01:00
wellenvogel
babe72c691 make boat data format info acessible at api 2021-12-09 17:18:24 +01:00
wellenvogel
4f2c9ed1c2 avoid string copy in api 2021-12-05 21:28:19 +01:00
wellenvogel
7b4ab178c2 change api for getBoatDataValues 2021-12-05 21:25:12 +01:00
wellenvogel
04d90447e8 add new function getBoatDataValues to api for easier access 2021-12-03 17:00:51 +01:00
wellenvogel
c837d9b028 allow to set the satck size for user tasks 2021-12-02 17:43:47 +01:00
wellenvogel
15c572ed9a remove sourceId from api in sendNMEA0183 2021-12-01 20:57:06 +01:00
wellenvogel
c105eef969 #12: multiple capabilities in user task, user init function, cleanup message handling in main, clearer api 2021-12-01 20:03:33 +01:00
wellenvogel
e3d4ac5eba allow usercode to define config and set capabilities 2021-11-27 20:56:36 +01:00
wellenvogel
1e4285fe5d intermediate: generic handling of user tasks 2021-11-27 14:57:16 +01:00
wellenvogel
99ba4b3d8e add exampleTask 2021-11-25 19:55:13 +01:00
andreas
2526c82562 add api for supplementary tasks, add button task 2021-11-06 14:32:57 +01:00