Skip to content

Develop 1.1.1 #297

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

Merged
merged 16 commits into from
Apr 1, 2021
Merged

Develop 1.1.1 #297

merged 16 commits into from
Apr 1, 2021

Conversation

kilograham
Copy link
Contributor

No description provided.

kilograham and others added 16 commits March 8, 2021 12:35
…es missed thus obviating the need for an IRQ but there is an IRQ already pending for another timer (#243)
* pico_stdio_usb: be more explicit about includes, fix warning (#257)

* pico_base: NDEBUG backwards for absolute_time_t (#255)

* pico_util: missing extern C in queue.h (#249)

* build: remove -march which was masking -mcpu, now SVC available (#253)
- Add double quotes because build option it's a string.
- Remove comment as requested by @kilograham.
- Resolves #258.
In order for the returned value to accurately reflect a single moment in time,
ensure the registers are read just once and in the datasheet order.
Before this change, the RTC registers would each be read multiple times,
leading (infrequently) to the returned fields not all reflecting the same
moment in time.

The rp2040 datasheet has what I believe is an incorrect example (embedding
the source of this function); will the datasheet be updated if this function is
fixed?

This problem is only a speculative one; I did not actually observe it in the
wild.
- refactor to reduce duplication
 - add extra param-validation
* I2C doxygen typos

* another typo
… implemented. Longer term need to implement REMOTE_WAKUP properly in TinyUSB. Similar fix needed in MicroPython to fix MicroPython issue #6866. The symptom is that USB serial will stop working if there is a delay of > 2 seconds ish between messages. We have seen this issue on Linux laptops with USB autosuspend enabled. (#289)
… custom per board cmake (#293)

* build: allow compile time - and hence via board config header - choice of boot stage2 via a default compile_time_choice.S boot stage 2 which conditionally includes others
adafruit_rp2040_feather: fix flash size/clkdiv

* fixup GENERIC_03H #define names
@kilograham kilograham changed the base branch from develop to master April 1, 2021 22:19
@kilograham kilograham merged commit 02b98e5 into master Apr 1, 2021
@kilograham kilograham deleted the develop-1.1.1 branch April 1, 2021 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants