aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
Commit message (Expand)AuthorAgeFilesLines
* AVR: Update the USB lld file according to the new endpoint enumeration.Theodore Ateba2017-09-162-1/+10
* AVR: Add PAL line support in ATTiny lld.Theodore Ateba2017-09-162-0/+187
* AVR: Add PAL line support in XMEGA lld.Theodore Ateba2017-09-162-2/+187
* Improved clock tree configuration for SAMA5Rocco Marco Guglielmi2017-09-161-1/+5
* Add PAL line support in PAL lld for AVR port.Theodore Ateba2017-09-132-0/+199
* Cosmetic changes in SAMA clock initRocco Marco Guglielmi2017-09-131-15/+5
* Fixed GPIO port index calculation.Giovanni Di Sirio2017-09-113-6/+6
* Moved wakeup logic in LLD.Giovanni Di Sirio2017-09-092-16/+34
* Added wakeup bit clear on interrupt.Giovanni Di Sirio2017-09-091-0/+3
* Tentative implementation of USB host wake-up API.gdisirio2017-09-093-7/+32
* Added USARTv1 driveredolomb2017-09-043-0/+827
* Included USARTv1 Driveredolomb2017-09-041-0/+1
* Added pmc functions for UARTxedolomb2017-09-041-1/+70
* Added clock definition for UARTxedolomb2017-09-041-0/+9
* Fixed bug #880.Giovanni Di Sirio2017-09-031-1/+1
* Fixed a problem in PAL callbacks STM32 LLDs.Giovanni Di Sirio2017-09-033-19/+22
* SPI driver improvements.Giovanni Di Sirio2017-09-034-14/+62
* Made PAL callback and wait APIs independent from each other.Giovanni Di Sirio2017-09-0215-81/+92
* Correct code style and comment on USB driver files.Theodore Ateba2017-09-022-4/+27
* Correct comment on Serial driver files.Theodore Ateba2017-09-022-4/+4
* Correct code style and comment on ST driver files.Theodore Ateba2017-09-022-5/+4
* Correct code style and comment on PWM driver files.Theodore Ateba2017-09-022-58/+60
* Correct code style and comment on ICU driver files.Theodore Ateba2017-09-022-24/+24
* Correct code style and comment on GPT driver files.Theodore Ateba2017-09-022-4/+10
* Correct the comment on SPI driver files.Theodore Ateba2017-09-022-4/+4
* Correct the I2C driver code style and comment.Theodore Ateba2017-09-022-4/+9
* Correct comment in PAL driver files.Theodore Ateba2017-09-022-4/+6
* Correct comment.Theodore Ateba2017-09-022-8/+7
* Change commnet, remove empty line.Theodore Ateba2017-09-022-11/+8
* PAL synchronous API.Giovanni Di Sirio2017-09-026-24/+69
* PAL callbacks added to STM32F103Giovanni Di Sirio2017-09-029-527/+518
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10525 35acf78f-673a-041...Giovanni Di Sirio2017-09-0222-1672/+926
* PAL callbacks added to STM32F373Giovanni Di Sirio2017-09-028-944/+352
* Fixed SPI interruption enable, driver restart with different configuration.Theodore Ateba2017-09-012-117/+83
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10521 35acf78f-673a-041...Giovanni Di Sirio2017-09-015-5/+277
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10519 35acf78f-673a-041...Giovanni Di Sirio2017-09-019-591/+261
* Callbacks handling added to STM32 GPIOv2, added F3 support to PAL callbacks d...Giovanni Di Sirio2017-09-017-270/+369
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10514 35acf78f-673a-041...Giovanni Di Sirio2017-08-313-4/+8
* Shared ISR handler missing files.Giovanni Di Sirio2017-08-312-0/+527
* Common ISR handler prototype for STM32L4xx.Giovanni Di Sirio2017-08-315-525/+9
* PAL callbacks implementation for STM32, not complete yet.Giovanni Di Sirio2017-08-302-1/+173
* Tentative fix for anomalous TC event from STM32 USARTv1 driver.Giovanni Di Sirio2017-08-281-4/+4
* Minor changes in hal_spi_lld driveredolomb2017-08-281-8/+0
* Added SPIv1 driveredolomb2017-08-283-0/+657
* Included SPIv1 Driveredolomb2017-08-281-1/+1
* Added pmc functions for SPIxedolomb2017-08-281-0/+29
* Minor changes in sama_xdmac driveredolomb2017-08-252-16/+15
* removed leftoverGiovanni Di Sirio2017-08-251-1/+0
* Fixed bug #879.Giovanni Di Sirio2017-08-252-4/+7
* Fixed bug #879.Giovanni Di Sirio2017-08-252-2/+2