Commit Graph

25684 Commits

Author SHA1 Message Date
microDev
f6681ef930
Merge pull request #5438 from weblate/weblate-circuitpython-main
Translations update from Weblate
2021-10-08 15:35:08 +05:30
Hosted Weblate
be22348761
Merge remote-tracking branch 'origin/main' 2021-10-08 06:03:32 +02:00
Wellington Terumi Uemura
a5f1897d05
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (1022 of 1022 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2021-10-08 06:03:32 +02:00
microDev
87ab670a6d
Merge pull request #5441 from jpconstantineau/Nordic-PCA10100-update
changing MICROPY_HW_BOARD_NAME from Dongle to DK
2021-10-08 09:33:25 +05:30
Pierre Constantineau
002383691c changing MICROPY_HW_BOARD_NAME from Dongle to DK 2021-10-07 21:57:04 -06:00
Dan Halbert
431e784a7e big cleanup of SPI and I2C doc; fix arg names on SPI 2021-10-07 21:25:52 -04:00
Dan Halbert
b48bb75e24 change len(buffer) to sys.maxsize; must import sys 2021-10-07 18:15:37 -04:00
Dan Halbert
1acafbf675 Fix n_args_min on many MP_DEFINE_CONST_FUN_OBJ_KW() 2021-10-07 16:55:19 -04:00
Dan Halbert
8b97ad1b7e remove unused self in usb_hid_enable 2021-10-07 14:37:57 -04:00
Hosted Weblate
7d56425cf3
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2021-10-07 19:08:41 +02:00
Hosted Weblate
a219686b8a
Merge remote-tracking branch 'origin/main' 2021-10-07 19:08:39 +02:00
Scott Shawcroft
75db5a21a7
Merge pull request #5392 from dhalbert/report-id-0
allow usb_hid.Device(..., report_ids=(0,), ...)
2021-10-07 10:08:35 -07:00
Hosted Weblate
ed35b3a8fd
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/
2021-10-07 19:07:55 +02:00
Scott Shawcroft
df10543bee
Merge pull request #3768 from microDev1/i2c-S2
ESP32S2: Support for i2cperipheral
2021-10-07 10:07:47 -07:00
microDev
620ef26385
Merge pull request #5437 from pewpew-game/stage-picosystem
PicoSystem: freeze the Stage library
2021-10-07 21:38:14 +05:30
Jeff Epler
14ec6b70cf
Merge pull request #5403 from blues/add-strm32l4t5-swan-support
stm32l4r5 Swan support
2021-10-07 11:00:59 -05:00
Radomir Dopieralski
d76eda153b PicoSystem: freeze the Stage library 2021-10-07 15:01:18 +02:00
Dan Halbert
3c993e536e
Merge pull request #5436 from pewpew-game/stage-scale
_stage: Fix handling of scaled display in the stage library
2021-10-07 08:53:36 -04:00
Dan Halbert
1ae69b5cc5 debugging, with instrumentation 2021-10-07 08:19:53 -04:00
Radomir Dopieralski
57dee6406d _stage: Fix handling of scaled display in the stage library
The "scale" parameter wasn't exposed in the library, and there
were some problems in how it was handled.

This also fixes some types in the pixel-drawing functions.
2021-10-07 12:58:43 +02:00
microDev
647e589a6a
rename i2c_num_status to peripherals_i2c_get_free_num 2021-10-07 14:12:14 +05:30
Dan Halbert
de8f7b11ef
fix error message 2021-10-07 10:36:00 +05:30
microDev
a3aeefd92c
Merge pull request #5430 from microDev1/patch
Convert all modules to use `MP_REGISTER_MODULE`
2021-10-07 09:44:11 +05:30
Scott Shawcroft
98ee9ee019
Merge pull request #5435 from jpconstantineau/m60-updates
adding battery monitoring pins to M60
2021-10-06 17:58:28 -07:00
Scott Shawcroft
46b1efe909
Merge pull request #5434 from microDev1/ci-patch
Upload patch to artifacts if pre-commit fails
2021-10-06 17:53:46 -07:00
Scott Shawcroft
d2add4b4fd
Merge pull request #5409 from skieast/ai_thinker_esp32-c3s
Add AIThinker ESP32-C3S_Kit board
2021-10-06 17:25:26 -07:00
Pierre Constantineau
ed68e1f047 fix pre-commit trailing whitespace 2021-10-06 17:46:30 -06:00
Pierre Constantineau
79e68a7404 adding battery monitoring pins to M60 2021-10-06 17:41:49 -06:00
Limor "Ladyada" Fried
218667377c
Merge pull request #5398 from Gadgetoid/patch-picosystem-displayio
PicoSystem: Add DisplayIO to board config
2021-10-06 10:12:29 -04:00
microDev
f2a22bb1b1
upload patch to artifacts if pre-commit fails 2021-10-06 18:51:36 +05:30
Scott Shawcroft
04459f5e2a
Merge branch 'main' into ai_thinker_esp32-c3s 2021-10-05 14:28:17 -07:00
Scott Shawcroft
39886701d6
Merge pull request #5404 from microDev1/microdev-micro-c3
Add board MicroDev microC3
2021-10-05 13:31:24 -07:00
microDev
a279f7b42c
update extra_coverage.py.exp 2021-10-05 23:48:32 +05:30
microDev
0eafb672b8
Convert all modules to use MP_REGISTER_MODULE
Convert binascii, errno, json, and re to use MP_REGISTER_MODULE.

Resolves #5183.
2021-10-05 18:45:44 +05:30
microDev
a46aa48e23
Convert more modules to use MP_REGISTER_MODULE
Convert espidf, os, rp2pio, samd and time to use MP_REGISTER_MODULE.

Related to #5183.
2021-10-05 16:58:24 +05:30
microDev
5907ffbe18
Merge pull request #5429 from process1183/dac_clock_comments
[#4701] Correct DAC clock speed comments for SAMD21 and SAMD51
2021-10-05 10:26:08 +05:30
Josh Gadeken
881724b529
[#4701] Correct DAC clock speed comments for SAMD21 and SAMD51 2021-10-04 22:18:26 -06:00
Dan Halbert
24c6295ed4 Boot protocol and feature reports: compiles; needs to be tested 2021-10-04 22:48:18 -04:00
Max Holliday
6811c5e881 c formatting... 2021-10-04 15:44:46 -06:00
Max Holliday
0dd276ba79 c formatting 2021-10-04 15:04:55 -06:00
Max Holliday
286b1a5992 fixing radom changes (from cherry-pick?) 2021-10-04 15:02:20 -06:00
Max Holliday
2ff038f08b fixing c formatting 2021-10-04 14:55:44 -06:00
microDev
d9eafffa6a
i2cperipheral implementation for esp32s2 2021-10-05 01:02:55 +05:30
Matthew McGowan
f936989c0b chore(usb_vendor): update non-movable memory enum 2021-10-04 07:36:08 -07:00
microDev
e8f21f012c
Merge pull request #5427 from EmergReanimator/main
Lose dependency to USB via CIRCUITPY_USB define for atmel port.
2021-10-04 16:37:01 +05:30
EmergReanimator
e636db713f Lose dependency to USB via CIRCUITPY_USB define for atmel port. 2021-10-04 10:57:39 +02:00
Max Holliday
6a8b4f5f07 fixed c formating 2021-10-03 23:13:58 -06:00
Max Holliday
5ceb72009e fixed c formating for pre-commit check 2021-10-03 22:42:04 -06:00
Max Holliday
9f0cb0e0c5
Merge pull request #6 from maholli/samd-sleep-v1
cherry-picked original hierophect commit and merged with my samd `alarm` (deep sleep) work
2021-10-03 17:17:02 -06:00
Max Holliday
b95325e3c7
Merge branch 'samd-sleep' into samd-sleep-v1 2021-10-03 17:16:27 -06:00