lady ada
999ee68e12
try adding new feather def
2021-01-09 12:22:53 -05:00
foamyguy
13efbf24e5
disable msgpack on boards without room
2021-01-09 10:33:56 -06:00
Dan Halbert
255ffa979c
avoid inline compile errors
2021-01-08 23:07:21 -05:00
Dan Halbert
dd10c534c5
restore len(alarm.sleep_memory) and bool(alarm.sleep_memory)
2021-01-08 22:32:23 -05:00
Jeff Epler
288c54c70a
need to find strings in ulab
2021-01-08 18:54:08 -06:00
Jeff Epler
96dd3d3fef
ensure gettext program is available to pre-commit
2021-01-08 18:21:27 -06:00
Caio Henrique de Queiroz Katayama
7b4558b750
Fix socket.recvfrom_into()
2021-01-08 19:17:17 -05:00
anecdata
06ab848a0d
added platform
2021-01-08 16:48:25 -06:00
jerryneedell
de5b138dcf
remove commented line
2021-01-08 14:46:37 -05:00
jerryneedell
7556f38f04
initialize LDO2 in board_init()
2021-01-08 14:40:06 -05:00
Dan Halbert
39c166ba6a
update tinyusb; _ticks_enabled only for SAMD21
2021-01-08 13:30:11 -05:00
Jeff Epler
5f0e41ad60
I2SOut: Enable ticks during audio playback
...
.. otherwise, the background callback to load the I2S fifos does not get
run. (I'm not sure this is _correct_ behavior of sleep + background
tasks, but it is the current behavior)
2021-01-08 09:01:34 -06:00
Jeff Epler
430bcdb59d
port_i2s_play: fill the initial buffer via background callback
...
There were _possibly_ problems where this routine was being entered
by direct call AND by background callback. Schedule the work here,
and it will be done almost immediately, without worry about interference.
I don't know if this is strictly necessary, but it doesn't hurt. Since
the I2S clock is being run all the time, we have to enter the background
task to fill the FIFO with zeros constantly anyway.
2021-01-08 08:49:25 -06:00
Jeff Epler
12264cca34
port_i2s_play: remove build error
2021-01-08 08:47:13 -06:00
Jeff Epler
0b7a4c4b2b
i2s_fill_buffer: remove debug print
2021-01-08 08:46:56 -06:00
Jeff Epler
873a300d02
i2s_fill_buffer: Need to fill with zeros when stopping
2021-01-08 08:46:41 -06:00
Jeff Epler
cfd8288dfa
esp2s2: enlarge stack-buffer, use it instead of i2s_zero_dma_buffer
...
.. it's not clear that there was a problem with i2s_zero_dma_buffer, but
just in case.
2021-01-07 16:29:52 -06:00
Jeff Epler
d3afda61d8
esp32s2: i2s: must reset buffer, otherwise wave samples don't start
...
.. and other housekeeping when starting to play a sample
2021-01-07 16:29:08 -06:00
Jeff Epler
352226402c
esp32s2: i2s: fix accounting for "stretched" frames
2021-01-07 16:28:33 -06:00
Jeff Epler
010a4e7b0f
esp32s2: port: Ensure JTAG pins are available for debugging
2021-01-07 16:23:21 -06:00
BennyE
115f3e0867
Updated code as per helpful suggestion
2021-01-07 23:05:16 +01:00
Jeff Epler
7bb196b9d2
esp32s2: 'make flash': Allow customizing the esptool flags
...
This can be useful so that e.g., on a Kaluga when programming via
the FTDI chip, you can override the variable to specify "--after=hard_reset"
to automatically return to running CircuitPython, choose a different
baud rate (921600 is about 2s faster than 460800), etc:
make BOARD=espressif_kaluga_1 ESPTOOL_FLAGS="-b 921600 --before=default_reset --after=hard_reset"
2021-01-07 15:01:33 -06:00
Jeff Epler
1dda33dc41
pre-commit: Add checking of 'make translate' status
...
.. when this check completes with an error, circuitpython.pot has been updated
and the changes can be staged.
2021-01-07 14:42:12 -06:00
Jeff Epler
e79ee785ac
circuitpython.pot: regenerate without timestamp
2021-01-07 14:41:49 -06:00
Jeff Epler
e4129ecf00
Makefile: Remove POT-Creation-Date from circuitpython.pot
...
This line is only a magnet for conflicts; the date that circuitpython.pot
was modified can be extracted from git metadata. Additionally, when
we add "make translate" checking to pre-commit, this will avoid spurious
changes since the most straightforward implementation would otherwise
update this line every time pre-commit executed.
2021-01-07 14:41:29 -06:00
Jeff Epler
30c6dd3f76
Merge remote-tracking branch 'origin/main' into audioout-esp32
2021-01-07 14:11:14 -06:00
jerryneedell
6976ec6ef9
Merge remote-tracking branch 'upstream/main' into jerryn_feathers2_led
2021-01-07 15:02:40 -05:00
Hosted Weblate
b65d91dbeb
Merge branch 'origin/main' into Weblate.
2021-01-07 19:43:40 +01:00
Scott Shawcroft
55c80754c7
Merge pull request #3945 from 2bndy5/fix-table-in-a-readme
...
convert esp32s2 port readme to rst
2021-01-07 10:43:34 -08:00
Hosted Weblate
2719411405
Merge branch 'origin/main' into Weblate.
2021-01-07 19:31:39 +01:00
Scott Shawcroft
0b0b476be6
Merge pull request #3940 from caternuson/magtag_accelo_irq_pin
...
Add MagTag accelo IRQ pin
2021-01-07 10:31:33 -08:00
Hosted Weblate
0476e4f64b
Merge branch 'origin/main' into Weblate.
2021-01-07 19:01:44 +01:00
Dennis Schweer
a03f35e093
Translated using Weblate (German)
...
Currently translated at 84.4% (753 of 892 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/de/
2021-01-07 19:01:43 +01:00
Dan Halbert
5358524941
Merge pull request #3939 from dhalbert/tick-overflow
...
overflowed tick counter needs 64 bits everywhere
2021-01-07 13:01:30 -05:00
Hugo Dahl
30ed8d136c
Translated using Weblate (French)
...
Currently translated at 100.0% (892 of 892 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2021-01-07 02:29:18 +01:00
brendan
18122e0455
missed a couple inline code snippets
2021-01-06 15:28:19 -08:00
brendan
092331eee1
convert esp32s2 readme to rst
2021-01-06 15:19:40 -08:00
BennyE
66d87782be
Adding authmode keyword
2021-01-06 23:52:30 +01:00
caternuson
9db0a4f265
add magtag accelo irq pin
2021-01-06 09:17:19 -08:00
Scott Shawcroft
cdad59fbc2
Fix doc build with extra blank lines
2021-01-06 09:03:58 -08:00
Scott Shawcroft
a33359762d
Merge pull request #3903 from anecdata/reasons
...
ESP32-S2: Log all Wi-Fi events & remove unneeded call
2021-01-06 08:41:19 -08:00
Dan Halbert
9a1d864331
overflowed tick counter needs 64 bits everywhere
2021-01-06 11:09:06 -05:00
jerryneedell
14e2a02c04
Merge remote-tracking branch 'upstream/main' into jerryn_feathers2_led
2021-01-06 05:47:37 -05:00
anecdata
98c9492a8c
change ESP_EARLY_LOG* to ESP_LOG* throughout event_handler
2021-01-05 18:39:51 -06:00
Scott Shawcroft
7e59ff379b
Merge pull request #3921 from weblate/weblate-circuitpython-main
...
Translations update from Weblate
2021-01-05 15:09:17 -08:00
Hosted Weblate
8c25f54f38
Merge branch 'origin/main' into Weblate.
2021-01-05 22:04:09 +01:00
Dan Halbert
590fe8e8b1
Merge pull request #3934 from DavePutz/issue_3807
...
Issue 3931 - Onboard LEDs lighting up due to wrong memset size in board_reset_user_neopixels()
2021-01-05 16:04:03 -05:00
Hosted Weblate
9eb2ca02a5
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-01-05 22:03:19 +01:00
Hosted Weblate
03a6db36b4
Merge branch 'origin/main' into Weblate.
2021-01-05 22:03:17 +01:00
Jonny Bergdahl
794327254e
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (892 of 892 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2021-01-05 22:03:17 +01:00