summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-12Merge pull request #4387 from dhalbert/esp32s2-i2c-bugDan Halbert
Esp32-S2 I2C fixes
2021-03-12[vfs_fat_diskio] pdrv is not a drive number since f5f4cdae89Artyom Skrobov
2021-03-12Merge pull request #4389 from weblate/weblate-circuitpython-mainJeff Epler
Translations update from Weblate
2021-03-12put back pullup settingDan Halbert
2021-03-12Merge remote-tracking branch 'origin/main' into mainHosted Weblate
2021-03-11Merge pull request #4390 from dhalbert/board-i2c-clock-stretchDan Halbert
correct clock stretch timeout for board.I2C()
2021-03-11Fix after rebasegamblor21
2021-03-12Translated using Weblate (Spanish)Alvaro Figueroa
Currently translated at 100.0% (975 of 975 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
2021-03-11correct clock stretch timeout for board.I2C()Dan Halbert
2021-03-11Changed frequency to match PIO having 2 instructionsgamblor21
2021-03-11Set frequency default 60Mhzgamblor21
2021-03-11Set the statemachine to never reset so REPL worksgamblor21
2021-03-11Updated to initalize pindirsgamblor21
2021-03-11Added frequency to parallel displaygamblor21
2021-03-11Add frequency support to parallel busgamblor21
2021-03-11Removing debug info and clean upgamblor21
2021-03-11Initial commitgamblor21
2021-03-11move to esp-idf PR mergeDan Halbert
2021-03-11Move input checks to shared-module, update docstringsKevin Matocha
2021-03-11fix unnecessary statement order changeDan Halbert
2021-03-11Merge remote-tracking branch 'adafruit/main' into esp32s2-i2c-bugDan Halbert
2021-03-11Merge pull request #4380 from jepler/rp2040-audiomp3Jeff Epler
raspberrypi: Enable mp3 playback
2021-03-11Merge pull request #4383 from hierophect/stm32-uart-dereserveScott Shawcroft
STM32: Fix UART deinit
2021-03-11Merge pull request #4385 from hierophect/stm32-f407-canScott Shawcroft
STM32: add all F405 modules to F407
2021-03-11Merge pull request #4386 from kamtom480/spi_and_i2cScott Shawcroft
spresense: minor i2c and spi fixes
2021-03-11Merge pull request #4384 from dhalbert/disable-default-usb_cdcDan Halbert
disable default usb_cdc
2021-03-11Merge remote-tracking branch 'adafruit/main' into esp32s2-i2c-bugDan Halbert
2021-03-11use fixed esp-idfDan Halbert
2021-03-11spresense: fix spi to work with only one data pinKamil Tomaszewski
2021-03-11spresense: return error as positive value for i2cKamil Tomaszewski
2021-03-11Update F407 to match F405Lucian Copeland
2021-03-11disable default usb_cdcDan Halbert
2021-03-11Fix UART deinitLucian Copeland
2021-03-11Merge pull request #4379 from jepler/rp2040-rtcJeff Epler
raspberrypi: RTC: Ensure a time is set
2021-03-11use return values in STM PWMOut constructor, not exceptionsDan Halbert
2021-03-10raspberrypi: RTC: Ensure a time is setJeff Epler
Until a time is set, the RTC is not running, and rtc_get_datetime() returns false without assigning to the out-parameter. In CircuitPython, this would manifest as arbitrary values being returned, since uninitialized storage on the stack was being converted into a timestamp.
2021-03-10Merge pull request #4350 from nitz/board-add-sparkfun-micromod-nrf52840Scott Shawcroft
Add new nRF port for SF MicroMod nRF52840.
2021-03-10raspberrypi: Enable mp3 playbackJeff Epler
The rp2040 is _very_ marginal for mp3 playback, and currently sometimes triggers a bug that gives garbled audio output. However, it does work for some limited situations.
2021-03-10Merge pull request #43 from adafruit/mainDavePutz
Update from adafruit main
2021-03-10add fill_region and draw_line to bitmaptoolsKevin Matocha
2021-03-10Merge pull request #4375 from hathach/rp2040-double-tap-uf2Scott Shawcroft
rp2040 add double reset to uf2
2021-03-10clean uphathach
2021-03-10rp2040 add double reset to uf2, also update pico-sdk to 1.1.0hathach
2021-03-09fix trailing whitespaceDavePutz
2021-03-09Merge pull request #4366 from weblate/weblate-circuitpython-mainScott Shawcroft
Translations update from Weblate
2021-03-09SDIO/QSPI pin names. ¯\_(ツ)_/¯nitz
2021-03-09Update pins, remove unused defs from board config.nitz
2021-03-09Update pins, remove unused defs from board config.nitz
2021-03-09Moved pin wait to an initial execDavePutz
2021-03-09Fix the mpconfigboard.mk that was screwy?nitz