summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-02Merge pull request #3109 from pewpew-game/fluff_m0masterScott Shawcroft
Fluff M0: additional pins on version 1.3 of the board
2020-07-02Fluff M0: additional pins on version 1.3 of the boardRadomir Dopieralski
2020-06-09Merge pull request #3020 from DavePutz/issue2958Scott Shawcroft
Issue #2958 Correct calculation of subticks being returned from port_get_raw_ticks() for esp32s2
2020-06-09Redid formula for calculating subticksDavePutz
changed subticks calculation to give a range from 0 to 32767.
2020-06-08Merge pull request #3017 from Nicell/nice_nano5.4.0-beta.1Scott Shawcroft
Add nice!nano board support
2020-06-08Merge pull request #3002 from weblate/weblate-circuitpython-masterJeff Epler
Translations update from Weblate
2020-06-08Correct ticks being returned from port_get_raw_ticks()DavePutz
Issue #2958 . Correct calculation of usec back to ticks in port_get_raw_ticks().
2020-06-08Merge pull request #6 from adafruit/masterDavePutz
updating from adafruit
2020-06-08Translated using Weblate (French)aberwag
Currently translated at 100.0% (764 of 764 strings) Translation: CircuitPython/master Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/fr/
2020-06-08Update translation filesHosted Weblate
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: CircuitPython/master Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/
2020-06-08Translated using Weblate (Swedish)Jonny Bergdahl
Currently translated at 100.0% (764 of 764 strings) Translation: CircuitPython/master Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/sv/
2020-06-07Merge pull request #3009 from hierophect/stm32-LSE-startup-fixScott Shawcroft
STM32: Rework LSE clock init, allow clock overrides
2020-06-06Merge pull request #3006 from sommersoft/update_cpboard_pysommersoft
Fix Backwards Logic of 'wait_for_response' In #3005
2020-06-05Add nice!nano board supportNick
2020-06-06Merge pull request #3015 from hierophect/mimxrt-1060-resetarturo182
mimxrt10xx: fix issues with resets on the 1060 boards
2020-06-05Fix pin macros typo, add extra flash protectionLucian Copeland
2020-06-05Override HAL_Delay and HAL_GetTickLucian Copeland
2020-06-05Merge pull request #3001 from hierophect/mimxrt-teensy-bootScott Shawcroft
mimxrt10xx: Disable pin_reset on 1060 boards
2020-06-04Merge remote-tracking branch 'upstream/master' into stm32-LSE-startup-fixLucian Copeland
2020-06-04Add temporary fix warningLucian Copeland
2020-06-04Rework LSE clock init, allow clock overridesLucian Copeland
2020-06-03tools/cpboard.py: fix backwards logic of 'wait_for_response' in #3005sommersoft
2020-06-03Merge pull request #3005 from sommersoft/update_cpboard_pyJeff Epler
Update cpboard.py
2020-06-03tools/cpboard.py: run black formattersommersoft
2020-06-03tools/cpboard.py: update pyserial usage to match 3.x versionsommersoft
2020-06-03tools/cpboard.py: change 'async' variable usage; 'async' became a keyword in ↵sommersoft
CPython 3.7
2020-06-03Merge pull request #2981 from Flameeyes/masterScott Shawcroft
Set up basic integration with pre-commit.
2020-06-03Merge pull request #3000 from weblate/weblate-circuitpython-masterScott Shawcroft
Translations update from Weblate
2020-06-03Disable pin resets on the 1060Lucian Copeland
2020-06-03Add a pre-commit configuration to enforce basic file hygiene.Diego Elio Pettenò
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
This can be enforced by pre-commit, but correct it separately to make it easier to review.
2020-06-03Update CODE_OF_CONDUCT.md from source-of-truth repository.Diego Elio Pettenò
2020-06-02Update teensy 4.0/4.1 pin protectionsLucian Copeland
2020-06-02Translated using Weblate (Swedish)Jonny Bergdahl
Currently translated at 100.0% (764 of 764 strings) Translation: CircuitPython/master Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/sv/
2020-06-02Merge pull request #2995 from weblate/weblate-circuitpython-masterScott Shawcroft
Translations update from Weblate
2020-06-02Translated using Weblate (Dutch)_fonzlate
Currently translated at 100.0% (764 of 764 strings) Translation: CircuitPython/master Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/nl/
2020-06-02Translated using Weblate (French)Jeff Epler
Currently translated at 99.8% (763 of 764 strings) Translation: CircuitPython/master Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/fr/
2020-06-02Update translation filesHosted Weblate
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: CircuitPython/master Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/
2020-06-02Translated using Weblate (Dutch)_fonzlate
Currently translated at 100.0% (757 of 757 strings) Translation: CircuitPython/master Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/nl/
2020-06-02Update translation filesHosted Weblate
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: CircuitPython/master Translate-URL: https://hosted.weblate.org/projects/circuitpython/master/
2020-06-02Merge pull request #2996 from jepler/mixer-bugfixesScott Shawcroft
audiomixer: Fix garbled playback when voice 0 is stopped, audio pops
2020-06-02Merge pull request #2933 from simmel-project/wdt-nrfScott Shawcroft
Add Watchdog timer and add support for NRF watchdog
2020-06-02Merge pull request #2997 from xobs/litex-double-initJeff Epler
litex: remove call to `board_init()`
2020-06-02litex: remove call to `board_init()`Sean Cross
These calls were all moved into `main.c`, however this call was not removed from litex. As a result, litex was calling `board_init()` twice. This is currently not a problem, as `fomu` is able to be initialized twice without issue, however future boards may have issue with this. This fixes #2991. Signed-off-by: Sean Cross <sean@xobs.io>
2020-06-01audiomixer: Fix garbled playback when voice 0 is stopped, audio popsJeff Epler
There were two main problems - word_buffer was being filled as though with unsigned samples, but during mixing all samples are kept in signed mode - If the first buffer was stopped, the voices_active flag got set anyway, even though the output buffer wasn't initialized yet, so the samples were mixed with indeterminate data We also cover the case where no buffer was playing, and ensure the output buffer is filled. This now works much better. Tested on neotrellis m4 playing back 4 mp3 streams at a time in signed-16, 22050Hz
2020-06-01Update translationsScott Shawcroft
2020-06-01Merge remote-tracking branch 'adafruit/master' into wdt-nrfScott Shawcroft
2020-06-01Merge pull request #2992 from jepler/update-ulabScott Shawcroft
Update ulab
2020-06-01Merge pull request #2890 from jepler/nrf-audio-tickScott Shawcroft
nrf: put supervisor enable/disable tick in place
2020-06-01Merge pull request #2979 from hierophect/stm32-remove-crystalsScott Shawcroft
STM32: Set correct crystal settings on Discovery boards