rp2: Workaround pico_aon_timer timezone binary size increase.

Provide stub implementations of localtime_r() and mktime() to avoid
code size increase.

Reported upstream at https://github.com/raspberrypi/pico-sdk/issues/1810

This work was funded through GitHub Sponsors.

Signed-off-by: Angus Gratton <angus@redyak.com.au>
This commit is contained in:
Angus Gratton
2024-08-13 10:34:23 +10:00
committed by Damien George
parent fa15ae4503
commit 8cc7c64d01
2 changed files with 43 additions and 0 deletions

View File

@@ -147,6 +147,7 @@ set(MICROPY_SOURCE_DRIVERS
set(MICROPY_SOURCE_PORT
clocks_extra.c
datetime_patch.c
fatfs_port.c
help.c
machine_bitstream.c