aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src
Commit message (Collapse)AuthorAgeFilesLines
* [Comp] Adding init, helper defines.Fabien Poussin2017-02-071-0/+4
|
* Adding COMP Driver.Fabien Poussin2017-02-061-0/+155
|
* FSMC NAND improvements.barthess2017-01-171-48/+49
| | | | | 1) Implemented 16 bit bus width support 2) Added workaround errata in STM32
* Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contribbarthess2017-01-063-17/+17
|\
| * Merge pull request #107 from pl4nkton/stm32_fixesFabien Poussin2017-01-043-17/+17
| |\ | | | | | | Stm32 fixes
| | * change qei types to int16_tPeter2016-12-051-1/+1
| | |
| | * usbh: cleanupNicolas Reinecke2016-12-052-16/+16
| | |
* | | NAND. Added reset function.barthess2017-01-061-0/+1
|/ /
* | USB MSD. Cosmetical improvements.barthess2017-01-041-0/+1
| |
* | hal: fix the compilation of hal_usb_hid.cfunnydog2016-12-131-2/+2
|/ | | | | | | | Fix the compilation of hal_usb_hid.c that broke because of the changes in ibqObjectInit() and obqObjectInit() prototypes. In hidObjectInit() call these functions with the additional suspend parameter set to true as done in ChibiOS-RT.
* make stm32 usb host testhal compileNicolas Reinecke2016-11-081-11/+11
|
* usbh: fix compile warningNicolas Reinecke2016-11-081-0/+1
|
* 1-Wire. Just typo fixPhilippe LUC2016-11-051-2/+2
|
* USB_MSD. Added READ_FORMAT_CAPACITIES handlerbarthess2016-10-281-5/+30
|
* 1-Wire. Duplicated code from testhal apllications moved to separate directory.barthess2016-10-181-1/+1
|
* USB_MSD. Comment clean up.barthess2016-10-181-3/+0
|
* Merge pull request #95 from tixiv/onewire-fixUladzimir Pylinski2016-10-181-4/+3
|\ | | | | Set sampling channel PWM output to disabled so the IO pin is free.
| * set sampling channel PWM output to disabled so the pin can be usedPeter2016-08-281-4/+3
| | | | | | | | otherwise
* | Updated include guardsbarthess2016-10-172-2/+2
| |
* | USB_MSD. Initial commit.barthess2016-10-171-0/+386
|/
* [STM32 NAND] Code cleanup.barthess2016-08-181-19/+9
|
* added qeiAdjustI. added new field and checking in STM32Stephane D'Alu2016-07-071-5/+43
|
* move functions to hal_qei.*, fixed commentsStephane D'Alu2016-07-071-0/+123
|
* Added USB HID driver to community HALJonathan Struebel2016-06-181-0/+581
|
* 1-wire. Pointless uint8_t changed to more suitable size_t.barthess2016-05-311-1/+1
|
* 1-wire improvements.barthess2016-05-311-10/+10
| | | | | | | | | 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.
* qei driver: fix wrong type in qeiUpdateNicolas Reinecke2016-05-151-1/+1
|
* qei driver: change copyrightNicolas Reinecke2016-05-151-1/+1
|
* add STM32 qei (quadrature encoder interface) driverNicolas Reinecke2016-05-082-0/+218
| | | | | | | Code from tinito in forum thread: http://forum.chibios.org/phpbb/viewtopic.php?f=14&t=685 Updated to chibios trunk.
* STM32 mass update to current naming convention in ChibiOSbarthess2016-04-0716-4147/+4147
|
* 1-wire. Fixed possible deadlock situation.barthess2016-03-281-13/+10
| | | | | In old code thread could be suspended *after* the callback was called. New code protected with more wide critical section.
* QUEUES flags deleted from chconf.h filesbarthess2016-03-281-1/+1
|
* Merge branch 'master' into rngStephane D'Alu2016-02-2112-0/+5264
|\ | | | | | | | | | | | | | | | | 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/+163
| |
| * EEPROM: Initial commitFabien Poussin2016-02-163-0/+954
| |
| * USB-Host: Initial commitFabien Poussin2016-02-158-0/+4147
| |
* | cleanupStephane D'Alu2016-02-091-11/+8
| |
* | Random Number Generator driverStephane D'Alu2016-02-082-0/+189
|/
* Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contribbarthess2016-01-245-5/+5
|\
| * Fixed typobarthess2015-10-141-1/+1
| |
| * FSMC code cleanupbarthess2015-10-145-5/+5
| |
* | 1-wire driver improvements.barthess2016-01-241-47/+45
|/
* Update code from code feedbackMichael Spradling2015-08-161-5/+6
|
* Add CRC DriverMichael Spradling2015-08-162-0/+267
| | | | | | | | | | | | | | | | | | | | | | 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
* NAND. Minor improvementsbarthess2015-05-081-19/+16
|
* Fixed copyright notesbarthess2015-05-022-30/+20
|
* NAND code changed to use bitmap classbarthess2015-05-021-82/+59
|
* EICU. Updated authors.barthess2015-03-131-0/+4
|
* EICU. Fixed handlign of 32-bit timers. General code cleanup. PWM mode still ↵barthess2015-03-011-2/+2
| | | | untested.
* EICU. Fixed another portion of typos.barthess2015-03-011-1/+1
|