summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-30Merge pull request #3850 from microDev1/touch-s26.1.0-beta.3Jeff Epler
Support for Touch Alarm
2020-12-30Merge pull request #3905 from dhalbert/update-frozen-6.1.0-beta.3Jeff Epler
update frozen libs for 6.1.0-beta.3
2020-12-31update wake-alarm implementationmicroDev
2020-12-31enable light-sleep functionalitymicroDev
2020-12-30update frozen libs for 6.1.0-beta.3Dan Halbert
2020-12-30Merge pull request #3900 from jepler/restore-frozen-busdeviceDan Halbert
Restore frozen adafruit_bus_device module
2020-12-30Merge pull request #3896 from hugodahl/fix-esp32-s2-readme-typoLimor "Ladyada" Fried
Fix minor typo in ESP32-S2 README
2020-12-30Merge branch 'main' into touch-s2microDev
2020-12-30Revert "Removing frozen libs"Jeff Epler
This reverts commit 23ed3ef971f8f38497337874da39273e5ae090d7.
2020-12-30add pretend-to-sleep functionalitymicroDev
2020-12-29Fix minor typo in ESP32S2 readmeHugo Dahl
2020-12-29Merge pull request #3893 from weblate/weblate-circuitpython-mainJeff Epler
Translations update from Weblate
2020-12-29Translated using Weblate (French)Hugo Dahl
Currently translated at 100.0% (889 of 889 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2020-12-29Translated using Weblate (French)Hugo Dahl
Currently translated at 100.0% (889 of 889 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2020-12-29Merge pull request #3860 from weblate/weblate-circuitpython-mainJeff Epler
Translations update from Weblate
2020-12-29Merge branch 'origin/main' into Weblate.Hosted Weblate
2020-12-29Translated using Weblate (Portuguese (Brazil))Wellington Terumi Uemura
Currently translated at 100.0% (889 of 889 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2020-12-29Merge pull request #3888 from microDev1/fix-reset-pinJeff Epler
FIX : common_hal_reset_pin()
2020-12-28Merge branch 'origin/main' into Weblate.Hosted Weblate
2020-12-28Merge pull request #3878 from xobs/fomu-fixes-6.0.0Scott Shawcroft
Fomu fixes for 6.0.0
2020-12-28Merge branch 'origin/main' into Weblate.Hosted Weblate
2020-12-28Merge pull request #3868 from BennyE/wifi-enhancement-countrycodeScott Shawcroft
esp32-s2: wifi enhancement to include countrycode
2020-12-28Update translation filesHosted Weblate
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2020-12-28Merge branch 'origin/main' into Weblate.Hosted Weblate
2020-12-28Translated using Weblate (Swedish)Jonny Bergdahl
Currently translated at 100.0% (884 of 884 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2020-12-28Merge pull request #3830 from tannewt/pin_alarmDan Halbert
Add pin alarming
2020-12-28update common_hal_reset_pin()microDev
2020-12-27Downgrade OTA API for IDF 4.2Scott Shawcroft
2020-12-26Add include to tick.c for mp_hal_is_interrupted()Dan Halbert
2020-12-26Merge branch 'origin/main' into Weblate.Hosted Weblate
2020-12-26Merge pull request #3881 from microDev1/update-ciDan Halbert
Re-Arrange CI Actions
2020-12-26re-arrange ci actionsmicroDev
2020-12-25Merge branch 'origin/main' into Weblate.Hosted Weblate
2020-12-25Merge pull request #3880 from digixx/patch-1Jeff Epler
SAMD51: change of DAC power setting
2020-12-25SAMD51: change of DAC power setting Uwe Gartmann
Fixes wrong DAC output levels at high data rate closes adafruit#3796
2020-12-24Updating comment to reflect feedback of espressif from IDFGH-4486 -> works ↵BennyE
correct as per the protocol
2020-12-24litex: move more critical code to RAMSean Cross
The XIP SPI flash on Fomu is slow, which results in certain operations taking a long time. This becomes a problem for time-critical operations such as USB. Move various calls into RAM to improve performance. This includes the call to __modsi3 and __udivsi3 which are used by the supervisor handler to determine if periodic callbacks need to be run. This finishes fixing #3841 Signed-off-by: Sean Cross <sean@xobs.io>
2020-12-24litex: ensure we don't re-enable interrups during ISRSean Cross
During an interrupt handler, interrupts are implicitly disabled. They will be re-enabled when the interrupt handler returns. Due to some changes that were made, varous calls will re-enable interrupts after they're finished. Examples of this include calling `CALLBACK_CRITICAL_END` and getting the number of ticks with `port_get_raw_ticks()`. This patch prevents this from happening by doing two things: 1. Use standard calls in `port_get_raw_ticks()` to disable and re-enable interrupts, preventing nesting issues, and 2. Increase the nesting count inside `isr()`, reflecting the implicit call that is made by hardware when an interrupt is handled This helps to address #3841. Signed-off-by: Sean Cross <sean@xobs.io>
2020-12-23make translate yet again; forgot to fetch submodules to fresh cloneDan Halbert
2020-12-23make translate againDan Halbert
2020-12-23Merge branch 'main' into pin_alarmDan Halbert
2020-12-24Update translation filesHosted Weblate
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2020-12-24Merge branch 'origin/main' into Weblate.Hosted Weblate
2020-12-23Merge pull request #3874 from dhalbert/ble-fixes-6.0.x-to-mainDan Halbert
Merge ble-fixes from 6.0.x to main
2020-12-24implementing suggested changesBennyE
2020-12-23Make translateScott Shawcroft
2020-12-23Merge branch 'origin/main' into Weblate.Hosted Weblate
2020-12-23Merge pull request #3869 from jepler/disable-busdevice-in-coreDan Halbert
circuitpy_mpconfig.mk: Unconditionally disable CIRCUITPY_BUSDEVICE
2020-12-23make translate for mainDan Halbert
2020-12-23BLE fixesDan Halbert