| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-07-09 | must set pull after setting direction with gpio_set_pin routines | Dan Halbert | |
| 2018-07-03 | include RTC fix for SAMd51 in circuitpython build | mrmcwethy | |
| 2018-07-03 | Merge pull request #977 from dhalbert/update_crickit_libs-2 | Scott Shawcroft | |
| update crickit-related libs | |||
| 2018-07-03 | bring all frozen libraries up to date | Dan Halbert | |
| 2018-06-29 | remove unnecessary extern in nrf/mphalport.c | Dan Halbert | |
| 2018-06-29 | remove previously added esp8266/mphalport.{c,h} | Dan Halbert | |
| 2018-06-29 | implement mp_hal_delay_us() to not need interrupts, and use it | Dan Halbert | |
| 2018-06-29 | fix nrf and esp8266 builds for OneWire fix | Dan Halbert | |
| 2018-06-28 | fix OneWire timing and DigitalInOut.switch_to_input() | Dan Halbert | |
| 2018-06-26 | Freeze Adafruit_CircuitPython_Crickit into crickit builds | Dan Halbert | |
| 2018-06-20 | add pins D3/D4 to pins.c | jerryneedell | |
| fixes #948 | |||
| 2018-06-18 | Switch to Feather52s full name to avoid confusion with the nrf52840 later. | Scott Shawcroft | |
| Fixes #940 | |||
| 2018-06-16 | Merge pull request #938 from sommersoft/esp_busio_fix | Dan Halbert | |
| ESP8266: Fix pin locking during busio.SPI.configure | |||
| 2018-06-15 | Split out the peripherals library in preparation of sharing with MakeCode. | Scott Shawcroft | |
| 2018-06-15 | fixes #642; spi_init_gpio() is now bypassed for both construct and configure | sommersoft | |
| 2018-06-14 | Make Trinket M0 build fit; make RAMFS in vfs_fat_* tests be compliant with ↵ | Dan Halbert | |
| expected API | |||
| 2018-06-14 | Fix playing audio from SD card | Dan Halbert | |
| 2018-06-12 | Merge pull request #926 from nickzoic/circuitpython-nickzoic-716-pulseio-esp8266 | Scott Shawcroft | |
| Implement pulseio.PulseIn and PulseOut for ESP8266 #716 | |||
| 2018-06-12 | Correct UART reads to return error on timeout. | Scott Shawcroft | |
| This causes read to correctly return None instead of b''. Fixes #874 | |||
| 2018-06-12 | PDMIn: turn serializer on when starting DMA | Dan Halbert | |
| 2018-06-11 | Update to the latest ASF4 which includes an I2C timeout extension while ↵ | Scott Shawcroft | |
| waiting for clock stretching. Fixes #778 | |||
| 2018-06-10 | Merge pull request #919 from adafruit/jerryneedell-patch-2 | Dan Halbert | |
| fix #918 | |||
| 2018-06-10 | Fixes #918 (PulseIn.get_paused) ... | Nick Moore | |
| 2018-06-10 | Merge commit '2129bbe160278f7cd2cece939f81900a41f8aa86' into ↵ | Nick Moore | |
| circuitpython-nickzoic-716-pulseio-esp8266 | |||
| 2018-06-10 | Merge branch 'master' into circuitpython-nickzoic-716-pulseio-esp8266 | Nick Moore | |
| 2018-06-10 | return "false" for stub call | jerryneedell | |
| See #918 for discussion | |||
| 2018-06-10 | Update PulseIn.c | jerryneedell | |
| 2018-06-10 | fix #918 | jerryneedell | |
| Add stub for common_hal_pulseio_pulsein_get_paused to make ESP8266 build compatible with PR #901 | |||
| 2018-06-08 | Merge pull request #901 from tannewt/pulseio_too_fast | Dan Halbert | |
| Prevent freezing USB during high frequency PulseIn. | |||
| 2018-06-08 | Use bool not int. | Scott Shawcroft | |
| 2018-06-08 | Stub out get_paused in nrf builds. | Scott Shawcroft | |
| 2018-06-08 | Add code size analysis tool and shrink samd.clock a smidge. | Scott Shawcroft | |
| 2018-06-08 | Turn off USB pin objects since they are always used for USB. | Scott Shawcroft | |
| 2018-06-08 | Wait for the DFLL to be stable. | Scott Shawcroft | |
| 2018-06-08 | Support M4 | Scott Shawcroft | |
| 2018-06-08 | Prevent freezing USB during high frequency PulseIn. | Scott Shawcroft | |
| We now track the last time the background task ran and bail on the PulseIn if it starves the background work. In practice, this happens after the numbers from pulsein are no longer accurate. This also adjusts interrupt priorities so most are the lowest level except for the tick and USB interrupts. Fixes #516 and #876 | |||
| 2018-06-08 | Check for PDMIn DMA getting stuck. | Dan Halbert | |
| 2018-06-08 | Work on pulseio.PulseOut for #716 ESP8266 | Nick Moore | |
| Switch to ets_delay_us but the PWM is still way too slow to be useful. | |||
| 2018-06-08 | Clean up interrupt handling for pulseio.PulseIn implementation for #716 ESP8266 | Nick Moore | |
| 2018-06-08 | Initial pulseio.PulseOut implementation for #716 ESP8266 | Nick Moore | |
| 2018-06-08 | Initial pulseio.PulseIn implmentation for #716 ESP8266 | Nick Moore | |
| 2018-06-07 | Add Adafruit to other M4 board name strings | Kattni Rembor | |
| 2018-06-07 | Add Adafruit to board name string | Kattni Rembor | |
| 2018-06-07 | Update ItsyBitsy board name to one word | Kattni Rembor | |
| 2018-06-05 | Feather M0 Express build with Crickit libraries | Dan Halbert | |
| 2018-06-05 | Merge pull request #898 from dhalbert/feather_m4_d4 | Dan Halbert | |
| add PA14 as D4 to Feather M4 Express | |||
| 2018-06-05 | add PA14 as D4 to Feather M4 Exprses | Dan Halbert | |
| 2018-06-04 | Merge pull request #891 from godlygeek/low_flash_errno_fixes | Scott Shawcroft | |
| Human readable OSError messages for low flash devices | |||
| 2018-06-02 | Use the system errno's on nrf | Matt Wozniski | |
| 2018-06-01 | Use the external crystal on SAMD21 again. | Scott Shawcroft | |
| Also, re-enable calibration storage for CircuitPlayground Express. Tested with a 500hz PWMOut on Metro M0 with Saleae: * with crystal 500hz * with usb 500hz +- 0.1hz * without either 487hz += 0.1hz SAMD51 is skipped due to DFLL errata and the fact it defaults to a factory calibrated 48mhz that works fine for USB. Fixes #648 | |||
