Skip to content
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

Update pico sdk to 1.4.0 release #1

Merged
Merged
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
2062372
SDK 1.3.0 release
kilograham Nov 1, 2021
658a21b
Update rtc_set_datetime docs to point out that the written value may …
kilograham May 17, 2022
b2ad632
Minor additions to PIO documentation (#831)
kilograham May 17, 2022
ea79d29
Merge non-squashed history of 1.3.0 release back in to master
kilograham May 17, 2022
530204e
Small tweak to busy_wait_at_least_cycles doxygen (#834)
lurch May 18, 2022
7880405
Doxygen typo (#835)
lurch May 18, 2022
1e6c122
gate inclusion of pico.h in binary info, so as not to break picotool …
kilograham May 18, 2022
ebc601f
Re-merge SDK1.3.0 history back into SDK1.3.1
kilograham May 18, 2022
426e461
SDK 1.3.1 release
kilograham May 17, 2022
4e4cf11
Start SDK 1.3.2 development
kilograham May 18, 2022
f3c446a
move get_core_num() into platform.h (#852)
kilograham Jun 6, 2022
d3dcbb8
Add new user_irq claim APIs to make it easier for independent code us…
kilograham Jun 7, 2022
6389927
Add some optional header includes, to make per-target changes to conf…
kilograham Jun 8, 2022
ef47dfe
Add new GPIO APIs for adding shared GPIO handlers, and improve docs (…
kilograham Jun 8, 2022
672e48e
Add sem_try_acquire(). Fixes #846 (#856)
kilograham Jun 8, 2022
6c19d20
Fix up filename displayed by extract_config.py when an invalid attrib…
lurch Jun 13, 2022
babc4a1
Remove 'default=none' from PICO_CONFIG lines (#865)
lurch Jun 13, 2022
bdd9746
Don't copy .data for NO_FLASH binaries, as it's loaded in-place (#859)
Wren6991 Jun 17, 2022
705b5ce
Wrap realloc() call with malloc_mutex in multicore (#864)
earlephilhower Jun 17, 2022
7daa20c
Add board definition for the RP2040 Stamp Round Carrier (#837)
arturo182 Jun 17, 2022
0bdd463
Add DatanoiseTV DSP Board. (#866)
DatanoiseTV Jun 17, 2022
7858601
stdio_usb improvements (#871)
kilograham Jun 20, 2022
b3c56e7
Add stderr support and remove 1us timeout for timeouts of 0us (#858)
kilograham Jun 20, 2022
9644399
Suppress new GCC 12 warning (#842)
kilograham Jun 20, 2022
8f09099
sem_acquire has no reason to do a notify! (#857)
kilograham Jun 20, 2022
33818dd
Increase PLL min VCO from 400MHz to 750MHz for improved stability acr…
liamfraser Jun 20, 2022
4c49427
Fix auto_init_recursive_mutex definition for C++ (#875)
earlephilhower Jun 20, 2022
e7267f9
Fix GPIO # callback parameter (#880)
earlephilhower Jun 24, 2022
85dbbfd
Update TinyUSB to commit 39069cf4b to pick up recent RP2040 fixes (#886)
kilograham Jun 29, 2022
bc5d1b8
Add channel_config_set_high_priority (#888)
kilograham Jun 30, 2022
77c04e4
revert TinyUSB update (#889)
kilograham Jun 30, 2022
5e9a5e8
Add Pico W and lwIP support
kilograham Jun 30, 2022
2e6142b
SDK 1.4.0 release
kilograham Jun 30, 2022
d1e7294
Start SDK 1.4.1 development
kilograham Jun 30, 2022
0fa3e72
Some PIO setup was using SM 0 rather than the allocated SM (#940)
kilograham Jul 27, 2022
de8f857
fix typo datsheet -> datasheet (#942)
MrGreensWorkshop Aug 2, 2022
17c759b
Fix various typos in CMake CONFIG lines. Also add a script that found…
lurch Aug 2, 2022
49d7d9e
typo (#905)
lurch Aug 2, 2022
fe7849d
fix delayed_by_us and delayed_by_ms to not return times > at_the_end_…
kilograham Aug 8, 2022
2ebba46
Properly terminate cyw43 task when `cyw43_arch_deinit()` is called (#…
attilawagner Aug 8, 2022
150be75
Add pico_lwip_mqtt library (#948)
TPRoberts Aug 8, 2022
2dfaa1a
Fix various stdio_usb issues, add stdio_init_all return code, and add…
kilograham Aug 8, 2022
a33a11e
Call `cyw43_deinit()` from `cyw43_arch_deinit()` to release the DMA c…
attilawagner Aug 10, 2022
80cde72
Enable/disable connection check made with DTR (#932)
MrGreensWorkshop Aug 10, 2022
00780f0
Make sure stack is 8 byte aligned in shared IRQ handlers (#971)
kilograham Aug 17, 2022
830e867
Fix dma_irqn_acknowledge_channel (#977)
NomiChirps Aug 17, 2022
0d872ea
Move to TinyUSB 0.14.0 (#937)
kilograham Aug 18, 2022
89bce61
Remove hw_set_bits from pio->irq (#978)
daveythacher Aug 18, 2022
0041f4b
set CYW43_WIFI_NVRAM_INCLUDE_FILE allowing user override
peterharperuk Sep 1, 2022
07e5caf
Supress -Wunused-parameter when PICO_STDIO_ENABLE_CRLF_SUPPORT is uns…
DusterTheFirst Sep 6, 2022
189d377
Only include mutex header if necessary (#991)
bruelltuete Sep 6, 2022
a4ec3c4
fix wconversion warning (#981)
hathach Sep 6, 2022
9d135fe
Merge remote-tracking branch 'upstream/develop' into tinyusb-removed-…
KarlK90 Sep 11, 2022
4e82898
Remove cyw43-driver and lwip submodules
KarlK90 Sep 19, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update rtc_set_datetime docs to point out that the written value may …
…not be immediately visible (raspberrypi#832)
  • Loading branch information
kilograham authored May 17, 2022
commit 658a21b946caf205f38d65565220d2a61eb3fba7
4 changes: 4 additions & 0 deletions src/rp2_common/hardware_rtc/include/hardware/rtc.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ void rtc_init(void);
/*! \brief Set the RTC to the specified time
* \ingroup hardware_rtc
*
* \note Note that after setting the RTC date and time, a subsequent read of the values (e.g. via rtc_get_datetime()) may not
* reflect the new setting until up to three cycles of the potentially-much-slower RTC clock domain have passed. This represents a period
* of 64 microseconds with the default RTC clock configuration.
*
* \param t Pointer to a \ref datetime_t structure contains time to set
* \return true if set, false if the passed in datetime was invalid.
*/
Expand Down