Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Gemini 3 and 200+ AI Models on One Platform
Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
This project is a general AVRbootloader, for different type of AVR device, all you need to do is modify macro definition, and you don not need to modify the main program.
A command-line programmer for Atmel USB microcontrollers
A multi-platform command-line programmer for Atmel (8051, AVR, XMEGA & AVR32) chips with a USB bootloader supporting ISP. This is a mostly Device Firmware Update (DFU) 1.0 compliant user-space application.
This project has now migrated to GitHub. You can find the new repository at https://github.com/dfu-programmer/dfu-programmer
Universal bootloader for Atmel AVR chips. Main features:
- small size (<2kB);
- flash 16-bit CRC check (flash read is not required);
- can test Application flash with CRC before starting it;
- interrupts driven (no dead loops);
- TEA encryption support;
- command line programmer written in plain C.
Set of various C-routines for Atmel AVR MCUs, packed in several libraries, with fancy Makefile system for easy integration with user projects. Contains functions for UART, SPI, HD44780 or T6963C LCD\'s, Dallas 1-Wire bus, AVRbootloader and more.
This is a fancy bootloader for devices with Atmel's AVR 8Bit architecture. It shall update the controllers firmware by reading a fresh one from SD-Card. It is based on code published at http://www.mikrocontroller.net/articles/AVR_FAT32 .