summaryrefslogtreecommitdiff
path: root/ports/atmel-samd/common-hal
AgeCommit message (Expand)Author
2018-11-03Adding the serial_bytes_available() method to the 3.x branchATMakersBill
2018-09-18Clock the SAMD21 much faster so it can actually convert at its maxScott Shawcroft
2018-09-12UART fixes and enhancements; default board object fixDan Halbert
2018-09-12When UART timeout of zero is given, make read() return data already availablePaul Kierstead
2018-09-11PWMOut was not claming channels on shared TCCsDan Halbert
2018-08-24 adjust SAMD51 neopixel_write timingJerry Needell
2018-08-20Speed up zero neopixel pulses.Scott Shawcroft
2018-08-08atmel-samd: UART: allocate rx buffer in long-lived regionJeff Epler
2018-08-07Merge pull request #1096 from tannewt/tune_neopixelDan Halbert
2018-08-07Retune neopixel timings on SAMD51. They were too slow.Scott Shawcroft
2018-07-09must set pull after setting direction with gpio_set_pin routinesDan Halbert
2018-06-28fix OneWire timing and DigitalInOut.switch_to_input()Dan Halbert
2018-06-15Split out the peripherals library in preparation of sharing with MakeCode.Scott Shawcroft
2018-06-12Correct UART reads to return error on timeout.Scott Shawcroft
2018-06-12PDMIn: turn serializer on when starting DMADan Halbert
2018-06-08Merge pull request #901 from tannewt/pulseio_too_fastDan Halbert
2018-06-08Use bool not int.Scott Shawcroft
2018-06-08Prevent freezing USB during high frequency PulseIn.Scott Shawcroft
2018-06-08Check for PDMIn DMA getting stuck.Dan Halbert
2018-06-01Adapt for feedback and hack around pIRkey size constraint.Scott Shawcroft
2018-06-01redo state algorithmDan Halbert
2018-06-01atmel-samd: Make ticks more atomic.Scott Shawcroft
2018-06-01atmel-samd: Add rotary encoder support.Scott Shawcroft
2018-06-01atmel-samd: Re-org helper peripheral files into their own subdirectory.Scott Shawcroft
2018-06-01Turn off timer on AudioOut deinit.Scott Shawcroft
2018-05-22Correctly reset the PTCScott Shawcroft
2018-05-22Fixup gclk initScott Shawcroft
2018-05-22Turn on touchio for M0 boards. M4 will come later once its supportedScott Shawcroft
2018-05-16Merge pull request #838 from rhooper/masterScott Shawcroft
2018-05-16Merge pull request #829 from jerryneedell/jerryn_i2cScott Shawcroft
2018-05-15disable pins on trinket_m0 so that we can free a fair bit of flash - Issue #840Roy Hooper
2018-05-14Fix for Issue #770 - Provide a better error message when timers are still ava...Roy Hooper
2018-05-13 add timeout keyword to I2C - for bitbangio - ignored for busioJerry Needell
2018-05-10PBxx pins were not setting DRVSTR or reporting PULL properlyDan Halbert
2018-05-08Add pause/resume control to AudioOut and I2SOutScott Shawcroft
2018-05-02Merge pull request #789 from tannewt/pdmin3Dan Halbert
2018-05-02Reduce the buffer size back to what 2.x has. Increase was leftoverScott Shawcroft
2018-05-02Fix 8 bit recordings on CPX.Scott Shawcroft
2018-05-01Implement microcontroller.cpu.temperature on '21 and '51.Dan Halbert
2018-05-01atmel-samd: RTC: Improve precision when setting datetimeNoralf Trønnes
2018-05-01Re-enable PDMIn without ASF and using the helpers added withScott Shawcroft
2018-04-29atmel-samd: RTC: Improve precision when setting datetimeNoralf Trønnes
2018-04-23HID gamepad supportDan Halbert
2018-04-20 modify tick.c to simplify - remove interupt disable from common_hal_pulseio_...Jerry Needell
2018-04-19Merge remote-tracking branch 'origin/master' into jerryn_tickJerry Needell
2018-04-17 update tick.c (fix LOAD value) update PulseIn.c (do not enable interrupts fo...Jerry Needell
2018-04-16Merge pull request #745 from notro/time_rtcScott Shawcroft
2018-04-16 modify tick.c to work when interrupts disabled - modify PulseIn.c to cast ar...Jerry Needell
2018-04-16atmel-samd: Add rtc module supportNoralf Trønnes
2018-04-13Turn on nvm in 3.0.Scott Shawcroft