Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Missing op amp file for non smart build | Fabien Poussin | 2019-01-25 | 1 | -1/+2 |
| | |||||
* | Adding rudimentary OPAMP Driver | Fabien Poussin | 2019-01-08 | 1 | -0/+3 |
| | |||||
* | Smart build for HAL. | Konstantin Oblaukhov | 2018-09-24 | 1 | -24/+102 |
| | |||||
* | Add HID class driver | Diego Ismirlian | 2017-06-05 | 1 | -0/+1 |
| | |||||
* | Add AOA (Android Accessory) class driver | Diego Ismirlian | 2017-06-05 | 1 | -0/+1 |
| | |||||
* | Adding COMP Driver. | Fabien Poussin | 2017-02-06 | 1 | -1/+2 |
| | |||||
* | USB_MSD. Initial commit. | barthess | 2016-10-17 | 1 | -1/+2 |
| | |||||
* | Added USB HID driver to community HAL | Jonathan Struebel | 2016-06-18 | 1 | -0/+1 |
| | |||||
* | add STM32 qei (quadrature encoder interface) driver | Nicolas Reinecke | 2016-05-08 | 1 | -0/+1 |
| | | | | | | | Code from tinito in forum thread: http://forum.chibios.org/phpbb/viewtopic.php?f=14&t=685 Updated to chibios trunk. | ||||
* | fix whitespace | Nicolas Reinecke | 2016-05-01 | 1 | -1/+1 |
| | |||||
* | STM32 mass update to current naming convention in ChibiOS | barthess | 2016-04-07 | 1 | -16/+16 |
| | |||||
* | Merge branch 'master' into rng | Stephane D'Alu | 2016-02-21 | 1 | -1/+12 |
|\ | | | | | | | | | | | | | | | | | Added haltest Conflicts: os/hal/hal.mk os/hal/include/hal_community.h os/hal/src/hal_community.c | ||||
| * | TIMCAP: Initial commit | Fabien Poussin | 2016-02-16 | 1 | -2/+3 |
| | | |||||
| * | EEPROM: Initial commit | Fabien Poussin | 2016-02-16 | 1 | -1/+4 |
| | | |||||
| * | USB-Host: Initial commit | Fabien Poussin | 2016-02-15 | 1 | -1/+8 |
| | | |||||
* | | Random Number Generator driver | Stephane D'Alu | 2016-02-08 | 1 | -1/+2 |
|/ | |||||
* | Changed the way files are included to a more convenient way. | Fabien Poussin | 2015-08-20 | 1 | -6/+6 |
| | |||||
* | Add CRC Driver | Michael Spradling | 2015-08-16 | 1 | -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_lib | Andrea Zoppi | 2015-06-27 | 1 | -3/+3 |
| | |||||
* | Added EICU driver in HAL. Added STM32 backend for EICU. | barthess | 2015-02-28 | 1 | -1/+2 |
| | |||||
* | Added onewire driver | barthess | 2014-12-06 | 1 | -1/+2 |
| | |||||
* | Added hooks for community source | barthess | 2014-11-16 | 1 | -1/+2 |
| | |||||
* | FSMC. Build fixed after code moving from SVN | barthess | 2014-10-18 | 1 | -1/+1 |
| | |||||
* | Added fsmc code | barthess | 2014-10-18 | 1 | -0/+5 |