..
examples
HAL_AVR: fixed example build
10 years ago
utility
HAL_AVR: renamed pins_arduino_mega.c to .cpp
11 years ago
AP_HAL_AVR.h
AP_HAL: added HAL_CPU_CLASS define for selecting algorithms
11 years ago
AP_HAL_AVR_Main.h
AP_HAL_AVR: main calls system_initialized
12 years ago
AP_HAL_AVR_Namespace.h
HAL_AVR: removed Console driver
12 years ago
AP_HAL_AVR_private.h
HAL_AVR: removed Console driver
12 years ago
AnalogIn.h
AP_HAL: added board_voltage AnalogIn method
11 years ago
AnalogIn_ADC.cpp
HAL_AVR: fixes for HAL_GPIO_ define change
11 years ago
AnalogIn_Common.cpp
AP_HAL: added board_voltage AnalogIn method
11 years ago
GPIO.cpp
HAL_AVR: fixes for HAL_GPIO_ define change
11 years ago
GPIO.h
AP_HAL: added hal.gpio->usb_connected() function
12 years ago
HAL_AVR_APM1_Class.cpp
HAL_AVR: no uartE
11 years ago
HAL_AVR_APM1_Class.h
AP_HAL: fixed argv declaration to match getopt()
12 years ago
HAL_AVR_APM2_Class.cpp
HAL_AVR: no uartE
11 years ago
HAL_AVR_APM2_Class.h
AP_HAL: fixed argv declaration to match getopt()
12 years ago
I2CDriver.cpp
AP_HAL: add ignore_errors to I2C driver
11 years ago
I2CDriver.h
AP_HAL_AVR: add semaphore to I2CDriver
12 years ago
RCInput.h
HAL_AVR: implement updated new_input() semantics
10 years ago
RCInput_APM1.cpp
HAL_AVR: implement updated new_input() semantics
10 years ago
RCInput_APM2.cpp
HAL_AVR: implement updated new_input() semantics
10 years ago
RCOutput.h
AP_HAL: removed unused enable_mask and disable_mask functions
11 years ago
RCOutput_APM1.cpp
HAL_AVR: fixes for HAL_GPIO_ define change
11 years ago
RCOutput_APM2.cpp
HAL_AVR: fixes for HAL_GPIO_ define change
11 years ago
SPIDeviceManager_APM1.cpp
HAL_AVR: set initial bus speed on MPU6k to 500kHz, then change to 8MHz
12 years ago
SPIDeviceManager_APM2.cpp
OptFlow: correct SPI mode and baud rates
11 years ago
SPIDevice_SPI0.cpp
HAL_AVR: fixes for HAL_GPIO_ define change
11 years ago
SPIDevice_SPI2.cpp
HAL_AVR: fixes for HAL_GPIO_ define change
11 years ago
SPIDevice_SPI3.cpp
HAL_AVR: fixes for HAL_GPIO_ define change
11 years ago
SPIDevices.h
AP_HAL_AVR: resolve compiler warning
11 years ago
SPIDriver.h
AP_HAL: rename Sempahore.h to Semaphores.h
12 years ago
Scheduler.cpp
AP_HAL_AVR: Do not compare delegate to NULL
10 years ago
Scheduler.h
AP_HAL: support micros64() and millis64() on all platforms
10 years ago
Scheduler_Timer.cpp
HAL_AVR: Improved AVRTimer micros() and millis()
12 years ago
Semaphores.cpp
HAL_AVR: reduce the latency of semaphore waits
12 years ago
Semaphores.h
HAL_AVR: make _taken volatile
12 years ago
Storage.cpp
HAL_AVR: fixed warning
10 years ago
Storage.h
AP_HAL: removed old storage type read/write functions
11 years ago
UARTDriver.cpp
HAL_AVR: implement an efficient buffer write() call for AVR
12 years ago
UARTDriver.h
HAL_AVR: implement an efficient buffer write() call for AVR
12 years ago
Util.h
HAL_AVR: use memcheck for available_memory()
11 years ago
memcheck.cpp
HAL_AVR: fixed warning on memcheck build
11 years ago
memcheck.h
HAL_AVR: moved memcheck into HAL_AVR
11 years ago