Dan Halbert
fb33c4e1c0
-ftree-vrp better diagnostics on -Os builds; -fno-inline-functions for -O2; fix struct init in HCI bleio
2020-12-15 12:23:56 -05:00
Jeff Epler
bbbd621b18
nrf: simmel: remove some unneeded modules to make it fit
2020-12-15 10:54:37 -06:00
Jeff Epler
3c4562c3ca
camera: Provide correct forward-declaration of camera_imageformat_type
...
This resolves the build error
```
arm-none-eabi-ld: build-spresense/libmpy.a(Camera.o):(.rodata.camera_imageformat_type+0x0): multiple definition of `camera_imageformat_type'; build-spresense/libmpy.a(__init__.o):(.rodata.camera_imageformat_type+0x0): first defined here
arm-none-eabi-ld: build-spresense/libmpy.a(ImageFormat.o):(.rodata.camera_imageformat_type+0x0): multiple definition of `camera_imageformat_type'; build-spresense/libmpy.a(__init__.o):(.rodata.camera_imageformat_type+0x0): first defined here
arm-none-eabi-ld: build-spresense/libmpy.a(Camera.o):(.rodata.camera_imageformat_type+0x0): multiple definition of `camera_imageformat_type'; build-spresense/libmpy.a(__init__.o):(.rodata.camera_imageformat_type+0x0): first defined here
```
2020-12-15 10:40:24 -06:00
Jeff Epler
dc9bc8fc9a
Fix flexible array declaration
2020-12-15 09:58:47 -06:00
Dan Halbert
9f9ab44acc
Avoid "error: flexible array member in a struct with no named members"
2020-12-15 10:11:16 -05:00
Dan Halbert
97947b4fe9
shrink bast_pro_mini_m0; use proper flex-array syntax
2020-12-14 22:07:54 -05:00
Dan Halbert
6abe3cd0ef
-Os for SAMD51; fix CSUPEROPT typo
2020-12-14 18:57:31 -05:00
Dan Halbert
845cf03a45
typo
2020-12-14 15:55:31 -05:00
Dan Halbert
d2cb58a2df
suod apt-get update
2020-12-14 15:54:38 -05:00
Dan Halbert
eea8bc4999
Use Dec 11 gcc 10.2 release
2020-12-14 15:41:17 -05:00
Jeff Epler
1553a647ca
build: Update to gcc10 preview
2020-11-24 13:09:37 -06:00
Jeff Epler
0836abba41
Merge pull request #3720 from tannewt/more_wifi_retry
...
Retry connection when getting NOT_AUTHED
2020-11-24 09:54:54 -06:00
hierophect
6a9339169a
Merge pull request #3737 from jgillick/thunderpack1.2
...
STM32: Add new STM board: Thunderpack v1.2
2020-11-24 10:52:57 -05:00
Jeff Epler
22af5a1fe9
Merge pull request #3728 from tannewt/speedup_json
...
Speed up JSON parsing with readinto
2020-11-24 09:42:18 -06:00
Jeff Epler
52e86f8de4
Merge pull request #3747 from weblate/weblate-circuitpython-main
...
Translations update from Weblate
2020-11-24 09:24:47 -06:00
jgillick
f8499a468e
Remove filesystem from linker script.
2020-11-23 22:56:38 -08:00
jgillick
570353b946
Merge remote-tracking branch 'circuitpython/main' into thunderpack1.2
2020-11-23 22:40:47 -08:00
Hosted Weblate
ea57615782
Merge branch 'origin/main' into Weblate.
2020-11-24 01:48:18 +01:00
Dan Halbert
ebdc48ae22
Merge pull request #3745 from kattni/magtag-pin-update
...
Add pin names from silk
2020-11-23 19:48:12 -05:00
Hosted Weblate
8aba80c033
Merge branch 'origin/main' into Weblate.
2020-11-24 00:20:03 +01:00
Scott Shawcroft
a80bf22211
Merge pull request #3727 from BennyE/wifi-full-scan
...
esp32s2: Do a full scan when channel/BSSID are not given
2020-11-23 15:19:57 -08:00
Hosted Weblate
bb064d7198
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/
2020-11-24 00:17:56 +01:00
Scott Shawcroft
f8dcb25170
Merge pull request #3694 from jepler/update-ulab2
...
ulab: Update to release tag 1.1.0
2020-11-23 15:17:46 -08:00
Scott Shawcroft
491e314799
Merge pull request #3718 from jepler/epd-rotation
...
EPaperDisplay: add rotation property
2020-11-23 15:04:26 -08:00
Scott Shawcroft
c67f5892ff
Merge pull request #3704 from microDev1/frequencyio-S2
...
ESP32S2: Support for FrequencyIO
2020-11-23 14:59:27 -08:00
Kattni Rembor
7928a0d454
Blank lines to group aliases.
2020-11-23 16:02:45 -05:00
Kattni Rembor
3730862362
Update to match silk rev 1
2020-11-23 15:56:36 -05:00
Kattni Rembor
efda912437
Add pin names from silk
2020-11-23 15:53:28 -05:00
Scott Shawcroft
368fa88312
Ignore size parameter
2020-11-23 12:14:58 -08:00
Jeff Epler
16fe2de703
Merge pull request #3732 from skerr92/add-cpsapling
...
adding CP-Sapling
2020-11-23 10:29:58 -06:00
Jeff Epler
70e978f48b
stm: disable ulab on two resource-constrained boards
2020-11-23 10:23:53 -06:00
Jeff Epler
9d8be648ee
ulab: Update to release tag 1.1.0
...
Disable certain classes of diagnostic when building ulab. We should
submit patches upstream to (A) fix these errors and (B) upgrade their
CI so that the problems are caught before we want to integrate with
CircuitPython, but not right now.
2020-11-23 10:23:50 -06:00
jgillick
4c5e7520f5
Fix NVM by clearing FLASH_FLAG_PGPERR
2020-11-23 00:25:41 -08:00
Jeff Epler
211d084429
Merge pull request #3740 from dhalbert/esp32s2-common-hal-mcu-delay-us
...
ESP32S2: common_hal_mcu_delay_us() now calls mp_hal_delay_us()
2020-11-22 20:49:15 -06:00
Jeff Epler
7a5e355775
Merge pull request #3734 from weblate/weblate-circuitpython-main
...
Translations update from Weblate
2020-11-22 20:41:33 -06:00
jgillick
661c20dd18
Create a new linker script with more space for the firmware.
2020-11-22 18:25:37 -08:00
Dan Halbert
f62ea25331
ESP32S2: common_hal_mcu_delay_us() now calls mp_hal_delay_us()
2020-11-22 19:08:27 -05:00
microDev
f3b5ca5f01
replace goto with conditional break
2020-11-22 19:20:21 +05:30
jgillick
fe6e50b770
Update USB_PID
2020-11-22 01:49:23 -08:00
jgillick
56634eb00e
Rename thunderpack to v11
2020-11-22 01:31:41 -08:00
jgillick
381889f6bc
Cleanup
2020-11-22 01:19:28 -08:00
jgillick
0b858440b0
Fix formatting.
2020-11-22 01:15:05 -08:00
jgillick
63b0bf9075
Merge remote-tracking branch 'origin/main' into thunderpack1.2
2020-11-22 01:07:03 -08:00
Jonny Bergdahl
7b5e826b18
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (848 of 848 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/sv/
2020-11-20 23:28:56 +01:00
Noel Gaetan
f25ac45534
Translated using Weblate (French)
...
Currently translated at 100.0% (848 of 848 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2020-11-20 23:28:56 +01:00
Seth Kerr
8301dcada0
I need to revisit the alphabet...
2020-11-20 16:26:33 -05:00
Seth Kerr
0fb075ab7e
changed tab to spaces in build.yml, passes local pre-commit
2020-11-20 16:15:50 -05:00
Seth Kerr
b34e36d1db
fixing build.yml
2020-11-20 15:44:53 -05:00
Seth Kerr
1c92b1bf61
forgot to run pre-commit local
2020-11-20 15:35:52 -05:00
Seth Kerr
c4f4cdd8c1
readding cp_sapling directory
2020-11-20 15:31:49 -05:00