pico-sdk/src/rp2_common/pico_standard_link
Graham Sanderson 177b0303dd
SYS funcs and GCC12 fixes (#1186)
* SYS functions and GCC 12 fixes

* Add implementation of _gettimeofday and settimeofday, _times
* Remove some GCC warnings about unimplemented SYS functions (e.g. _open) by making weak implementations that return errors.
* Removed _exit from crt0.S since we have a weak version in runtime.c and we don't want two weak impls since the linker can't pick. If the user omits runtime.c then they'll need to provide _exit or get the error
* Add sys/time.h to arch/cc.h for lwIP as it seems under GCC12 this is not getting included
2023-01-24 09:00:26 -06:00
..
binary_info.c boot_stage2: cleanup and correctness fixes 2021-04-06 12:47:34 -05:00
CMakeLists.txt Disable linker warning (#1114) 2023-01-17 16:46:02 -06:00
crt0.S SYS funcs and GCC12 fixes (#1186) 2023-01-24 09:00:26 -06:00
doc.h Initial Release 2021-01-20 10:44:27 -06:00
memmap_blocked_ram.ld Standardise references to the Raspberry Pi Pico SDK 2021-02-01 14:46:45 -06:00
memmap_copy_to_ram.ld Standardise references to the Raspberry Pi Pico SDK 2021-02-01 14:46:45 -06:00
memmap_default.ld Standardise references to the Raspberry Pi Pico SDK 2021-02-01 14:46:45 -06:00
memmap_no_flash.ld Move vector table to beginning of flash image (#10) 2021-02-01 14:46:45 -06:00
new_delete.cpp Define void operator delete[](void *p, std::size_t n) in new_delete.cpp (#430) 2021-05-24 16:47:29 -05:00