| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-31 | Merge pull request #4522 from tannewt/ble_fixup7.0.0-alpha.06.2.0-rc.0 | Dan Halbert | |
| Fix central pairing and crash on clear | |||
| 2021-03-31 | Fix central pairing and crash on clear | Scott Shawcroft | |
| The list_clear would crash if we tried to clear a NULL list. (It can happen if we haven't tried to discover any services.) | |||
| 2021-03-31 | Merge pull request #4518 from jepler/fix-bogus-assertion | Dan Halbert | |
| mimxrt10xx: Fix bogus assertion. | |||
| 2021-03-31 | raspberypi: Allow mpconfigboard to override additional items | Jeff Epler | |
| This allows more options to be overridden to 0 in an mpconfigboard.mk. Improved: * FRAMEBUFFERIO, FULL_BUILD, BITOPS, PWMIO, RGBMATRIX, OTARYIO, PULSEIO, WATCHDOG Still problematic (pull requests welcome): * RP2PIO & NEOPIXEL_WRITE, possibly only if a status neopixel is defined * BITBANGIO, possibly only if BUSIO is enabled * RTC Incidentally, with RP2PIO & NEOPIXEL_WRITE, BITBANGIO, and RTC re-enabled I get ``` 323956 bytes used, 720524 bytes free in flash firmware space out of 1044480 bytes (1020.0kB). 12072 bytes used, 250072 bytes free in ram for stack and heap out of 262144 bytes (256.0kB). ``` Closes #4515 | |||
| 2021-03-31 | mimxrt10xx: Fix bogus assertion. | Jeff Epler | |
| .. as noted by @d-c-d | |||
| 2021-03-30 | mimxrt1011: UART: Add additional error checking | Jeff Epler | |
| .. and make the 'invalid pin' messages standard. Closes #4502 | |||
| 2021-03-29 | Merge pull request #4508 from dhalbert/rp2040-calc-sda-hold-time | Scott Shawcroft | |
| Calculate RP2040 SDA hold time | |||
| 2021-03-29 | Merge pull request #4495 from tyomitch/patch-1 | Dan Halbert | |
| [ure] to save space, disable debug dumps by default | |||
| 2021-03-29 | Calculate RP2040 SDA hold time | Dan Halbert | |
| 2021-03-27 | Merge pull request #4468 from jepler/metro-m7-dup-pins | Jeff Epler | |
| remove duplicate RX/TX pin lines | |||
| 2021-03-26 | Merge pull request #4499 from dhalbert/rp2040-lengthen-sda-tx-hold-time | Limor "Ladyada" Fried | |
| Length RP2040 I2C SDA hold time | |||
| 2021-03-26 | Incorporate https://github.com/adafruit/pico-sdk/pull/2 | Dan Halbert | |
| 2021-03-26 | [ure] to save space, disable debug dumps by default | Artyom Skrobov | |
| Has to stay enabled in unix port for the sake of tests/extmod/ure_debug.py | |||
| 2021-03-26 | Parenthesize double-division for clarity | Jeff Epler | |
| 2021-03-26 | mimxrt10xx: Use the proper "betweenTransferDelay" (et al) values | Jeff Epler | |
| Set the betweenTransferDelay to the SCK low-time, to avoid long pauses between bytes (transfers) while preventing the last SCK cycle in a byte from being a runt pulse. Compared to an earlier revision of this change, which just set the delays all to zero, this doesn't break using an AirLift, which was sensitive to the runt pulses (the simple loopback-wire test didn't detect the problem) | |||
| 2021-03-26 | mimxrt10xx: Factor out "transfer_common" | Jeff Epler | |
| .. and set the "MasterPcsContinuous" flag, which removes some of the gap between bytes of a single SPI transaction | |||
| 2021-03-26 | Freeze ESP32SPI into mimxrt1011_evk | Jeff Epler | |
| .. so that it is more conveniently like the metro m7 for my testing | |||
| 2021-03-26 | mimxrt10xx: busio: cap SPI baudrate at 30MHz per datasheet | Jeff Epler | |
| 2021-03-25 | Merge pull request #4378 from Gadgetoid/patch-remove-rp2040-i2c-bitbang | Dan Halbert | |
| RP2040: Remove short-write bitbang from I2C | |||
| 2021-03-25 | Fix 16MB Winbond names | Scott Shawcroft | |
| 2021-03-25 | Switch devices.h to nvm.toml data | Scott Shawcroft | |
| 2021-03-25 | Merge pull request #4474 from jepler/fix-spi-frequency | Scott Shawcroft | |
| mimxrt: SPI: Set the TCR value returned by MasterBaudSetRate | |||
| 2021-03-24 | Use GCC @file to shorten linker command length | Scott Shawcroft | |
| This hopefully fixes linking on Windows with cmd.exe | |||
| 2021-03-24 | mimxrt: SPI: Set the TCR value returned by MasterBaudSetRate | Jeff 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-23 | remove duplicate RX/TX pin lines | Jeff Epler | |
| 2021-03-23 | Merge pull request #4446 from tannewt/rp2040_flash | Dan Halbert | |
| Switch RP2040 flash settings to nvm.toml | |||
| 2021-03-23 | Merge pull request #4465 from anecdata/udp_server | Lucian Copeland | |
| swap recvfrom_into() port byte-order | |||
| 2021-03-23 | Improve Winbond naming and correct board settings | Scott Shawcroft | |
| 2021-03-22 | swap recvfrom_into() port byte-order | anecdata | |
| 2021-03-22 | Merge remote-tracking branch 'adafruit/main' into rp2040_flash | Scott Shawcroft | |
| 2021-03-22 | Fix doc build and address feedback | Scott Shawcroft | |
| 2021-03-21 | qtpy is more of a button than a switch! add itsybitsy rev C files | lady ada | |
| 2021-03-21 | add USBBOOT switch, move RX pin, re-enable UART (tested) | lady ada | |
| 2021-03-20 | Merge pull request #4449 from ladyada/main | Limor "Ladyada" Fried | |
| adventure together with rotary trinkey | |||
| 2021-03-20 | adventure together with rotary trinkey | lady ada | |
| 2021-03-19 | Add requirements-dev.txt for python deps | Scott Shawcroft | |
| 2021-03-19 | Merge pull request #4442 from jepler/m7-reboot-bootloader | Jeff Epler | |
| mimxrt1011: Fix reset-to-bootloader | |||
| 2021-03-19 | Merge pull request #4443 from jepler/evk-pins-dnp | Jeff Epler | |
| imxrt1010_evk: Delete pins that are not connected | |||
| 2021-03-19 | Merge pull request #4441 from jepler/metro_m7_4mb | Limor "Ladyada" Fried | |
| metro m7: another place to fix flash capacity | |||
| 2021-03-19 | imxrt1010_evk: Delete pins that are not connected | Jeff Epler | |
| There are DNP resistors on the MIMXRT1010-EVK board (see SCH-45852) that lead to these pins on the arduino-style header not being connected through. In theory someone could populate them, but as it the presence of these names in the pins module caused problems when they didn't work as expected. Closes #3012 | |||
| 2021-03-19 | mimxrt1011: Fix reset-to-bootloader | Jeff Epler | |
| The definition of DBL_TAP_REG must match tinyuf2 | |||
| 2021-03-19 | fix stm compiler error | Dan Halbert | |
| 2021-03-19 | update flash chip comment | Jeff Epler | |
| 2021-03-19 | Fix PWMOut non-error handling and never reset | Dan Halbert | |
| 2021-03-19 | another place to fix flash capacity | Jeff Epler | |
| 2021-03-19 | fix display rotation and position | Dan Halbert | |
| 2021-03-18 | make translate; fix display pins | Dan Halbert | |
| 2021-03-18 | correct PID | Dan Halbert | |
| 2021-03-18 | update funhouse pins for latest rev b | Dan Halbert | |
| 2021-03-18 | merge from upstream | Dan Halbert | |
