/
Sangak
/
ardupilot
ОбзорДокументацияВойти
/
Sangak
/
ardupilot
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
ardupilot/
libraries/AP_HAL_ChibiOS/
..
hwdef

AP_HAL_ChibiOS: add GPS defaults.parm file

месяц назад
AP_HAL_ChibiOS.h

HAL_Chibios: added ChibiOS HAL

9 лет назад
AP_HAL_ChibiOS_Namespace.h

HAL_ChibiOS: implement BinarySemaphore

3 года назад
AP_HAL_ChibiOS_Private.h

AP_HAL_ChibiOS: rename QSPIDevice to WSPIDevice

3 года назад
AnalogIn.cpp

AP_HAL_ChibiOS: move LeakDetector pin type knowledge out into HAL

9 месяцев назад
AnalogIn.h

AP_HAL_ChibiOS: move LeakDetector pin type knowledge out into HAL

9 месяцев назад
CANFDIface.cpp

AP_HAL_ChibiOS: drop CAN log message calls

3 месяца назад
CANFDIface.h

AP_HAL_ChibiOS: drop CAN interface alternate mode support

9 месяцев назад
CANIface.h

AP_HAL_ChibiOS: remove bxCAN priority-based transmission support

8 месяцев назад
CanIface.cpp

AP_HAL_ChibiOS: tolerate non-integer PCLK in CAN bit timing when HAL_CAN_ALLOW_INEXACT_CLOCK is set

2 месяца назад
DSP.cpp

AP_HAL_ChibiOS: use NEW_NOTHROW for new(std::nothrow)

2 года назад
DSP.h

AP_HAL_ChibiOS: save a sliding window of frequency bins

4 года назад
Device.cpp

AP_HAL_ChibiOS: add get_device-ptr to HAL DeviceMananger API

год назад
Device.h

AP_HAL_ChibiOS: remove dependency on Semaphores in QSPIDevice in BL

5 лет назад
Flash.h

HAL_ChibiOS: removed unusued AP_Common/Semaphore.h

7 лет назад
GPIO.cpp

AP_HAL_ChibiOS: disable GPIO interrupt callbacks in bootloader build

год назад
GPIO.h

AP_HAL_ChibiOS: disable GPIO interrupt callbacks in bootloader build

год назад
HAL_ChibiOS_Class.cpp

AP_HAL_ChibiOS: init SITL very early

8 месяцев назад
HAL_ChibiOS_Class.h

AP_HAL_ChibiOS: introduce new DATAFLASH directive and use it

2 года назад
I2CDevice.cpp

AP_HAL_ChibiOS: add get_device_ptr to HAL I2CDevice API

2 года назад
I2CDevice.h

AP_HAL_ChibiOS: add get_device-ptr to HAL DeviceMananger API

год назад
LogStructure.h

AP_HAL_ChibiOS: use structure for writing out WDOG,MON message

4 года назад
RCInput.cpp

AP_HAL_ChibiOS: add #error to stop regressions in hwdef files

3 месяца назад
RCInput.h

AP_HAL_ChibiOS: bind receivers directly via AP_RCProtocol library

год назад
RCOutput.cpp

HAL_ChibiOS: fixed chopped pulses on safety enable

3 месяца назад
RCOutput.h

AP_HAL_ChibiOS: correct length of dshot copy buffer

9 месяцев назад
RCOutput_bdshot.cpp

AP_HAL_ChibiOS: ensure correct lengths are flushed and invalidated when using DMA

9 месяцев назад
RCOutput_iofirmware.cpp

AP_HAL_ChibiOS: correctly check for channel enablement on iomcu

2 года назад
RCOutput_serial.cpp

AP_HAL_ChibiOS: dshot commands for reverse/3D should be sent to IOMCU

2 года назад
SPIDevice.cpp

AP_HAL_ChibiOS: correctly order SPI DMA TX and RX channels

10 месяцев назад
SPIDevice.h

AP_HAL_ChibiOS: SPI full duplex implementation

год назад
Scheduler.cpp

AP_HAL_ChibiOS: add #error to stop regressions in hwdef files

3 месяца назад
Scheduler.h

HAL_ChibiOS: added code for finding null ptr write errors

год назад
Semaphores.cpp

HAL_ChibiOS: allow HAL_Semaphore in the bootloader

3 года назад
Semaphores.h

HAL_ChibiOS: implement BinarySemaphore

3 года назад
SoftSigReader.cpp

HAL_ChibiOS: bring in hal.h where it is needed

4 года назад
SoftSigReader.h

HAL_ChibiOS: fixed warning on gcc9

6 лет назад
SoftSigReaderInt.cpp

HAL_ChibiOS: bring in hal.h where it is needed

4 года назад
SoftSigReaderInt.h

all: use CLASS_NO_COPY() macro

4 года назад
Storage.cpp

AP_HAL_ChibiOS: introduce new DATAFLASH directive and use it

2 года назад
Storage.h

HAL_ChibiOS: support flash storage with 8k sectors

3 года назад
UARTDriver.cpp

HAL_ChibiOS: enable flow control for USB

9 месяцев назад
UARTDriver.h

AP_HAL_ChibiOS: add UARTDriver::is_owned_by_current_thread()

9 месяцев назад
Util.cpp

ChibiOS: Util: remove `Crash Dump incomplete, dumping what we got!` mesage

9 месяцев назад
Util.h

AP_HAL_ChibiOS: add support for idle-hook based true CPU load

10 месяцев назад
WSPIDevice.cpp

AP_HAL_ChibiOS: use NEW_NOTHROW for new(std::nothrow)

2 года назад
WSPIDevice.h

AP_HAL_ChibiOS: support is_busy() on WSPI device

3 года назад
ap_setjmp.c

AP_HAL_ChibiOS: add working setjmp implementation

8 месяцев назад
bxcan.hpp

AP_HAL_ChibiOS: create UAVCAN agnostic CANIface driver

6 лет назад
sdcard.cpp

AP_HAL_ChibiOS: initialize sdcard bouncebuffer appropriately

9 месяцев назад
sdcard.h

AP_HAL_ChibiOS: add SD card support to bootloader

3 года назад
shared_dma.cpp

AP_HAL_ChibiOS: use NEW_NOTHROW for new(std::nothrow)

2 года назад
shared_dma.h

AP_HAL_ChibiOS: bdshot for f103 iofirmware

3 года назад
stdio.cpp

HAL_ChibiOS: modify hal can drivers for use by AP_Periph

6 лет назад
system.cpp

AP_HAL_ChibiOS: print linefeed after panic message

2 года назад