Commit Graph

30029 Commits

Author SHA1 Message Date
MicroDev
6c54bc9fd9
more espnow changes
- improve docs
- use existing list methods
- change `recv` to `read`
2023-02-05 12:31:08 +05:30
MicroDev
c0a9c71057
replace ESPNowStats with Communicate class and more 2023-02-05 01:42:32 +05:30
MicroDev
ff95e96160
add ESPNowStats class and more 2023-02-04 01:23:45 +05:30
MicroDev
a1644f15ea
use esp error for espnow 2023-02-03 15:42:44 +05:30
MicroDev
cac90a6969
refactor common espnow functions 2023-02-03 12:35:06 +05:30
MicroDev
e30126e335
remove sync from espnow 2023-02-03 11:12:07 +05:30
MicroDev
f100838ae5
remove peers_table from espnow 2023-02-03 10:14:50 +05:30
MicroDev
14c3b52b8d
Merge branch 'main' into espnow 2023-02-03 01:37:07 +05:30
MicroDev
7028a3adfe
rework espnow api 2023-02-03 01:32:28 +05:30
Dan Halbert
e207db7cd9
Merge pull request #7536 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2023-02-01 20:24:11 -05:00
Hosted Weblate
9a61553645
Merge remote-tracking branch 'origin/main' 2023-02-02 02:22:52 +01:00
Dan Halbert
9e242bfd4f
Merge pull request #7538 from gneverov/issue_6482
Fixes #6482
2023-02-01 20:21:17 -05:00
Gregory Neverov
77c6daf4b8 don't throw exception 2023-02-01 16:33:22 -08:00
Jose David M
8529ec2649
Translated using Weblate (Spanish)
Currently translated at 100.0% (995 of 995 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
2023-02-01 23:11:16 +01:00
Hosted Weblate
764d731e24
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/
2023-02-01 22:25:19 +01:00
Dan Halbert
92f39fd708
Merge pull request #7533 from jepler/update-ulab-607
update ulab to 6.0.7
2023-02-01 16:24:56 -05:00
Dan Halbert
c9e45433ff make translate 2023-02-01 14:03:52 -05:00
Jeff Epler
79e07bfe00 update ulab to 6.0.7 2023-02-01 09:08:18 -06:00
Dan Halbert
135a2ba681
Merge pull request #7529 from jposada202020/adding_version_info
adding information regarding the version for libraries
2023-02-01 09:53:20 -05:00
Dan Halbert
5657fb0913
Merge pull request #7532 from MicroDev1/format
Run updated pre-commit
2023-02-01 09:52:28 -05:00
MicroDev
ae4bb75e29
split espnow between bindings and common-hal 2023-02-01 18:53:58 +05:30
MicroDev
9c430d45d1
use truthiness of the object itself instead of any 2023-02-01 15:27:55 +05:30
MicroDev
d9d94eacca
run updated pre-commit 2023-02-01 13:38:41 +05:30
Dan Halbert
9ab0733a28
Merge pull request #7530 from BrainBoardz/main
BrainBoardz Neuron Commit (Final I Hope!) - Updated as Per Previous Instructions VID+PID Work
2023-01-31 23:33:34 -05:00
brainboardz
2656ccffe4 Commit01-31 2023-01-31 19:35:57 -05:00
jposada202020
e54775a8cb adding information regarding the version for libraries 2023-01-31 18:58:27 -05:00
Dan Halbert
2faa8a435a
Merge pull request #7510 from BPI-STEAM/CircuitPython-main
Update mpconfigboard.h  with LED definition for BPI-Bit-S2.
2023-01-31 16:08:10 -05:00
Scott Shawcroft
e1041a8625
Merge pull request #7509 from RetiredWizard/seeedc3
seeed_xiao_esp32c3 flash mode change to dio
2023-01-31 11:29:24 -08:00
Jeff Epler
a487b8dafe
Merge pull request #7526 from jepler/reverse-tft-buttons
Add front buttons as D0/1/2, matching the silk
2023-01-31 10:38:43 -06:00
Jeff Epler
b8d6f20308
Add front buttons as D0/1/2, matching the silk 2023-01-31 10:02:21 -06:00
brainboardz
f3b1ceeb81 Seventh Commit 2023-01-30 20:45:57 -05:00
brainboardz
f71b4bc018 Sixth Commit 2023-01-30 20:32:19 -05:00
brainboardz
e10816f34c Fifth Commit 2023-01-30 20:20:37 -05:00
brainboardz
3f3519e0ab Fourth Commit 2023-01-30 20:10:34 -05:00
brainboardz
7c525fdcb0 Third Commit 2023-01-30 19:54:11 -05:00
brainboardz
34f480d735 Second Commit 2023-01-30 19:03:57 -05:00
brainboardz
d6ebf1bf43 First commit 2023-01-30 17:12:21 -05:00
MicroDev
72981cf2ab
Merge pull request #7508 from dhalbert/fix-rtd
Fix broken RTD builds
2023-01-30 13:27:30 +05:30
Wind-stormger
6e31cd0a4f Update mpconfigboard.h 2023-01-30 15:41:42 +08:00
RetiredWizard
dc5cd27555 seeed_xiao_esp32c3 flash mode change to dio
I was having trouble flashing CircuitPython to the Seeed xiao
esp32c3 using the make flash option. With the help of DAN and
Neradoc I was able to perform a manual flash and use the make
flash option to flash an Adafruit_qtpy_esp32c3 bin but when I
went back and attempted to use make flash on the seeed bin it didn't
work. Comparing the builds, the flash mode was different and after
making this change the seeed build now flashes properly using make
flash.
2023-01-30 02:01:33 -05:00
Dan Halbert
efec211ee1 update .readthedocs.yml 2023-01-29 22:56:24 -05:00
MicroDev
2f71f612d8
Merge pull request #7503 from MicroDev1/dualbank
Improve dualbank and storage extension docs
2023-01-30 02:18:53 +05:30
MicroDev
4ef363a797
improve dualbank and storage extension docs 2023-01-29 23:16:45 +05:30
Dan Halbert
438d3e9079
Merge pull request #7504 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2023-01-29 12:36:52 -05:00
Jonny Bergdahl
aee16df340
Translated using Weblate (Swedish)
Currently translated at 100.0% (992 of 992 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2023-01-29 17:16:49 +01:00
Wellington Terumi Uemura
07c45b9bcf
Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (992 of 992 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2023-01-29 17:16:49 +01:00
Jose David M
172ef91e71
Translated using Weblate (Spanish)
Currently translated at 100.0% (992 of 992 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
2023-01-29 17:16:48 +01:00
Dan Halbert
a226c9c83c
Merge pull request #7502 from Neradoc/skip-safe-cflag
Add CIRCUITPY_SKIP_SAFE_MODE_WAIT to circuitpy_mpconfig.mk
2023-01-29 00:12:15 -05:00
MicroDev
f7167bd735
Merge pull request #5999 from anecdata/ESP32-S3-DevKitC-1-N32R8
Espressif ESP32-S3 DevKitC-1-N32R8
2023-01-29 10:27:08 +05:30
Neradoc
f0058774d0 add CIRCUITPY_SKIP_SAFE_MODE_WAIT to circuitpy_mpconfig.mk
use #if (also a CIRCUITPY_ULAB)
2023-01-29 00:56:16 +01:00