-
Notifications
You must be signed in to change notification settings - Fork 989
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pico_aon_timer pulls in a lot of C Lib code on RP2040 #1810
Milestone
Comments
We should offer both time and date based libraries perhaps, and/or at least let people plug in their own conversion routines if they already have them |
projectgus
added a commit
to projectgus/micropython
that referenced
this issue
Aug 13, 2024
Provide stub implementations of localtime_r() and mktime() to avoid code size increase. Reported upstream at raspberrypi/pico-sdk#1810 This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <[email protected]>
projectgus
added a commit
to projectgus/micropython
that referenced
this issue
Aug 13, 2024
Provide stub implementations of localtime_r() and mktime() to avoid code size increase. Reported upstream at raspberrypi/pico-sdk#1810 This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <[email protected]>
dpgeorge
pushed a commit
to dpgeorge/micropython
that referenced
this issue
Aug 30, 2024
Provide stub implementations of localtime_r() and mktime() to avoid code size increase. Reported upstream at raspberrypi/pico-sdk#1810 This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <[email protected]>
dpgeorge
pushed a commit
to dpgeorge/micropython
that referenced
this issue
Sep 2, 2024
Provide stub implementations of localtime_r() and mktime() to avoid code size increase. Reported upstream at raspberrypi/pico-sdk#1810 This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <[email protected]>
dpgeorge
pushed a commit
to dpgeorge/micropython
that referenced
this issue
Sep 5, 2024
Provide stub implementations of localtime_r() and mktime() to avoid code size increase. Reported upstream at raspberrypi/pico-sdk#1810 This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <[email protected]>
dpgeorge
pushed a commit
to dpgeorge/micropython
that referenced
this issue
Sep 26, 2024
Provide stub implementations of localtime_r() and mktime() to avoid code size increase. Reported upstream at raspberrypi/pico-sdk#1810 This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <[email protected]>
peterharperuk
pushed a commit
to peterharperuk/micropython
that referenced
this issue
Oct 10, 2024
Provide stub implementations of localtime_r() and mktime() to avoid code size increase. Reported upstream at raspberrypi/pico-sdk#1810 This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <[email protected]>
dpgeorge
pushed a commit
to dpgeorge/micropython
that referenced
this issue
Oct 11, 2024
Provide stub implementations of localtime_r() and mktime() to avoid code size increase. Reported upstream at raspberrypi/pico-sdk#1810 This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <[email protected]>
dpgeorge
pushed a commit
to dpgeorge/micropython
that referenced
this issue
Oct 11, 2024
Provide stub implementations of localtime_r() and mktime() to avoid code size increase. Reported upstream at raspberrypi/pico-sdk#1810 This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <[email protected]>
dpgeorge
pushed a commit
to dpgeorge/micropython
that referenced
this issue
Oct 15, 2024
Provide stub implementations of localtime_r() and mktime() to avoid code size increase. Reported upstream at raspberrypi/pico-sdk#1810 This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <[email protected]>
Since this is worked-around in MP i'm gonna push this to 2.2.0 as I don't have a magic bullet for the general case |
actually changed my mind again |
merged into develop |
PepperoniPingu
pushed a commit
to PepperoniPingu/micropython-nix
that referenced
this issue
Jan 6, 2025
Provide stub implementations of localtime_r() and mktime() to avoid code size increase. Reported upstream at raspberrypi/pico-sdk#1810 This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See micropython/micropython#15619
The text was updated successfully, but these errors were encountered: