atsamd
atsamd copied to clipboard
Target atsamd microcontrollers using Rust
- Feature Name: clocking\_api\_v2 - Start Date: 2021-04-16 - Authors: @bradleyharden, @vccggorski, @vcchtjader - RFC PR: [atsamd-rs/atsamd#XXXX](https://github.com/atsamd-rs/atsamd/pull/XXXX) # Summary [summary]: #summary New clocking API allowing to build a typesafe chain...
PR #591 bumped versions of dependencies. While the PR description described the bump as "minor," many of the crates that were bumped are in the leading-0 phase of semver, meaning...
I'm currently trying to get the arduino MKRZERO's builtin SD card reader to work. I've made sure my hardware works by uploading and running an arduino sketch and I've used...
As I noted in #603, PR #591 bumped a bunch of crates across what are effectively major version boundaries, because the crates are in the leading-zero phase of semver --...
# Summary Add a blinky_rtic example for arduino_mkrzero. I've adapted the example from the feather_m0 board for the arduino_mkrzero board. It's currently throwing a lot of warnings because of the...
I'm working on a SAMD21 based USB device, which does the USB work in the USB ISR, along the lines of the usb_echo example. The USB interrupt is set to...
I've been using the PWM interface for a bit now and there's some strangeness in it. I just want to make sure I'm not missing anything before I potentially look...
# Summary This Pull Request integrates the SAMD20J18A microcontroller: - It adds the SVD file and its XSL patches in the svd directory - It generates the corresponding pac -...
# Summary [describe your changes here] # Checklist - [x] `CHANGELOG.md` for the BSP or HAL updated - [x] All new or modified code is well documented, especially public items...
WIP Anyone got a thumbv7-based board they can test the timers/pwm on to make sure the new divider calcuations are correct?