aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #110 from ObKo/usb_hid-improveUladzimir Pylinski2017-01-221-54/+115
|\ | | | | usb_hid: cosmetic improvements in report descriptor defines.
| * usb_hid: HID_REPORT_ID macro.Konstantin Oblaukhov2017-01-171-0/+12
| |
| * usb_hid: cosmetic improvements in report descriptor defines.Konstantin Oblaukhov2017-01-171-54/+103
| |
* | FSMC NAND improvements.barthess2017-01-171-9/+9
|/ | | | | 1) Implemented 16 bit bus width support 2) Added workaround errata in STM32
* NAND. Added reset function.barthess2017-01-061-0/+1
|
* USB MSD. Cosmetical improvements.barthess2017-01-041-1/+0
|
* USB_MSD. Added compile time check about sychronous API.barthess2017-01-031-0/+4
|
* 1-Wire. Duplicated code from testhal apllications moved to separate directory.barthess2016-10-181-1/+3
|
* Updated include guardsbarthess2016-10-1710-32/+32
|
* USB_MSD. Initial commit.barthess2016-10-173-1/+197
|
* added qeiAdjustI. added new field and checking in STM32Stephane D'Alu2016-07-071-2/+1
|
* move functions to hal_qei.*, fixed commentsStephane D'Alu2016-07-071-0/+30
|
* Added USB HID driver to community HALJonathan Struebel2016-06-182-0/+515
|
* 1-wire improvements.barthess2016-05-311-2/+2
| | | | | | | | | 1) Functions reading bit from PAL now return ioline_t type. 2) Functions that handle acquired buffer with acquired bits now use uint8_t type because it corresponds to buffer type. 3) Cryptic bit shifting in bit storage functions replaced by dividion operations because all modern compilers perfectly optimise such operations.
* use config default as in chibiosNicolas Reinecke2016-05-174-17/+44
|
* qei driver: change copyrightNicolas Reinecke2016-05-151-1/+1
|
* add STM32 qei (quadrature encoder interface) driverNicolas Reinecke2016-05-082-0/+131
| | | | | | | Code from tinito in forum thread: http://forum.chibios.org/phpbb/viewtopic.php?f=14&t=685 Updated to chibios trunk.
* Updated Makefiles for STM32 according tobarthess2016-04-232-3/+3
| | | | http://forum.chibios.org/phpbb/viewtopic.php?f=3&t=3301&sid=32a42f3ad6ca146ea07566e52f127d83
* Merge branch 'master' into fix-nrf51-portFabio Utzig2016-04-1016-455/+455
|\
| * STM32 mass update to current naming convention in ChibiOSbarthess2016-04-0716-455/+455
| |
* | Fix testhal demos (except for RNG)Fabio Utzig2016-04-041-1/+1
|/
* Merge branch 'master' into rngStephane D'Alu2016-02-2114-0/+2356
|\ | | | | | | | | | | | | | | | | Added haltest Conflicts: os/hal/hal.mk os/hal/include/hal_community.h os/hal/src/hal_community.c
| * TIMCAP: Initial commitFabien Poussin2016-02-162-0/+211
| |
| * EEPROM: Initial commitFabien Poussin2016-02-164-0/+275
| |
| * USB-Host: Initial commitFabien Poussin2016-02-1510-0/+1870
| |
* | cleanupStephane D'Alu2016-02-091-5/+0
| |
* | Random Number Generator driverStephane D'Alu2016-02-082-0/+142
|/
* Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contribbarthess2016-01-244-4/+4
|\
| * Fixed typobarthess2015-10-141-1/+1
| |
| * FSMC code cleanupbarthess2015-10-143-3/+3
| |
* | 1-wire driver improvements.barthess2016-01-241-12/+29
|/
* Update code from code feedbackMichael Spradling2015-08-161-2/+2
|
* Add CRC DriverMichael Spradling2015-08-162-0/+159
| | | | | | | | | | | | | | | | | | | | | | 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
* Fixed copyright notesbarthess2015-05-023-32/+20
|
* NAND code changed to use bitmap classbarthess2015-05-021-17/+14
|
* EICU. Updated authors.barthess2015-03-131-0/+4
|
* EICU. Cosmetical improvements.barthess2015-03-031-11/+11
|
* EICU now able to capture data on all channelsbarthess2015-03-031-77/+19
|
* EICU. Fixed handlign of 32-bit timers. General code cleanup. PWM mode still ↵barthess2015-03-011-35/+41
| | | | untested.
* EICU. Fixed another portion of typos.barthess2015-03-011-1/+1
|
* Added EICU driver in HAL. Added STM32 backend for EICU.barthess2015-02-282-0/+240
|
* 1-wire. STM32F1xx code testedbarthess2014-12-181-10/+22
|
* 1-wire. Search ROM feature now optionalbarthess2014-12-061-2/+11
|
* 1-wire. Improved commentsbarthess2014-12-061-34/+130
|
* Added onewire driverbarthess2014-12-062-0/+235
|
* Fixed copyrightsbarthess2014-12-061-2/+1
|
* Added hooks for community sourcebarthess2014-11-161-0/+74
|
* Added fsmc codebarthess2014-10-181-0/+148