Jeff Epler
|
6a20aef382
|
new script to blacken docstrings in bindings
|
2022-09-27 15:20:49 -05:00 |
Jeff Epler
|
4e96667d50
|
Manual fix for oddball cases
|
2022-09-27 15:19:32 -05:00 |
Jeff Epler
|
c415c13517
|
mend broken doc block
Since black_bindings.py will pass each contiguous
"//|"-block to black independently, they must each be a fully
formed Python item.
|
2022-09-27 15:19:31 -05:00 |
Jeff Epler
|
da4f2db1df
|
Add missing type annotations
These are treated as warnings by extract_pyi, so they don't stop
the build process.
|
2022-09-27 09:10:55 -05:00 |
Dan Halbert
|
a7b10d41b4
|
Merge pull request #6522 from jepler/must-be-int
Improve argument checking & reduce strings to translate
|
2022-09-25 17:55:56 -04:00 |
Dan Halbert
|
c291a02bcc
|
Merge pull request #6943 from snkYmkrct/main
Support for opening a file by name in MP3Decoder
|
2022-09-25 17:53:51 -04:00 |
Dan Halbert
|
de80db681f
|
Merge pull request #6915 from dhalbert/ringbuf-cleanup
ringbuf cleanup
|
2022-09-25 17:50:21 -04:00 |
Jeff Epler
|
1c8e12660c
|
Merge pull request #6944 from Neradoc/doc-fix-usb-cdc
docs: usb_cdc.Serial.readinto has no nbytes parameter
|
2022-09-25 13:35:58 -05:00 |
Jeff Epler
|
645cb6c2a5
|
pin python version for doc building
|
2022-09-25 12:22:50 -05:00 |
Neradoc
|
2c35e5e284
|
avoid problematic sphinx version number for rtd theme
|
2022-09-25 16:10:11 +02:00 |
Dan Halbert
|
e25c195b78
|
fix broadcom UART ringbuf init
|
2022-09-25 09:12:23 -04:00 |
snkYmkrct
|
d7ea1c39c6
|
Minor update to MP3Decoder documentation
|
2022-09-25 13:34:50 +02:00 |
snkYmkrct
|
ee6bd09438
|
Rename method, and remove redundant checks
|
2022-09-25 10:42:49 +02:00 |
Neradoc
|
5346b89b08
|
don't use @property in docs, just document as a property
|
2022-09-25 07:18:18 +02:00 |
Dan Halbert
|
d2bc5ebdf8
|
Merge pull request #6942 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
|
2022-09-24 23:56:26 -04:00 |
Hosted Weblate
|
dfb89e2931
|
Merge remote-tracking branch 'origin/main'
|
2022-09-25 05:55:15 +02:00 |
Dan Halbert
|
d44edc4a0c
|
Merge pull request #6937 from jepler/issue6839
Use new unique ID for this board
|
2022-09-24 23:55:06 -04:00 |
Neradoc
|
2dbcd760fc
|
usb_cdc.Serial.readinto has no nbytes parameter
|
2022-09-25 05:06:45 +02:00 |
Hosted Weblate
|
9f84301594
|
Merge remote-tracking branch 'origin/main'
|
2022-09-24 09:03:33 +02:00 |
MicroDev
|
68386fa4d8
|
Merge pull request #6940 from jepler/esp32-camera-lock-bus
esp32_camera: lock and unlock i2c bus around any ops that might access it
|
2022-09-24 12:33:25 +05:30 |
Bill Sideris
|
c19bceaeaa
|
Translated using Weblate (Greek)
Currently translated at 2.5% (26 of 1003 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/el/
|
2022-09-23 19:20:45 +02:00 |
snkYmkrct
|
a7406ec098
|
Support for opening a file by name in MP3Decoder
|
2022-09-23 19:20:44 +02:00 |
Alvaro Figueroa
|
714da7bc28
|
Translated using Weblate (Spanish)
Currently translated at 86.5% (868 of 1003 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
|
2022-09-23 19:20:44 +02:00 |
MicroDev
|
3bf93437e7
|
Merge pull request #6939 from jepler/update-ulab-511
Update ulab to 5.1.1
|
2022-09-23 21:10:24 +05:30 |
Jeff Epler
|
f12136af7f
|
esp32-camera: sync doc with code.
Closes: #6836
|
2022-09-23 08:54:00 -05:00 |
Jeff Epler
|
52a2c5f6dc
|
Update ulab to 5.1.1
Closes: #6692
|
2022-09-23 08:29:32 -05:00 |
Jeff Epler
|
5bbbca4d44
|
lock and unlock i2c bus around any ops that might access it
|
2022-09-22 17:03:05 -05:00 |
Jeff Epler
|
a769beed3f
|
Use new unique ID for this board
|
2022-09-22 16:23:38 -05:00 |
Jeff Epler
|
4f75d09e86
|
Get rid of an unneeded message
|
2022-09-22 11:56:57 -05:00 |
Jeff Epler
|
8227903b61
|
Use validation functions
|
2022-09-22 08:39:34 -05:00 |
Jeff Epler
|
18cb25e95c
|
Re-use another message
|
2022-09-22 08:39:34 -05:00 |
Jeff Epler
|
f7221d5895
|
simplify logic in _clobber_points_list
|
2022-09-22 08:39:34 -05:00 |
Jeff Epler
|
ef35ca1d3e
|
vectorio: Simplify argument checking of x/y values
|
2022-09-22 08:39:33 -05:00 |
Jeff Epler
|
267ec1dc4f
|
unify some 'must/should be an int' messages
|
2022-09-22 08:39:32 -05:00 |
Dan Halbert
|
ea15a9118a
|
ringbuf cleanup
|
2022-09-21 10:03:05 -04:00 |
Dan Halbert
|
e045415f59
|
Merge pull request #6247 from s-ol/descriptor-override
Add supervisor.set_usb_identification(manufacturer, product, vid, pid) function
|
2022-09-21 09:20:55 -04:00 |
Jeff Epler
|
96179f6b4c
|
Merge pull request #6931 from snkYmkrct/main
Change to allow WaveFile and MP3Decoder to accept a file path
|
2022-09-21 09:05:10 -04:00 |
snkYmkrct
|
9c5abb6d7a
|
Change the examples in documentation
|
2022-09-21 12:52:17 +02:00 |
snkYmkrct
|
bb40b5c98e
|
Correction
|
2022-09-21 08:24:01 +02:00 |
snkYmkrct
|
129c5de670
|
Made requested changes in the documentation
|
2022-09-21 08:24:01 +02:00 |
snkYmkrct
|
21551a82e3
|
Change to allow WaveFile and MP3Decoder to accept a file path
|
2022-09-21 08:24:01 +02:00 |
Dan Halbert
|
9aca092900
|
squeeze the usb identification code; manufacturer was being copied to product
|
2022-09-20 20:23:17 -04:00 |
Dan Halbert
|
daf415d9c7
|
squeeze the usb identification code
|
2022-09-20 20:08:16 -04:00 |
Dan Halbert
|
c567b43441
|
add CIRCUITPY_USB_IDENTIFICATION to turn off on smallest builds
|
2022-09-20 14:32:38 -04:00 |
Dan Halbert
|
adf15faa8f
|
merge from main; throw NotImplementedError if CIRCUITPY_USB not set
|
2022-09-20 13:18:32 -04:00 |
Dan Halbert
|
b6f67be3e2
|
Merge pull request #6925 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
|
2022-09-20 12:08:01 -04:00 |
Wellington Terumi Uemura
|
3fdc02baa2
|
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-19 23:21:01 +02:00 |
Jeff Epler
|
5593d23a05
|
Merge pull request #6919 from flom84/stm_dfu_mode
Software DFU mode implementation for STM32F4 MCU.
|
2022-09-18 21:01:26 -04:00 |
Florin Maticu
|
745d83adac
|
DFU mode implementation for STM32F4 MCU.
|
2022-09-18 18:24:38 +02:00 |
Jeff Epler
|
1091d51af2
|
Merge pull request #6918 from UnexpectedCircuitPython/main
Added support for Unexpected Maker TinyPICO (V2/V3) and TinyPICO Nano
|
2022-09-17 21:39:17 -04:00 |