aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/hal.mk
Commit message (Collapse)AuthorAgeFilesLines
* Re-organised FSMC driversFabien Poussin2019-10-301-1/+13
|
* Updating FSMC driver (SDRAM part first)Fabien Poussin2019-10-291-3/+3
|
* USBH: Fix compilation with HAL_USBH_USE_HUB = falseDiego Ismirlian2019-10-021-4/+2
|
* Missing op amp file for non smart buildFabien Poussin2019-01-251-1/+2
|
* Adding rudimentary OPAMP DriverFabien Poussin2019-01-081-0/+3
|
* Smart build for HAL.Konstantin Oblaukhov2018-09-241-24/+102
|
* Add HID class driverDiego Ismirlian2017-06-051-0/+1
|
* Add AOA (Android Accessory) class driverDiego Ismirlian2017-06-051-0/+1
|
* Adding COMP Driver.Fabien Poussin2017-02-061-1/+2
|
* USB_MSD. Initial commit.barthess2016-10-171-1/+2
|
* Added USB HID driver to community HALJonathan Struebel2016-06-181-0/+1
|
* add STM32 qei (quadrature encoder interface) driverNicolas Reinecke2016-05-081-0/+1
| | | | | | | Code from tinito in forum thread: http://forum.chibios.org/phpbb/viewtopic.php?f=14&t=685 Updated to chibios trunk.
* fix whitespaceNicolas Reinecke2016-05-011-1/+1
|
* STM32 mass update to current naming convention in ChibiOSbarthess2016-04-071-16/+16
|
* Merge branch 'master' into rngStephane D'Alu2016-02-211-1/+12
|\ | | | | | | | | | | | | | | | | Added haltest Conflicts: os/hal/hal.mk os/hal/include/hal_community.h os/hal/src/hal_community.c
| * TIMCAP: Initial commitFabien Poussin2016-02-161-2/+3
| |
| * EEPROM: Initial commitFabien Poussin2016-02-161-1/+4
| |
| * USB-Host: Initial commitFabien Poussin2016-02-151-1/+8
| |
* | Random Number Generator driverStephane D'Alu2016-02-081-1/+2
|/
* Changed the way files are included to a more convenient way.Fabien Poussin2015-08-201-6/+6
|
* Add CRC DriverMichael Spradling2015-08-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | This patch includes a high level and two low level drivers. The high level driver is enabled with flag HAL_USE_CRC The low level drivers include: * Hardware CRC for the STM32 cortex processor lines.(when supported) * Enabled with flag STM32_CRC_USE_CRC1 * DMA is enabled with CRC_USE_DMA * SYNC api will use DMA, but put calling thread to sleep * ASYNC api enabled. * DMA Disabled * SYNC api spin while calculating CRC * ASYNC api disabled * Software CRC (3 modes) * CRCSW_CRC32_TABLE - Enables crc32 with lookup table. * CRCSW_CRC16_TABLE - Enables crc16 with lookup tables. * CRCSW_PROGRAMMBLE - Enables any crc done with computation. * Can calculate any crc configuration. * CRC_USE_DMA obviously not support with software CRC
* ILI9341 driver moved to devices_libAndrea Zoppi2015-06-271-3/+3
|
* Added EICU driver in HAL. Added STM32 backend for EICU.barthess2015-02-281-1/+2
|
* Added onewire driverbarthess2014-12-061-1/+2
|
* Added hooks for community sourcebarthess2014-11-161-1/+2
|
* FSMC. Build fixed after code moving from SVNbarthess2014-10-181-1/+1
|
* Added fsmc codebarthess2014-10-181-0/+5