zapwizard
889da596ff
Update pins.c
...
Both D0 and D1 were assigned to pin_GPIO7, fixed D0 to pin_GPIO6, which also matches the comment.
2021-04-25 13:10:52 -05:00
gamblor21
30f31639d3
Added statemachine deinit
2021-04-25 11:58:22 -05:00
jun2sak
872fff7fbb
simplify system_on_idle_until_alarm()
2021-04-25 23:59:21 +09:00
anecdata
c510c4d501
allow start/stop sta/ap (changing modes) when `wifi.radio.enabled = False`
2021-04-25 09:29:15 -05:00
Dan Halbert
9d1fcc3b14
merge from main
2021-04-25 10:27:52 -04:00
Dan Halbert
aea3c4d3ab
wip
2021-04-25 10:23:59 -04:00
jun2sak
8bd77b79ea
fix conflicts.
2021-04-25 20:16:43 +09:00
jun2sak
7daba64cb1
merge.
2021-04-25 20:12:20 +09:00
jun2sak
7accb8b173
modify copyright notice.
2021-04-25 19:57:21 +09:00
jun2sak
a17fcb6d1a
add copyright notice. remove obsolete comments.
2021-04-25 19:19:11 +09:00
anecdata
dc3c47d396
ap channel param
2021-04-25 00:22:08 -05:00
anecdata
de01814cce
call start and stop (oops)
2021-04-24 20:38:04 -05:00
anecdata
354b442867
fixes
2021-04-24 19:36:11 -05:00
anecdata
2e52c0ae62
set all wifi modes; add sta start & sta/ap stop
2021-04-24 16:41:41 -05:00
Hosted Weblate
75349191a6
Merge remote-tracking branch 'origin/main' into main
2021-04-24 17:45:14 +02:00
Mark
ed374a89fb
Merge pull request #4655 from DavePutz/issue_4602
...
Issue 4602 - Correct timing of PulseOut on SAMD21
2021-04-24 10:45:10 -05:00
Hosted Weblate
929485e7ce
Merge remote-tracking branch 'origin/main' into main
2021-04-24 16:31:32 +02:00
Dan Halbert
2ba2574ebf
Merge pull request #4619 from tyomitch/microbit
...
[build] Allow USB to be set to 0
2021-04-24 10:31:29 -04:00
Hosted Weblate
ccbd1073cc
Merge remote-tracking branch 'origin/main' into main
2021-04-24 16:29:57 +02:00
Jonny Bergdahl
a680b37232
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (974 of 974 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2021-04-24 16:29:57 +02:00
Hugo Dahl
7b492773e3
Translated using Weblate (French)
...
Currently translated at 100.0% (974 of 974 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2021-04-24 16:29:57 +02:00
Dan Halbert
80f05c76a8
Merge pull request #4654 from dhalbert/6.2.x-merge-1
...
Port #4645 to main
2021-04-24 10:29:52 -04:00
anecdata
4d267ef644
add get_ipv4_address_ap
2021-04-23 21:44:34 -05:00
Dan Halbert
556a126917
wip: getting closer
2021-04-23 21:44:13 -04:00
Hosted Weblate
b21afac006
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-04-23 22:32:05 +02:00
Hosted Weblate
63fd57a5bc
Merge remote-tracking branch 'origin/main' into main
2021-04-23 22:32:02 +02:00
Wellington Terumi Uemura
7e5f00a0e2
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (970 of 970 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2021-04-23 22:32:02 +02:00
Jose David M
79fb03c240
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (970 of 970 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
2021-04-23 22:32:02 +02:00
Scott Shawcroft
80e8b4ac14
Merge pull request #4635 from jepler/pcc
...
WIP: Implement 'ParallelImageCapture' for samd51
2021-04-23 13:31:53 -07:00
Jeff Epler
8565a9ab90
shared-bindings: Fix type of Colorspace values in docs
2021-04-23 12:39:37 -05:00
Dan Halbert
454e78f41f
merge #4645 from 6.2.x to main
2021-04-23 13:33:58 -04:00
James Carr
c3122f0b8d
Empty commit to trigger github workflows
2021-04-23 18:29:56 +01:00
Scott Shawcroft
e2e414927d
Merge pull request #4648 from weblate/weblate-circuitpython-main
...
Translations update from Weblate
2021-04-23 09:27:43 -07:00
Artyom Skrobov
4e3c1d4a4c
[build] Allow USB to be set to 0
...
Unify USB-related makefile var and C def as CIRCUITPY_USB.
Always define it as 0 or 1, same as all other settings.
USB_AVAILABLE was conditionally defined in supervisor.mk,
but never actually used to #ifdef USB-related code.
Loosely related to #4546
2021-04-23 11:13:34 -04:00
Jeff Epler
05a81a066e
displayio: Improve docs about Colorspaces
2021-04-23 09:57:24 -05:00
Jeff Epler
34c4cc1bd9
samd: Rename dma_{allocate,free} channel
...
These are now used in the (video) parallel capture device as well.
2021-04-23 09:46:33 -05:00
Jeff Epler
f838ff9528
raspberrypi: Remove debug prints
2021-04-23 09:44:01 -05:00
Dan Halbert
9d8545e5e2
Merge pull request #4645 from dhalbert/rp2040-uart-write
...
RP2040 and ESP32S2: Return correct count from UART.write()
2021-04-23 10:18:46 -04:00
jposada202020
901e6ab5b0
Referencing_documentation_other_libraries
2021-04-23 10:02:24 -04:00
James Carr
0be610fd2b
Changes as requested for Bitmap docs.
2021-04-23 14:41:47 +01:00
Hosted Weblate
47a673b67d
Merge remote-tracking branch 'origin/main' into main
2021-04-23 14:37:06 +02:00
Jonny Bergdahl
81313348bd
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (970 of 970 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2021-04-23 14:37:05 +02:00
Dan Halbert
346740e152
Merge pull request #4609 from Neradoc/add_nrf_countio
...
NRF: implement countio
2021-04-23 08:37:00 -04:00
James Carr
07059dd373
Minor docs fixes in displayio.Bitmap
2021-04-23 12:56:44 +01:00
anecdata
9da8978d40
more of the same
2021-04-22 23:41:57 -05:00
anecdata
632cebafc6
fix comment (stub fail)
2021-04-22 23:33:33 -05:00
Dan Halbert
2b4c88d633
wip: partial HID, still needs rework
2021-04-23 00:18:05 -04:00
anecdata
3544d4e221
.start_ap() & .mac_address_ap
2021-04-22 22:57:07 -05:00
anecdata
3d60ed1322
loc & common_hal start_ap(), + AP MAC getter
2021-04-22 22:55:32 -05:00
anecdata
7e95dc1261
ap additions to radio object
2021-04-22 22:23:33 -05:00