Skip to content

Master #2

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 3,954 commits into from
Aug 20, 2020
Merged

Master #2

merged 3,954 commits into from
Aug 20, 2020

Conversation

bwshockley
Copy link
Owner

Update to CP Master

tannewt and others added 30 commits May 18, 2020 17:27
Add support for a debug console, such as ST-Link VCP.
Add a new parameter to the `start_advertising()` function to enable
anonymous advertising.  This forces a call to `sd_ble_gap_privacy_set()`
with `privacy_mode` set to `BLE_GAP_PRIVACY_MODE_DEVICE_PRIVACY` and
`private_addr_type` set to
`BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_RESOLVABLE`.

With this, addresses will cycle at a predefined rate (currently once
every 15 minutes).

Signed-off-by: Sean Cross <[email protected]>
Add a field to allow specifying a timeout when initiating advertising.
As part of this, add a new property to determine if the device is still
advertising.

Additionally, have the `anonymous` property require a timeout, and set
the timeout to the maximum possible value if no timeout is specified.

Signed-off-by: Sean Cross <[email protected]>
There is now an adapter timeout message.

Signed-off-by: Sean Cross <[email protected]>
The timeout value is calculated by the common-hal layer now, so we don't
need to be quite so clever about calculating it here.

Signed-off-by: Sean Cross <[email protected]>
Currently translated at 4.9% (37 of 746 strings)

Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/nl/
Currently translated at 5.3% (40 of 746 strings)

Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/nl/
Currently translated at 52.5% (392 of 746 strings)

Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/nl/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/
Fix ReadTheDocs after switching to stubs + autoapi.
Add initial ESP32S2 support
On NRF, the `rtc_reset()` function is never called.  As a result,
calls to `time.time()` return a cryptic error>

```
>>> import time
>>> time.time()
'' object has no attribute 'datetime'
>>>
```

This is because `MP_STATE_VM(rtc_time_source)` is not initialized
due to `rtc_reset()` never being called.

If `CIRCUITPY_RTC` is enabled, call `rtc_reset()` as part of the
`reset_port()` call. This ensures that `time.time()` works as expected.

Signed-off-by: Sean Cross <[email protected]>
sommersoft and others added 26 commits June 3, 2020 17:28
mimxrt10xx: Disable pin_reset on 1060 boards
mimxrt10xx: fix issues with resets on the 1060 boards
Fix Backwards Logic of 'wait_for_response' In #3005
STM32: Rework LSE clock init, allow clock overrides
Currently translated at 100.0% (764 of 764 strings)

Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/sv/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/
Currently translated at 100.0% (764 of 764 strings)

Translation: CircuitPython/master
Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/fr/
Issue #2958 . Correct calculation of usec back to ticks in port_get_raw_ticks().
Add nice!nano board support
changed subticks calculation to give a range from 0 to 32767.
Issue #2958 Correct calculation of subticks being returned from port_get_raw_ticks() for esp32s2
Fluff M0: additional pins on version 1.3 of the board
@bwshockley bwshockley merged commit 0084f0a into bwshockley:master Aug 20, 2020
@tannewt tannewt deleted the master branch May 24, 2021 23:35
bwshockley pushed a commit that referenced this pull request Mar 10, 2023
bwshockley pushed a commit that referenced this pull request Mar 16, 2023
fix rp2040 with new shared irq usb handler
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.