#
avr
Here are 1,873 public repositories matching this topic...
dgryski
commented
Dec 20, 2021
~/go/src/go.googlesource.com/go/src/compress/flate $ tinygo test -c compress/flate && ./flate.test
~/go/src/go.googlesource.com/go/src/compress/flate $ go test -c && ./flate.test
PASS
good first issue
Good for newcomers
A professional collaborative platform for embedded development 👽
iot
arduino
esp8266
avr
unit-testing
arm
microcontroller
embedded
fpga
esp32
ide
mbed
platformio
debug
freertos
verilog
cmsis
risc-v
stm32cube
zephyr-rtos
-
Updated
May 18, 2022 - Python
ATTiny usb bootloader with a strong emphasis on bootloader compactness.
-
Updated
Feb 18, 2022 - C
Arduino core for ATtiny 1634, 828, x313, x4, x41, x5, x61, x7 and x8
-
Updated
Apr 17, 2022 - C
revoxhere
commented
Aug 19, 2021
If you have an outdated ESP32 core, you will probably see the message like this while compiling the code:
ResolveLibrary(sha/sha_parallel_engine.h)
-> candidates: []ESP32_Code:59:85: fatal error: sha/sha_parallel_engine.h: No such file or directory
#include "sha/sha_parallel_engine.h" // Include hardware accelerated hashing library
^
compilation terminated.
Arduino hardware package for ATmega8, ATmega48, ATmega88, ATmega168, ATmega328 and ATmega328PB
-
Updated
Mar 9, 2022 - C++
A FreeRTOS Library for all Arduino AVR Devices (Uno, Leonardo, Mega, etc)
-
Updated
May 18, 2022 - C
Start your Arduino projects right out of the box
-
Updated
Jul 8, 2021 - Makefile
modm: a C++20 library generator for AVR and ARM Cortex-M devices
avr
microcontroller
embedded
generator
microcontrollers
cortex-m
cpp
data-driven
stm32
hal
drivers
eurobot
modm
-
Updated
May 18, 2022 - C++
embedded-hal abstractions for AVR microcontrollers
-
Updated
May 15, 2022 - Rust
Arduino hardware package for ATmega1284, ATmega644, ATmega324, ATmega324PB, ATmega164, ATmega32, ATmega16 and ATmega8535
arduino
avr
microcontroller
atmel
atmega1284
atmega644
atmega324
atmega164
atmega32
atmega16
atmega8535
atmega324pb
-
Updated
Dec 20, 2021 - C++
A lightweight, secure, easy-to-use crypto library suitable for constrained environments.
-
Updated
May 10, 2022 - C
Self-hosting metacompiled Forth, bootstrapping from a few lines of C; targets Linux, Windows, ARM, RISC-V, 68000, PDP-11, asm.js.
linux
programming-language
avr
arm
interpreter
cortex-m
compiler
self-hosted
riscv
forth
x86
msp430
pdp11
metacompiler
m68k
asmjs
6502
risc-v
8051
-
Updated
Mar 31, 2022 - Forth
B2R2 is a collection of useful algorithms, functions, and tools for binary analysis.
avr
fsharp
mips
binary
dotnet
x86-64
reverse-engineering
disassembler
mach-o
x86
binary-analysis
aarch64
cfg
evm
disassembly
elf-parser
pe-binaries
-
Updated
Mar 15, 2022 - F#
Arduino core for the tinyAVR 0/1/2-series - this is any ATtiny with 2, 4, 6, or 7 in the 1's place, 0, 1, or 2 in the tens, and the flash size in the remaining digits. LIBRARY AUTHORS - Does your library have issues with this core? Please touch base w/me so we can ensure a solution that works on all parts and won't be broken by future changes
-
Updated
May 18, 2022 - C
Homebrew AVR Toolchain
-
Updated
Feb 15, 2022 - Ruby
A soil humidity level sensor based on ATTINY44. Uses capacitive sensing.
-
Updated
Sep 30, 2021 - Jupyter Notebook
The free embedded operating system.
arduino
avr
embedded
sam
operating-system
freertos
arduino-library
mcu
operating-systems
multitasking
rtos
samd
-
Updated
May 3, 2022 - C
Arduino (8-bit AVR) simulator, written in JavaScript and runs in the browser / Node.js
-
Updated
May 17, 2022 - TypeScript
Arduino hardware package for ATmega64, ATmega128, ATmega640, ATmega1280, ATmega1281, ATmega2560, ATmega2561, AT90CAN32, AT90CAN64 and AT90CAN128
arduino
avr
atmel
atmega128
boards-manager
atmega64
atmega640
atmega1280
atmega1281
atmega2560
atmega2561
at90can128
at90can32
at90can64
-
Updated
Apr 27, 2022 - C++
Logic Analyzer, for Arduino, AVR, ESP8266 and STM32 with a very nice working processing interface, you could run it also on any Android device.
-
Updated
Jun 6, 2019 - C++
A set of various projects based on ESP8266, ESP32, ATtiny13, ATtiny85, ATtiny2313, ATmega8, ATmega328, ATmega32, STM32 and more.
arduino
esp8266
avr
microcontroller
programming
cpp
code
examples
electronics
esp32
stm32
atmega32
atmega8
attiny85
avr-programming
avr-gcc
avrdude
stlink
ansi-c
attiny13
-
Updated
Dec 22, 2021 - C
open source bare-metal C firmware and documentation for microcontrollers
-
Updated
May 9, 2022 - C
Improve this page
Add a description, image, and links to the avr topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the avr topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
No response
Are you looking for hardware support?
No response
Describe the feature you want
I use POWER_LOSS_RECOVERY (along with NOZZLE_PARK_FEATURE) to save the current job state on the SD card. That way, I can turn off my printer overnight and resume the next day, for obvious safety concerns.
I noticed this m