Patrick
b50bafa22c
Update supervisor/shared/web_workflow/static/directory.html
2022-09-09 16:31:11 -07:00
Patrick
c5f014f2a6
web workflow file system page
...
Fixes #6884
2022-09-09 15:40:02 -07:00
Dan Halbert
45ee13086a
Merge pull request #6881 from CytronTechnologies/modify-cytron-maker-feather-aiot-s3-pin
...
Modified the pins assignment for Cytron Maker Feather AIoT S3.
2022-09-09 08:29:51 -04:00
Kong Wai Weng
2fbb3090e2
Changed the pins assignment.
2022-09-09 16:50:14 +08:00
Dan Halbert
dd37c81136
Merge pull request #6847 from dhalbert/status-bar-control
...
Allow enabling and disabling of status bar
2022-09-08 10:48:36 -04:00
Dan Halbert
58b00467c4
Merge pull request #6878 from dhalbert/weak-board-defs
...
Use MP_WEAK for default board.c routines
2022-09-08 10:47:08 -04:00
Dan Halbert
e86e6dafbd
Merge pull request #6875 from jepler/precommit-no-pybricks
...
Use current ubuntu for pre-commit
2022-09-08 10:17:19 -04:00
Dan Halbert
4cb69a51d5
Use MP_WEAK for default board.c routines
2022-09-08 07:36:50 -04:00
Dan Halbert
328138225b
Merge pull request #6868 from PontusO/main
...
Added challenger_rp2040_wifi_ble board
2022-09-07 18:36:52 -04:00
Dan Halbert
05e0e98b63
Merge pull request #6871 from pepijndevos/pervasivedisplays
...
allow writing empty color frame
2022-09-07 18:34:19 -04:00
Dan Halbert
48b4c8a85f
Merge pull request #6873 from UnexpectedCircuitPython/main
...
Fixed incorrect IO naming for ProS3 and FeatherS3
2022-09-07 07:45:52 -04:00
Seon Rozenblum
6c4f352533
Fixed incorrect IO naming for ProS3 and FeatherS3
2022-09-07 19:51:45 +10:00
Jeff Epler
97bd322ff8
Use current ubuntu for pre-commit
...
This means that the OS version of uncrustify can be used, rather than
the pybricks one.
2022-09-06 21:16:56 -05:00
Pepijn de Vos
f69f517352
allow writing empty color frame
2022-09-06 19:32:15 +02:00
Pontus Oldberg
c043c437f7
Merge branch 'main' of https://github.com/PontusO/circuitpython
2022-09-06 09:37:25 +02:00
Pontus Oldberg
9a937e6ea3
Added challenger_rp2040_wifi_ble board.
2022-09-06 09:37:21 +02:00
Dan Halbert
89a552618c
Merge pull request #6865 from weblate/weblate-circuitpython-main
...
Translations update from Hosted Weblate
2022-09-05 17:25:56 -04:00
Hosted Weblate
10d2bfb5ee
Merge remote-tracking branch 'origin/main'
2022-09-05 19:02:18 +02:00
Scott Shawcroft
a09836eb4a
Merge pull request #6681 from PontusO/main
...
Adds support for the Challenger RP2040 SubGHz board
2022-09-05 10:01:51 -07:00
Wellington Terumi Uemura
ab8eb346ee
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (1003 of 1003 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2022-09-05 06:21:43 +02:00
Dan Halbert
14498f793d
Merge pull request #6859 from wemos/s3_cpython
...
Add LOLIN S3 ESP32-S3 board.
2022-09-04 13:10:52 -04:00
Dan Halbert
98aa7f831f
Merge pull request #6864 from bill88t/pinsws
...
Forgor the one IO39 pin and SDA-SCL
2022-09-04 12:53:32 -04:00
bill88t
ca7fb6dede
removal of sda-scl and add "GP" to 40,41
2022-09-04 18:05:50 +03:00
bill88t
e1891038c8
Forgor the one IO pin and sda-scl
2022-09-04 16:59:56 +03:00
Dan Halbert
449b43e5a6
Merge pull request #6863 from jepler/rp2pio-erroneous-mask
...
rp2pio: fix occasional bug when not using OUT pins
2022-09-04 09:15:35 -04:00
Jeff Epler
a3e17189a4
rp2pio: fix occasional bug when not using OUT pins
...
a NULL first pin object is used to indicate that there are zero
of some kind of pin associated with the StateMachine. However,
mask_and_rotate wasn't checking for zero. It actually read data from
near address 0x0 and (in my case) got a nonzero mask, which then
caused a program with GPIO11 and GPIO12 as input with pull-up and no
out pins to erroneously encounter the error "pull masks conflict with
direction masks"
2022-09-03 20:39:42 -05:00
wemos
3a18d285a2
Add LOLIN S3 ESP32-S3 board.
2022-09-03 11:06:51 +08:00
Dan Halbert
d3626f1321
Merge pull request #6855 from tekktrik/doc/socketpool-init
...
Document socketpool.SocketPool.__init__()
2022-09-01 22:27:29 -04:00
Mark
5d08a177fc
Merge pull request #6854 from makermelissa/main
...
Add info and link for Web Workflow /code/ page
2022-09-01 20:05:18 -05:00
Alec Delaney
85f0206fa4
Document socketpool.SocketPool.__init__()
2022-09-01 19:44:08 -04:00
Dan Halbert
2c42a48962
Clear stale exception in _exec_result; more status_bar fixups
2022-09-01 19:29:32 -04:00
Melissa LeBlanc-Williams
8e0c6930dd
Fix trailing whitespace
2022-09-01 13:32:49 -07:00
Melissa LeBlanc-Williams
8be2d650c7
Add info and link for Web Workflow /code/ page
2022-09-01 12:26:33 -07:00
Pontus Oldberg
59fb3fbbd6
Merge branch 'adafruit:main' into main
2022-09-01 10:35:13 +02:00
MicroDev
b1371ceb62
Merge pull request #6846 from tekktrik/dev/fix-uart-docs
...
Fix UART documentation
2022-09-01 13:08:34 +05:30
MicroDev
d6446293d6
Merge pull request #6841 from thetazero/patch-1
...
Improve os.stat docs
2022-09-01 13:08:20 +05:30
Dan Halbert
884371fea7
Merge pull request #6848 from weblate/weblate-circuitpython-main
...
Translations update from Hosted Weblate
2022-08-31 14:26:35 -04:00
Dan Halbert
2fa671c0f8
avoid status bar updates immediately after hard restart
2022-08-30 22:33:29 -04:00
Dan Halbert
52080e24eb
status bar control
2022-08-30 15:23:44 -04:00
thetazero
1a40757cdd
Change unpopulated to always 0
2022-08-30 11:48:17 -04:00
Hosted Weblate
eebd7f86a2
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/
2022-08-30 17:41:50 +02:00
Dan Halbert
3ba385ff5c
Merge pull request #6794 from jepler/esp32-camera-error-checking
...
Esp32 camera error checking
2022-08-30 11:41:42 -04:00
Alec Delaney
0d8dab7381
Update write() function definition
2022-08-30 11:18:06 -04:00
Alec Delaney
bf9f329a61
Fix UART.readline docstring
2022-08-30 11:12:47 -04:00
Dan Halbert
b68bb47be6
Merge pull request #6840 from weblate/weblate-circuitpython-main
...
Translations update from Hosted Weblate
2022-08-30 10:59:50 -04:00
thetazero
92c77013bf
Lint
2022-08-30 10:37:48 -04:00
Hosted Weblate
02c6f8cba8
Merge remote-tracking branch 'origin/main'
2022-08-30 13:53:59 +02:00
Dan Halbert
d7e9848d28
Merge pull request #6842 from Neradoc/no-such-board-pewpew13
...
Remove alias to pewpew13
2022-08-30 07:53:52 -04:00
Neradoc
8f0223573f
remove alias to pewpew13
2022-08-30 10:52:54 +02:00
thetazero
f5286b4e79
Improve os.stat docs
2022-08-29 13:01:11 -07:00