|
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 |
|