Skip to content
#

avr

Here are 1,411 public repositories matching this topic...

niaow
niaow commented Jul 6, 2020

In order for interrupt-based wake-ups (as introduced by #1142) to work concurrently with time.Sleep, we need to make some per-board changes.

Previously, sleepTicks (the function used as an interface between the scheduler and the hardware timer) was defined to block until the timer completed, since there was nothing else to do. Now we need to change this so that it bails out when an interrup

davidlenfesty
davidlenfesty commented Aug 9, 2020

I'm trying to use SPI to read off an SD card, and part of the requirements of an SD card is that it needs to initialize at 100-400kHz, but then you can run it faster afterwards.

I'm using embedded-sdmmc, and it allows you to reconfigure the peripheral after initializing through a function. However as this HAL currently exists, there is no way to do that other than releasing the existing insta

Improve this page

Add a description, image, and links to the avr topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the avr topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.