summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-25Merge pull request #4474 from jepler/fix-spi-frequencyScott Shawcroft
mimxrt: SPI: Set the TCR value returned by MasterBaudSetRate
2021-03-25Merge pull request #4480 from tannewt/raspberrypi_link_line_lengthLimor "Ladyada" Fried
Use GCC @file to shorten linker command length
2021-03-25correct rectangle size dimensionsKevin Matocha
2021-03-25Merge pull request #4483 from Neradoc/implement-issue-4470Jeff Epler
Implement issue #4470
2021-03-25sort languages in a way that is not case sensitiveNeradoc
2021-03-24implement issue #4470Neradoc
move the language allow list to generate_download_info() and use it there too
2021-03-24Use GCC @file to shorten linker command lengthScott Shawcroft
This hopefully fixes linking on Windows with cmd.exe
2021-03-24mimxrt: SPI: Set the TCR value returned by MasterBaudSetRateJeff Epler
without this, the baud rate could be wrong; in my testing, it was low by a factor of 2 when requesating baudrate=1_000_000 (1MHz). When passing the baudrate in to LPSPI_MasterInit, the setting is made automatically, but LPSPI_MAster_SetBaudRate just returns it via the out-parameter tcrPrescaleValue.
2021-03-23remove duplicate RX/TX pin linesJeff Epler
2021-03-23Merge pull request #4446 from tannewt/rp2040_flashDan Halbert
Switch RP2040 flash settings to nvm.toml
2021-03-23Merge pull request #4397 from tyomitch/patch-1Jeff Epler
[spi_flash] handle reentrance gracefully
2021-03-23Merge pull request #4465 from anecdata/udp_serverLucian Copeland
swap recvfrom_into() port byte-order
2021-03-23Improve Winbond naming and correct board settingsScott Shawcroft
2021-03-23[spi_flash] handle reentrance gracefullyArtyom Skrobov
Report failure instead of deadlocking the device
2021-03-22swap recvfrom_into() port byte-orderanecdata
2021-03-22Checkout before installing depsScott Shawcroft
2021-03-22Merge pull request #4464 from kmatch98/transform_fixScott Shawcroft
update logic for displayio.TileGrid's transform_xy
2021-03-22Merge pull request #4462 from jepler/disable-usb-cdcScott Shawcroft
storage: Correct when we check for USB mounts
2021-03-22Merge remote-tracking branch 'adafruit/main' into rp2040_flashScott Shawcroft
2021-03-22Fix doc build and address feedbackScott Shawcroft
2021-03-22update logic for transform_xyKevin Matocha
2021-03-22make declatations of usb_msc_ routines conditionalJeff Epler
.. as suggested by @dhalbert
2021-03-22storage: Correct when we check for USB mountsJeff Epler
Closes #4417
2021-03-22Merge pull request #4460 from lyusupov/MX25R1635F_QSPI_FIXJeff Epler
fix for MX25R1635F QSPI mode of operation
2021-03-22fix for MX25R1635F QSPI mode of operationLinar Yusupov
2021-03-22Merge pull request #1 from adafruit/mainLinar Yusupov
update to most recent master
2021-03-21Merge pull request #4454 from jepler/bitmaptools-readinto-4bitJeff Epler
Fix reading 4-bit data
2021-03-21Merge pull request #4459 from ladyada/mainJeff Epler
add itsybitsy rp2040
2021-03-21Merge pull request #4458 from weblate/weblate-circuitpython-mainJeff Epler
Translations update from Weblate
2021-03-21fix sortlady ada
2021-03-21qtpy is more of a button than a switch! add itsybitsy rev C fileslady ada
2021-03-21Translated using Weblate (Portuguese (Brazil))Wellington Terumi Uemura
Currently translated at 100.0% (970 of 970 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/pt_BR/
2021-03-21Translated using Weblate (French)Hugo Dahl
Currently translated at 100.0% (970 of 970 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/fr/
2021-03-21Translated using Weblate (Spanish)Jose David M
Currently translated at 100.0% (970 of 970 strings) Translation: CircuitPython/main Translate-URL: https://hosted.weblate.org/projects/circuitpython/main/es/
2021-03-21Merge pull request #4456 from ladyada/mainLimor "Ladyada" Fried
QTPY RP2040 - add USBBOOT switch, move RX pin, re-enable UART (tested)
2021-03-21add USBBOOT switch, move RX pin, re-enable UART (tested)lady ada
2021-03-21hex may be more obviousJeff Epler
2021-03-21Fix reading 4-bit dataJeff Epler
2021-03-20Merge pull request #4432 from jepler/bitmap-dirty-improvementsJeff Epler
Bitmap dirty improvements
2021-03-20Merge pull request #4449 from ladyada/mainLimor "Ladyada" Fried
adventure together with rotary trinkey
2021-03-20adventure together with rotary trinkeylady ada
2021-03-19Merge pull request #4436 from weblate/weblate-circuitpython-mainLimor "Ladyada" Fried
Translations update from Weblate
2021-03-19off by one error in rotozoom dirty_areaKevin Matocha
2021-03-19Merge commit '40829d4cc85394513ca631cff23254344e29786c' of ↵Jeff Epler
https://github.com/kmatch98/circuitpython into bitmap-dirty-improvements
2021-03-19rotozoom: switch to using set_dirty_area + write_pixelJeff Epler
2021-03-19switch to > in displayio_area_canonKevin Matocha
2021-03-19Add requirements-dev.txt for python depsScott Shawcroft
2021-03-19Merge remote-tracking branch 'origin/main' into mainHosted Weblate
2021-03-19Merge pull request #4442 from jepler/m7-reboot-bootloaderJeff Epler
mimxrt1011: Fix reset-to-bootloader
2021-03-19Merge remote-tracking branch 'origin/main' into mainHosted Weblate