Home
last modified time | relevance | path

Searched refs:local (Results 1 – 5 of 5) sorted by relevance

/hal_rpi_pico-latest/src/common/pico_util/
Ddatetime.c79 struct tm local; in time_to_datetime() local
80 if (pico_localtime_r(&time, &local)) { in time_to_datetime()
81 tm_to_datetime(&local, dt); in time_to_datetime()
88 struct tm local; in datetime_to_time() local
89 datetime_to_tm(dt, &local); in datetime_to_time()
90 *time = pico_mktime(&local); in datetime_to_time()
/hal_rpi_pico-latest/src/rp2040/boot_stage2/
DCMakeLists.txt12 set(PICO_BOOT_STAGE2_COMPILE_TIME_CHOICE_NAME compile_time_choice) # local var
/hal_rpi_pico-latest/src/rp2350/boot_stage2/
DCMakeLists.txt12 set(PICO_BOOT_STAGE2_COMPILE_TIME_CHOICE_NAME compile_time_choice) # local var
/hal_rpi_pico-latest/bazel/
DREADME.md110 If you need to check against a local version of Picotool, you can run the script
/hal_rpi_pico-latest/tools/
DCMakeLists.txt106 # Build path of local install dir