Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Comp] Adding init, helper defines. | Fabien Poussin | 2017-02-07 | 1 | -0/+4 |
| | |||||
* | Adding COMP Driver. | Fabien Poussin | 2017-02-06 | 1 | -0/+155 |
| | |||||
* | FSMC NAND improvements. | barthess | 2017-01-17 | 1 | -48/+49 |
| | | | | | 1) Implemented 16 bit bus width support 2) Added workaround errata in STM32 | ||||
* | Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib | barthess | 2017-01-06 | 3 | -17/+17 |
|\ | |||||
| * | Merge pull request #107 from pl4nkton/stm32_fixes | Fabien Poussin | 2017-01-04 | 3 | -17/+17 |
| |\ | | | | | | | Stm32 fixes | ||||
| | * | change qei types to int16_t | Peter | 2016-12-05 | 1 | -1/+1 |
| | | | |||||
| | * | usbh: cleanup | Nicolas Reinecke | 2016-12-05 | 2 | -16/+16 |
| | | | |||||
* | | | NAND. Added reset function. | barthess | 2017-01-06 | 1 | -0/+1 |
|/ / | |||||
* | | USB MSD. Cosmetical improvements. | barthess | 2017-01-04 | 1 | -0/+1 |
| | | |||||
* | | hal: fix the compilation of hal_usb_hid.c | funnydog | 2016-12-13 | 1 | -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 compile | Nicolas Reinecke | 2016-11-08 | 1 | -11/+11 |
| | |||||
* | usbh: fix compile warning | Nicolas Reinecke | 2016-11-08 | 1 | -0/+1 |
| | |||||
* | 1-Wire. Just typo fix | Philippe LUC | 2016-11-05 | 1 | -2/+2 |
| | |||||
* | USB_MSD. Added READ_FORMAT_CAPACITIES handler | barthess | 2016-10-28 | 1 | -5/+30 |
| | |||||
* | 1-Wire. Duplicated code from testhal apllications moved to separate directory. | barthess | 2016-10-18 | 1 | -1/+1 |
| | |||||
* | USB_MSD. Comment clean up. | barthess | 2016-10-18 | 1 | -3/+0 |
| | |||||
* | Merge pull request #95 from tixiv/onewire-fix | Uladzimir Pylinski | 2016-10-18 | 1 | -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 used | Peter | 2016-08-28 | 1 | -4/+3 |
| | | | | | | | | otherwise | ||||
* | | Updated include guards | barthess | 2016-10-17 | 2 | -2/+2 |
| | | |||||
* | | USB_MSD. Initial commit. | barthess | 2016-10-17 | 1 | -0/+386 |
|/ | |||||
* | [STM32 NAND] Code cleanup. | barthess | 2016-08-18 | 1 | -19/+9 |
| | |||||
* | added qeiAdjustI. added new field and checking in STM32 | Stephane D'Alu | 2016-07-07 | 1 | -5/+43 |
| | |||||
* | move functions to hal_qei.*, fixed comments | Stephane D'Alu | 2016-07-07 | 1 | -0/+123 |
| | |||||
* | Added USB HID driver to community HAL | Jonathan Struebel | 2016-06-18 | 1 | -0/+581 |
| | |||||
* | 1-wire. Pointless uint8_t changed to more suitable size_t. | barthess | 2016-05-31 | 1 | -1/+1 |
| | |||||
* | 1-wire improvements. | barthess | 2016-05-31 | 1 | -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 qeiUpdate | Nicolas Reinecke | 2016-05-15 | 1 | -1/+1 |
| | |||||
* | qei driver: change copyright | Nicolas Reinecke | 2016-05-15 | 1 | -1/+1 |
| | |||||
* | add STM32 qei (quadrature encoder interface) driver | Nicolas Reinecke | 2016-05-08 | 2 | -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 ChibiOS | barthess | 2016-04-07 | 16 | -4147/+4147 |
| | |||||
* | 1-wire. Fixed possible deadlock situation. | barthess | 2016-03-28 | 1 | -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 files | barthess | 2016-03-28 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into rng | Stephane D'Alu | 2016-02-21 | 12 | -0/+5264 |
|\ | | | | | | | | | | | | | | | | | 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 | 2 | -0/+163 |
| | | |||||
| * | EEPROM: Initial commit | Fabien Poussin | 2016-02-16 | 3 | -0/+954 |
| | | |||||
| * | USB-Host: Initial commit | Fabien Poussin | 2016-02-15 | 8 | -0/+4147 |
| | | |||||
* | | cleanup | Stephane D'Alu | 2016-02-09 | 1 | -11/+8 |
| | | |||||
* | | Random Number Generator driver | Stephane D'Alu | 2016-02-08 | 2 | -0/+189 |
|/ | |||||
* | Merge branch 'master' of github.com:ChibiOS/ChibiOS-Contrib | barthess | 2016-01-24 | 5 | -5/+5 |
|\ | |||||
| * | Fixed typo | barthess | 2015-10-14 | 1 | -1/+1 |
| | | |||||
| * | FSMC code cleanup | barthess | 2015-10-14 | 5 | -5/+5 |
| | | |||||
* | | 1-wire driver improvements. | barthess | 2016-01-24 | 1 | -47/+45 |
|/ | |||||
* | Update code from code feedback | Michael Spradling | 2015-08-16 | 1 | -5/+6 |
| | |||||
* | Add CRC Driver | Michael Spradling | 2015-08-16 | 2 | -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 improvements | barthess | 2015-05-08 | 1 | -19/+16 |
| | |||||
* | Fixed copyright notes | barthess | 2015-05-02 | 2 | -30/+20 |
| | |||||
* | NAND code changed to use bitmap class | barthess | 2015-05-02 | 1 | -82/+59 |
| | |||||
* | EICU. Updated authors. | barthess | 2015-03-13 | 1 | -0/+4 |
| | |||||
* | EICU. Fixed handlign of 32-bit timers. General code cleanup. PWM mode still ↵ | barthess | 2015-03-01 | 1 | -2/+2 |
| | | | | untested. | ||||
* | EICU. Fixed another portion of typos. | barthess | 2015-03-01 | 1 | -1/+1 |
| |