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
Jeff Epler
afcc00fed4
Merge pull request #3771 from cwalther/exceptionprint
...
#3702 breaks printing an exception twice
2020-12-15 08:11:28 -06:00
Jeff Epler
b810b384c9
Merge pull request #3792 from weblate/weblate-circuitpython-main
...
Translations update from Weblate
2020-12-15 08:07:22 -06:00
Dan Halbert
97947b4fe9
shrink bast_pro_mini_m0; use proper flex-array syntax
2020-12-14 22:07:54 -05:00
Hosted Weblate
9fd652111a
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-12-15 02:40:11 +01:00
Hosted Weblate
f267c327bd
Merge branch 'origin/main' into Weblate.
2020-12-15 02:40:09 +01:00
Scott Shawcroft
d076296659
Merge pull request #3816 from dhalbert/sleepmemory
...
alarm.sleep_memory + alarm.wake_alarm
2020-12-14 17:40:02 -08:00
Hosted Weblate
2c4b1f251d
Merge branch 'origin/main' into Weblate.
2020-12-15 02:32:24 +01:00
Scott Shawcroft
d6ee17c6fd
Merge pull request #3817 from BennyE/reserve-pins-only-for-debug
...
esp32s2: Reserve UART pins only if DEBUG=1 is set to address issue 3811
2020-12-14 17:32:17 -08:00
Hosted Weblate
1bacfacfb3
Merge branch 'origin/main' into Weblate.
2020-12-15 02:11:24 +01:00
Scott Shawcroft
a1f773d9ed
Merge pull request #3819 from BennyE/issue3663
...
Fix for issue 3663 by returning early if no scan was started before s…
2020-12-14 17:11:18 -08:00
Hosted Weblate
b98da3d89f
Merge branch 'origin/main' into Weblate.
2020-12-15 02:09:44 +01:00
Scott Shawcroft
dc473b29e3
Merge pull request #3643 from hierophect/esp32-pin-reset
...
ESP32-S2: Add IDF pin resets to Microcontroller
2020-12-14 17:09:29 -08:00
Dan Halbert
6abe3cd0ef
-Os for SAMD51; fix CSUPEROPT typo
2020-12-14 18:57:31 -05:00
Seth Kerr
c16b8f1ee5
odd thing with a tests/pyboard\ 2.py file showing up
2020-12-14 17:26:27 -05:00
Seth Kerr
6d8642bf41
fixing line comment issue with CI build tests
2020-12-14 17:17:28 -05:00
Seth Kerr
731cdefe80
this should be it.
2020-12-14 16:25:33 -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
Lucian Copeland
d793ec2872
Change pinfunc to default of 0 at reset
2020-12-14 14:25:38 -05:00
Lucian Copeland
cac755ba16
Merge remote-tracking branch 'upstream/main' into esp-analog-hang
2020-12-14 13:00:57 -05:00
Lucian Copeland
dc560f0eee
translations
2020-12-14 13:00:07 -05:00
Lucian Copeland
f15e2d86c0
Reduce samples from 64 to 2
2020-12-14 12:59:20 -05:00
Dan Halbert
e0bb4a808a
make translate
2020-12-14 11:49:01 -05:00
Dan Halbert
e0afa32cfa
use RTC_DATA_ATTR; address review comments
2020-12-14 11:36:54 -05:00
BennyE
210c0ec89c
add country(code) to wifi network objects)
2020-12-13 13:32:12 +01:00
Hosted Weblate
9acdd91c91
Merge branch 'origin/main' into Weblate.
2020-12-13 02:14:31 +01:00
Dan Halbert
6cced49402
Merge pull request #3820 from theacodes/bhb-v6
...
Update Big Honking Button configuration to support its newest board revision.
2020-12-12 20:14:19 -05:00
Thea Flowers
fe32dd08b8
Update Big Honking Button configuration to support its newest board revision.
...
v5 of the BHB board has:
* GD25Q64C instead of the GD25Q16C.
* Pin PB10 tied to ground for board revision detection.
2020-12-12 19:16:35 -05:00
microDev
37ee5e683d
Merge branch 'main' into ota-s2
2020-12-12 05:25:46 +05:30
BennyE
c5c13620f2
Fix for issue 3663 by returning early if no scan was started before stop is issued
2020-12-12 00:49:53 +01:00
microDev
92098ca06b
update docs, implement suggested changes
2020-12-12 05:15:25 +05:30
Hosted Weblate
54fcf127c7
Merge branch 'origin/main' into Weblate.
2020-12-11 23:00:50 +01:00
Dan Halbert
eda3392f50
Merge pull request #3818 from dhalbert/apt-update
...
add apt-get update
2020-12-11 17:00:44 -05:00
BennyE
81c4871fdf
Set DEBUG CFLAG if set in make
2020-12-11 22:11:39 +01:00
Dan Halbert
37c9f768b5
add apt-get update
2020-12-11 16:03:28 -05:00
BennyE
2de5eba6d1
add apt-get update
2020-12-11 21:17:07 +01:00
BennyE
e3194ad54e
Reserve UART pins only if DEBUG=1 is set to address issue 3811
2020-12-11 20:35:28 +01:00
Hosted Weblate
4becc00a7b
Merge branch 'origin/main' into Weblate.
2020-12-11 20:08:28 +01:00
Wellington Terumi Uemura
8d9d53a07c
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (877 of 877 strings)
Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2020-12-11 20:08:28 +01:00
Scott Shawcroft
d920750756
Merge pull request #3815 from dhalbert/python3-mkenv-mk
...
Use $(PYTHON3) instead of $(PYTHON) in make actions
2020-12-11 11:08:15 -08:00
microDev
08e94e6a20
add more docs
2020-12-11 22:55:22 +05:30
Dan Halbert
39124b888b
doc fixes
2020-12-11 09:03:45 -05:00
Dan Halbert
1daad63d2b
add apt-get update
2020-12-11 08:34:40 -05:00
Dan Halbert
cf938983e9
SleepMemory + set alarm.wake_alarm
2020-12-11 08:10:26 -05:00
microDev
cb35abfd04
add docs, update translation & fix ota.flash()
2020-12-11 01:01:01 +05:30