mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40:14 +01:00
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:
committed by
Damien George
parent
fa15ae4503
commit
8cc7c64d01
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user