Commit Graph

25061 Commits

Author SHA1 Message Date
Max Holliday 674a3027fc
updating pycubed firmware for mainboardv05 :) 2021-09-04 18:39:24 -06:00
hexthat b1e71aecb0
Translated using Weblate (Chinese (Pinyin))
Currently translated at 100.0% (1021 of 1021 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/zh_Latn/
2021-09-05 01:34:10 +02:00
Kamil Tomaszewski ff807f8f19 Fix incorrect use of allocate_memory() 2021-09-04 11:17:39 +02:00
microDev 7ce3f25650
Merge pull request #5299 from Neradoc/nera-rework-board-dicts
change board dicts to include a common macro with __name__
2021-09-04 09:03:36 +05:30
Durapensa 7e10785ec7 Lolin S2 Mini - fix EOF issue caught by pre-commit 2021-09-03 16:46:50 -04:00
durapensa 2fc372b9e1
Lolin S2 Mini - Apply suggestions from code review
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
2021-09-03 15:10:22 -04:00
Neradoc 8625e53817 change board dicts to include a common macro with __name__ 2021-09-03 21:03:55 +02:00
Mark 69e7b8bb79
Merge pull request #5296 from microDev1/traceback
Add test for `traceback` module
2021-09-03 12:43:40 -05:00
Durapensa 15fc44cab7 Lolin S2 Mini fix typo in pin assignment 2021-09-03 12:20:07 -04:00
Durapensa 32b9450e7f Lolin S2 Mini removed some redundant comments 2021-09-03 12:14:59 -04:00
Durapensa c0f039da29 Lolin S2 Mini added pin definitions from Wemos/Lolin D1 Mini 2021-09-03 12:08:38 -04:00
microDev 7dbf750dd0
add test for traceback module 2021-09-03 20:52:30 +05:30
Durapensa ef6d7fe731 Lolin S2 Mini change 'Espressif' references to 'Wemos' 2021-09-03 10:17:44 -04:00
Durapensa 765eee424e Lolin S2 Mini added I2C & SPI defs from Espressif MicroPython 2021-09-03 10:08:38 -04:00
Durapensa ec20b2a02e Merge branch 'main' of github.com:adafruit/circuitpython into s2mini 2021-09-03 09:26:47 -04:00
Durapensa 762c15535f Lolin S2 Mini pin assignment changes 2021-09-03 09:12:14 -04:00
Scott Shawcroft d88361c075
Merge pull request #5295 from lesamouraipourpre/patch-3
Documentation update for ColorConverter
2021-09-02 15:48:11 -07:00
Scott Shawcroft 3508b01ed9
Merge pull request #5294 from tannewt/patch-1
Add FeatherS2 Neo from Unexpected Maker
2021-09-02 12:44:27 -07:00
James Carr a1e4105f1e
Documentation update for ColorConverter 2021-09-02 20:29:53 +01:00
Scott Shawcroft bf5e8bf20b
Use Espressif PID 2021-09-02 10:17:38 -07:00
Scott Shawcroft a78cc7a22c
Merge pull request #5293 from microDev1/patch
Make `aesio` module full build dependent
2021-09-02 09:34:53 -07:00
Scott Shawcroft 5fd7bce91d
Merge pull request #5292 from lesamouraipourpre/patch-2
Documentation update for Display.refresh()
2021-09-02 09:05:52 -07:00
Scott Shawcroft 4c961f8fa3
Merge pull request #5289 from UnexpectedCircuitPython/TinyS2_Stage_Support
Added STAGE support for my TinyS2 board
2021-09-02 09:05:00 -07:00
Scott Shawcroft 34e776ee7e
Merge pull request #5288 from UnexpectedCircuitPython/neopixel_fix
Update Adafruit_CircuitPython_NeoPixel commit to 0f4661c
2021-09-02 09:04:31 -07:00
Scott Shawcroft 53aa44f21b
Merge pull request #5291 from weblate/weblate-circuitpython-main
Translations update from Weblate
2021-09-02 09:00:45 -07:00
microDev d526925d49
make aesio module full build dependent 2021-09-02 19:02:01 +05:30
James Carr b3aea212cb
Documentation update for Display.refresh()
Update the documentation for `Display.refresh()` which had two paragraphs starting 'When auto refresh is off,'
2021-09-02 14:00:23 +01:00
Hosted Weblate dfcf2edd15
Merge remote-tracking branch 'origin/main' into main 2021-09-02 13:17:41 +02:00
Jeff Epler 4922e67b8c
Merge pull request #5290 from lesamouraipourpre/patch-1
Document missing 'frequency' parameter on ParallelBus.c
2021-09-02 07:17:33 -04:00
James Carr 195e67f04f
Translated using Weblate (English (United Kingdom))
Currently translated at 88.3% (902 of 1021 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/en_GB/
2021-09-02 12:32:34 +02:00
James Carr 9fffb5bada
Document missing 'frequency' parameter on ParallelBus.c 2021-09-02 11:01:15 +01:00
Seon Rozenblum 9bfa2a416d Added STAGE support for my TinyS2 board 2021-09-02 18:09:08 +10:00
Seon Rozenblum 4e869422d1 Move frozen neopixel lib to latest commit that supports try/carch on the power pin. 2021-09-02 16:17:41 +10:00
microDev d49c5d6106
Merge pull request #5285 from FoamyGuy/tilegrid_docs_ondiskbitmap
update TileGrid docstrings to include OnDiskBitmap
2021-09-02 10:54:07 +05:30
Seon Rozenblum 24859ed596 Added support for my new FeatherS2 Neo esp32s2 board 2021-09-02 15:01:52 +10:00
Ha Thach ffea3e6f53
Merge pull request #5286 from tannewt/update_tinyusb2
Update tinyusb for samd and rp2040 improvements
2021-09-02 11:05:31 +07:00
Scott Shawcroft ebc44fad55
Update tinyusb for samd and rp2040 improvements
The improvements are based on the USB compliance tests.
2021-09-01 18:22:57 -07:00
foamyguy 6af0038a84 update TileGrid docstrings to include OnDiskBitmap 2021-09-01 20:01:15 -05:00
Scott Shawcroft 57e4b78340
Merge pull request #5284 from tannewt/linking_fixes
Two fixes, one for ble workflow, one for linking
2021-09-01 15:21:33 -07:00
Scott Shawcroft cf0899487f
Merge pull request #5237 from jepler/hmi
Add Espressif's HMI DevKit
2021-09-01 13:49:58 -07:00
Scott Shawcroft 0d280fa83c
Two fixes, one for ble workflow, one for linking
BLE workflow had an incorrect list size for characteristics

Linking didn't advance . link it should have without extra ().
2021-09-01 12:43:43 -07:00
Scott Shawcroft 9557ca89f2
Update USB PID 2021-09-01 10:50:48 -07:00
Scott Shawcroft b80ffee105
Merge pull request #5268 from hathach/nrf-usb-compliance-test
Update tinyusb for USB Compliance Verification test
2021-09-01 10:48:35 -07:00
Scott Shawcroft cf7e29da6c
Merge pull request #5281 from capellini/mp-register-module-non-pybadge
Convert more modules to use MP_REGISTER_MODULE
2021-09-01 09:02:43 -07:00
Scott Shawcroft 5b2ccf4a36
Merge pull request #5278 from weblate/weblate-circuitpython-main
Translations update from Weblate
2021-09-01 09:01:56 -07:00
Scott Shawcroft 9c4c3e1780
Only sort .text for nrf 2021-09-01 08:57:18 -07:00
Hosted Weblate 89a03aae0e
Merge remote-tracking branch 'origin/main' into main 2021-09-01 10:23:22 +02:00
microDev 2c45f948a3
Merge pull request #5279 from skieast/add-IO9-ttgo-t8-s2-st7789
Add IO9 / VBAT_SENSE to lilygo-t8-s2-st7789
2021-09-01 13:53:18 +05:30
Hosted Weblate c4b7530aec
Merge remote-tracking branch 'origin/main' into main 2021-09-01 10:19:28 +02:00
microDev 9797665d6c
Merge pull request #5280 from FoamyGuy/tilegrid_arg_shape
update TileGrid docstrings to include Shape
2021-09-01 13:49:19 +05:30