Commit Graph

34948 Commits

Author SHA1 Message Date
Scott Shawcroft
cb7db2e632
Merge pull request #8636 from mrangen/add-raspberry-breadstick
Add new Raspberry Breadstick board
2023-11-27 12:11:46 -08:00
Michael Rangen
4413f21c17
Update mpconfigboard.mk
commented out fancyLED lib
2023-11-26 18:51:03 -07:00
Michael Rangen
82ebe54f6f
Merge branch 'adafruit:main' into add-raspberry-breadstick 2023-11-26 18:30:43 -07:00
Michael Rangen
0d57fc4d8c
Update mpconfigboard.mk 2023-11-26 18:20:07 -07:00
Michael Rangen
22f232b288
Update pins.c 2023-11-26 18:19:56 -07:00
Dan Halbert
3aac226d53
Merge pull request #8648 from dhalbert/branch-name-in-build-filename
add branch and PR number to uploaded build filenames
2023-11-23 22:42:25 -05:00
mrangen
1028c32fe4 edit board folder and name. 2023-11-22 21:10:37 -07:00
Dan Halbert
2e3e145624
Merge pull request #8651 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2023-11-22 21:47:18 -05:00
gfbdrgng
100de262b2
Translated using Weblate (Russian)
Currently translated at 96.6% (970 of 1004 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/ru/
2023-11-22 20:04:09 +01:00
Dan Halbert
ae4e79224e set PULL in proper workflow file 2023-11-22 10:59:27 -05:00
Dan Halbert
635bc4b2b0 update tools/uf2 2023-11-22 10:54:37 -05:00
Dan Halbert
0bd2a377b3 add branch and PR number to uploaded build filenames 2023-11-22 10:51:30 -05:00
Dan Halbert
b2c32cf42f
Merge pull request #8645 from dhalbert/esp32s3-ble-fixes
ESP32-S3 BLE fixes
2023-11-21 22:48:08 -05:00
Dan Halbert
567c273e46 ESP32-S3 BLE: set up Characteristic properly during discovery 2023-11-21 20:53:05 -05:00
Scott Shawcroft
28c2094b8d
Merge pull request #8644 from RetiredWizard/makerfabs
Update CREATOR/CREATION ID in comments
2023-11-21 14:23:15 -08:00
RetiredWizard
c2e98ec3f5 Update CREATOR/CREATION ID in comments 2023-11-21 16:59:25 -05:00
Scott Shawcroft
79155af0ba
Merge pull request #8642 from jepler/synthio-note-amplitude-signed
Synthio: Allow amplitude to be signed (+ other stuff)
2023-11-21 13:18:35 -08:00
Jeff Epler
19df6adf4c
Update expected test results
some of the numbers have the last two digits changed, it's just noise.
2023-11-21 08:54:08 -06:00
Jeff Epler
c5be5f349a
Traceback tests are "special" because they need relative paths 2023-11-21 08:54:08 -06:00
Jeff Epler
5790785eae
endorse updated result 2023-11-21 08:54:08 -06:00
Jeff Epler
c87abe7580
run-tests: re-add circuitpython tests 2023-11-21 08:54:08 -06:00
Jeff Epler
83333ac1f8
checkout-latest-tag: Exit with error in the case of any failures 2023-11-21 08:54:07 -06:00
Jeff Epler
5fd8630654
tests: update synthesizer_note test with new expected output 2023-11-21 08:54:07 -06:00
Jeff Epler
5dc1d389d1
tests: restore getenv_int tests 2023-11-21 08:54:07 -06:00
Jeff Epler
c92ad33a9c
synthio: allow negative amplitudes
Previously, negative amplitudes were clamped to zero.
Now, they are allowed to range from -ALMOST_ONE to +ALMOST_ONE.
This is useful in certain circumstances, such as using synthio
to create CV-like outputs that can be positive or negative, by
using the amplitude property of the note.
2023-11-21 08:54:07 -06:00
Jeff Epler
383f79718a
Merge pull request #8629 from dcooperdalrymple/synthio-note-loop
Add loop_start and loop_end properties to synthio.Note for waveshaping and sampling capabilities.
2023-11-21 08:53:49 -06:00
Dan Halbert
8c1a365de3
Merge pull request #8623 from bill88t/main
FireBeetle 2 ESP32-S3
2023-11-21 08:38:33 -05:00
Bill Sideris
71f953e906
Update CircuitPython_AXP313A 2023-11-21 14:48:29 +02:00
Bill Sideris
d467ef3f0b
Remove unused pin-init for fbs3
It's co-commit time.

Co-authored-by: Dan Halbert <halbert@halwitz.org>
2023-11-21 14:32:12 +02:00
Bill Sideris
a37e60f55c
Merge remote-tracking branch 'adafruit/main' 2023-11-21 05:07:26 +02:00
Bill Sideris
9bc3fe0dd5
Update CircuitPython_AXP313A 2023-11-21 05:06:59 +02:00
Dan Halbert
af1b8799a4 fix heap warning in espressif Adapter.c;fix error codes 2023-11-20 20:05:43 -05:00
Dan Halbert
f3920c49dc
Merge pull request #8641 from weblate/weblate-circuitpython-main
Translations update from Hosted Weblate
2023-11-20 13:55:40 -05:00
jessyjones
b6c925887b
Translated using Weblate (French)
Currently translated at 98.6% (990 of 1004 strings)

Translation: CircuitPython/main
Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2023-11-20 17:56:17 +01:00
Dan Halbert
1e9b86d46c
Merge pull request #8640 from jepler/translations-msgmerge-manually
Fix translations so that %S et al are not offered for translation
2023-11-20 11:41:24 -05:00
Jeff Epler
0fe750269f
Documentation improvements 2023-11-20 10:36:50 -06:00
dcooperdalrymple
55db6b7947 Added SYNTHIO_WAVEFORM_SIZE definition, renamed 'loop_...' to 'waveform_loop_...', added 'ring_waveform_loop_...` parameters, and updated docstrings. 2023-11-20 09:50:03 -06:00
Jeff Epler
b6fb5e6455
Fix translations so that %S et al are not offered for translation
In #8639 Dan noticed that weblate was still offering "%S" as a string
to translate. I don't understand why this occurs, because the string
is no longer in circuitpython.pot; so weblate should move it to the
"fuzzy" section of the .po files when it synchronizes them.

I also noticed that the "%02X" string should never be localized and
moved it to synthetic.pot.

After making that change, I ran "make translate" followed by
"make msgmerge"; normally we rely on weblate running this step, but for
whatever reason this is not the case this time.

This change looks bigger than it really is because msgmerge totally
re-ordered the "fuzzy messages" section of each po file.

After this, I will force reset weblate back to match our main branch again
and re-open translations on weblate.
2023-11-20 08:55:50 -06:00
Jeff Epler
5ae2909d81
Merge pull request #8625 from RetiredWizard/matouch1024
Updates for Makerfabs TFT 7" touch dotclock panel
2023-11-19 15:55:08 -06:00
mrangen
798ea18896 board configured for Rev0.2 2023-11-19 11:26:17 -07:00
mrangen
9b5795ced8 test 2023-11-19 11:26:17 -07:00
Bill Sideris
6fd2b62d60
Update CircuitPython_AXP313A 2023-11-19 19:18:34 +02:00
Michael Rangen
f45046bb11
Merge branch 'adafruit:main' into add-raspberry-breadstick 2023-11-18 12:30:42 -07:00
Bill Sideris
8c7877298a
Merge remote-tracking branch 'adafruit/main' 2023-11-18 18:51:35 +02:00
Dan Halbert
1374a15761
Merge pull request #8633 from jepler/fix-frozen-modules-build
Fix build error when frozen modules are updated
2023-11-18 11:50:32 -05:00
Bill Sideris
3478b09629
Merge remote-tracking branch 'jepler/fix-frozen-modules-build' 2023-11-18 17:48:18 +02:00
Jeff Epler
3a68d2f621
Fix build error when frozen modules are updated
When a frozen module was added or updated, a build error would occur
during CI: `KeyError: 'FROZEN_MPY_DIRS'`.

In e40abda1bc I decided that it should be an error if all the expected
keys were not defined in the board settings dict. I made this change
and all seemed to be well; however, my testing did not exercise the
case that a frozen module was changed.

It turns out that FROZEN_MPY_DIRS was not being set in the board settings
dict because the output of print-FROZEN_MPY_DIRS was "FROZEN_MPY_DIRS ="
(which does not match the regular expression) instead of
"FROZEN_MPY_DIRS = " (with a trailing space).

This change fixes the problem by ensuring that an undefined or empty
variable still prints with a space character after the equal character.

Tested by running locally:
```
python3 -c 'import shared_bindings_matrix; print(shared_bindings_matrix.get_settings_from_makefile("ports/atmel-samd", "trinket_m0")["FROZEN_MPY_DIRS"])'
```
(prints a blank line, expected)

as well as simulating a change to the asyncio frozen submodule:
```
python3 -c 'import shared_bindings_matrix; print(shared_bindings_matrix.get_settings_from_makefile("ports/atmel-samd", "trinket_m0")["FROZEN_MPY_DIRS"])'
```
(which will build the elecfreaks_picoed board)
2023-11-18 09:43:36 -06:00
Bill Sideris
4934ae2954
Introduce some comments and formatting changes to escape ci bug 2023-11-18 13:44:09 +02:00
Bill Sideris
dc031fcee7
Update CircuitPython_AXP313A 2023-11-18 13:32:27 +02:00
Bill Sideris
a05259db00
Add CircuitPython_AXP313A 2023-11-18 13:09:01 +02:00