[board] fix config of RTC for tawaki boards (#3506)
Issues due date / Add labels to issues (push) Has been cancelled
Doxygen / build (push) Has been cancelled

The RTC should not be activated by default, it is done if needed by
modules that need it (e.g. sdlog).
Currently, it is not possible to start a tawaki without the logger
activated as RTC is activated but source not correctly selected.
This commit is contained in:
Gautier Hattenberger
2025-07-23 15:11:38 +02:00
committed by GitHub
parent 27e59d9db5
commit fb90ba29b1
2 changed files with 0 additions and 4 deletions
@@ -543,6 +543,4 @@
//#define CH_HEAP_SIZE (32*1024)
//#define CH_HEAP_USE_TLSF 1 // if 0 or undef, chAlloc will be used
#define HAL_USE_RTC TRUE
#endif /* MCUCONF_H */
@@ -586,6 +586,4 @@
// #define CH_HEAP_USE_TLSF 0 // if 0 or undef, chAlloc will be used
// #define CONSOLE_DEV_SD SD3
#define HAL_USE_RTC TRUE
#endif /* MCUCONF_H */