Jeff Epler
a03b6a99e6
gen_usb_descriptor: Fix off-by-1 error in endpoint counting
2020-08-27 15:10:52 -05:00
Scott Shawcroft
2b71635c49
Fix esp-idf requirements
2020-08-27 11:45:51 -07:00
Scott Shawcroft
fd6e63d806
Hopefully final partition scheme.
2020-08-27 11:43:06 -07:00
Scott Shawcroft
767ca5c3dc
Merge remote-tracking branch 'adafruit/main' into native_wifi
2020-08-27 11:42:31 -07:00
Jeff Epler
49a22b0c55
Merge pull request #3320 from hierophect/stm32-meowbit-fix
...
STM32: Fix Meowbit startup and associated bugs
2020-08-27 13:05:56 -05:00
Dan Halbert
24fb08dbd9
Merge pull request #3337 from hierophect/pulseout-errorstyle
...
Fix problematic whitespace on pulseout parameter errors
2020-08-27 13:22:26 -04:00
Dan Halbert
350e88d4b9
Merge pull request #3324 from hierophect/esp32-random
...
Add random to ESP32-S2, fix it on STM32
2020-08-27 13:22:05 -04:00
Dan Halbert
6100027243
Merge pull request #3315 from tannewt/add_psram
...
Add PSRAM support to ESP32S2
2020-08-27 11:58:59 -04:00
Lucian Copeland
e2559efb93
translations
2020-08-27 11:21:39 -04:00
Lucian Copeland
8021da08d3
Fix problematic whitespace on pulseout parameter errors
2020-08-27 11:07:47 -04:00
hierophect
772052598d
Merge branch 'main' into stm32-meowbit-fix
2020-08-27 11:00:29 -04:00
hierophect
a15f948a40
Merge branch 'main' into esp32-random
2020-08-27 10:49:14 -04:00
Dan Halbert
fe73cfb922
Merge pull request #3333 from hierophect/esp32-enable-ulab
...
Fix all assignments affected by inline makefile comments
2020-08-27 10:36:59 -04:00
sommersoft
58d5f99394
Merge pull request #3335 from jepler/fix-doc-build
...
conf.py (docs): Reorder the steps of the doc build
2020-08-26 21:45:47 -05:00
Jeff Epler
200a296b5c
conf.py (docs): Reorder the steps of the doc build
...
Since e121e267ad
, the shared bindings matrix uses the stubs.
Therefore, we must build them! This should fix the failure to build
the docs on readthedocs.org.
Neither @sommersoft nor I saw this locally since we had previously built
the stubs. github CI didn't see it, because it manually builds the stubs
in an earlier step of the build process, and does not clean the tree
in between.
2020-08-26 20:41:25 -05:00
Scott Shawcroft
46dc133d04
Fix stub and doc builds
2020-08-26 17:18:16 -07:00
Lucian Copeland
8d2299e61e
Merge remote-tracking branch 'upstream/main' into stm32-meowbit-fix
2020-08-26 18:50:26 -04:00
Lucian Copeland
c229345741
improve efficiency of stm32 random gen
2020-08-26 18:47:19 -04:00
Lucian Copeland
553ac576eb
Disable ulab
2020-08-26 17:48:29 -04:00
Lucian Copeland
ad733e6c4a
rename reader tool
2020-08-26 17:37:05 -04:00
sommersoft
58a7419b4f
Merge pull request #3332 from jepler/shared-bindings-matrix-ulab
...
Shared bindings matrix ulab
2020-08-26 15:45:56 -05:00
Lucian Copeland
c77523503b
Fix trailing whitespace errors across ports and docs
2020-08-26 14:48:46 -04:00
Dan Halbert
4a682cd720
Merge pull request #3330 from jepler/fix-line-endings
...
microdev_micro_s2: Fix DOS line endings, they give my git fits
2020-08-26 12:43:38 -04:00
Jeff Epler
e121e267ad
shared_bindings_matrix: Use stubs, not shared-bindings
...
This fixes a problem where things that were in extmod/ could not
be listed.
2020-08-26 11:29:59 -05:00
Jeff Epler
5422dd682c
shared_bindings_matrix: Run in parallel
...
.. this makes it take a fraction of the time, at least on systems
with a lot of CPU threads. Even on my old laptop with a 2-core CPU
it reduces the time from 55s to 27s.
2020-08-26 11:29:55 -05:00
Jeff Epler
44342732a4
Fix DOS line endings, they give my git fits
2020-08-26 10:56:00 -05:00
Dan Halbert
5755160720
Merge pull request #3322 from microDev1/microS2
...
Added board - microS2
2020-08-26 11:03:46 -04:00
microDev
f26d15c5c9
Added PSRAM support
2020-08-26 18:39:30 +05:30
Dan Halbert
01ddb177fc
Remove whitespace in sdkconfig
2020-08-26 09:07:54 -04:00
Dan Halbert
5f5a0e749b
Remove trailing whitespace
2020-08-26 09:04:17 -04:00
Dan Halbert
3f5dd5ce58
Remove trailing whitespace from sdkconfig
2020-08-26 09:03:12 -04:00
Dan Halbert
f7d224705f
Trim trailing whitespace in pins.c
2020-08-26 09:01:27 -04:00
Dan Halbert
0c9513a2e7
Remove trailing whitespace
2020-08-26 09:00:16 -04:00
microDev
0425305a73
Change microS2 board name
2020-08-26 08:40:46 +05:30
microDev
b019ef2e43
Change microS2 board name
2020-08-26 08:38:42 +05:30
microDev
f1f316c502
Change microS2 board name
2020-08-26 08:37:36 +05:30
microDev
3f699024d9
Change microS2 board name
2020-08-26 08:36:38 +05:30
microDev
1dce6bd7ca
Change microS2 board name
2020-08-26 08:35:09 +05:30
microDev
bf2b594066
Change microS2 board name
2020-08-26 08:33:21 +05:30
microDev
964a39164e
Changed microS2 board name
2020-08-26 08:23:54 +05:30
Jeff Epler
2e0a109331
Merge pull request #3318 from jepler/interrupt-serial-rx
...
supervisor: check for interrupt during rx_chr
2020-08-25 21:01:33 -05:00
Scott Shawcroft
6fbeb28bd6
Update translations
2020-08-25 16:40:45 -07:00
Scott Shawcroft
8b71e26abd
Merge remote-tracking branch 'adafruit/main' into native_wifi
2020-08-25 16:39:23 -07:00
Scott Shawcroft
380cbfba55
Add hash to Socket so it can be used in dicts
2020-08-25 16:15:45 -07:00
Scott Shawcroft
f3bc712539
Fix SocketPool radio check
2020-08-25 16:15:00 -07:00
Scott Shawcroft
69fc872944
Fix espidf.MemoryError print
2020-08-25 16:14:31 -07:00
hierophect
78c512e86b
Merge pull request #3325 from hierophect/esp32-enable-ulab
...
ESP32-S2: Enable ulab
2020-08-25 15:24:36 -04:00
Lucian Copeland
f71f6631cc
Enable ulab
2020-08-25 14:24:35 -04:00
Lucian Copeland
05bde255f7
Add random to ESP32-S2, fix it on STM32
2020-08-25 14:00:29 -04:00
Jeff Epler
c0753c1afb
mp_obj_print_helper: Handle a ctrl-c that comes in during printing
...
In #2689 , hitting ctrl-c during the printing of an object with a lot of sub-objects could cause the screen to stop updating (without showing a KeyboardInterrupt). This makes the printing of such objects acutally interruptable, and also correctly handles the KeyboardInterrupt:
```
>>> l = ["a" * 100] * 200
>>> l
['aaaaaaaaaaaaaaaaaaaaaa...aaaaaaaaaaa', Traceback (most recent call last):
File "<stdin>", line 1, in <module>
KeyboardInterrupt:
>>>
```
2020-08-25 11:47:50 -05:00