Commit Graph

10 Commits

Author SHA1 Message Date
anschrammh
3afc770e39 Make it clearer which functions are not part of the official SDK. Some functions were already implemented but not exported ... 2025-02-05 20:56:47 +01:00
anschrammh
17480e895f Split adc_get_input_volt to make it clear what part is not part of the official SDK 2025-02-05 20:26:36 +01:00
anschrammh
4919b17c3c Added RTC osc calibration function : tls_pmu_32k_calibrate to try help mitigate internal RTC time drift when using the 32K OSC (while MCU sleeps) 2024-08-01 01:53:28 +02:00
0fcfae7d1c Reworked the RTC driver to internally track the years from 2000 and not 1900 as there are only 7 bits for storing the years and this would overflow in 2028 ... 2023-10-22 09:02:38 +02:00
c9f84fd5c1 Added missing strcasecmp function prototype in the include file 2023-05-14 22:17:55 +02:00
anschrammh
0789cc62ad Commented debug traces out so that they are not diplayed on the serial port anymore 2023-04-13 13:38:50 +02:00
anschrammh
f8dace1dc1 Reduced the main's task stack size from 4k to 2k 2023-03-24 15:18:07 +01:00
anschrammh
b31cc96c10 Added the tls_is_rtc_running function which is not part of the official SDK. This allows to start the RTC after a reset and to know when it stopped running. 2023-03-24 15:10:16 +01:00
2bda5c0102 Updated all other files to be inline with version 1.00.10 of the SDK 2023-02-19 16:34:26 +01:00
4ad5c98edb Renamed SDK folder to prepare for update to version 1.00.10 2023-02-19 16:17:38 +01:00