Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkwasniok/avr-db-sbus
Library for handling SBUS protocool on AVR DB family MCUs
https://github.com/pkwasniok/avr-db-sbus
avr avr-db embedded rc sbus
Last synced: about 15 hours ago
JSON representation
Library for handling SBUS protocool on AVR DB family MCUs
- Host: GitHub
- URL: https://github.com/pkwasniok/avr-db-sbus
- Owner: pkwasniok
- Created: 2024-06-28T17:42:40.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-29T10:23:33.000Z (5 months ago)
- Last Synced: 2024-06-29T11:24:46.184Z (5 months ago)
- Topics: avr, avr-db, embedded, rc, sbus
- Language: C
- Homepage:
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AVR DB Template
## Resources
### Datasheets
- [AVR DB Product Family](https://www.microchip.com/en-us/products/microcontrollers-and-microprocessors/8-bit-mcus/avr-mcus/avr-db)
- [AVR Instruction Set Manual](https://ww1.microchip.com/downloads/en/DeviceDoc/AVR-InstructionSet-Manual-DS40002198.pdf)### Tools
- [avr-gcc](https://gcc.gnu.org/wiki/avr-gcc)
- [avrdude](https://github.com/avrdudes/avrdude)### Atpacks
- [Microchip Packs Repository](https://packs.download.microchip.com/)## Versions
- avr-gcc - 14.1.0
- avrdude - 7.3
- avr-libc - 2.1.0-3
- Microchip AVR-Dx Series Device Support - 2.5.294## Usage
- `make build` - Build project
- `make upload` - Build and upload project to target device
- `make clean` - Clean build artefacts