aboutsummaryrefslogtreecommitdiffstats
path: root/os
Commit message (Expand)AuthorAgeFilesLines
...
* 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-028-46/+236
* PAL callbacks added to STM32F103Giovanni Di Sirio2017-09-0210-527/+531
* 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-314-4/+74
* 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-303-1/+227
* API sduControl() added.Giovanni Di Sirio2017-08-293-3/+48
* Added an ioctl()-like function to the serial driver. No specific codes implem...Giovanni Di Sirio2017-08-293-2/+71
* Added an argument to PAL event callbacks.Giovanni Di Sirio2017-08-292-10/+12
* 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 DMA Peripheral Interface Numberedolomb2017-08-281-0/+61
* Added SPIv1 driveredolomb2017-08-283-0/+657
* Included SPIv1 Driveredolomb2017-08-281-1/+1
* Added pmc functions for SPIxedolomb2017-08-281-0/+29
* Improved common makefile rules.Giovanni Di Sirio2017-08-284-20/+20
* 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
* Added control on callback callingedolomb2017-08-251-2/+2
* Add tabulation.Theodore Ateba2017-08-241-3/+3
* Added XDMAC driveredolomb2017-08-243-0/+593
* Added pmc functions for XDMACxedolomb2017-08-241-2/+30
* Added sama_xdmac.hedolomb2017-08-241-1/+1
* Included DMAv1 Driveredolomb2017-08-241-1/+1
* Added dmaInit()edolomb2017-08-241-1/+1
* Fixed bug #878.Giovanni Di Sirio2017-08-241-5/+4
* Fixed bug #877.Giovanni Di Sirio2017-08-241-1/+11
* Fixed bug #876.Giovanni Di Sirio2017-08-241-0/+6
* Fixed bug #864.Giovanni Di Sirio2017-08-221-1/+1
* Fixed bug #874.Giovanni Di Sirio2017-08-221-2/+2
* Fixed bug #873.Giovanni Di Sirio2017-08-221-6/+6
* Tentative fix for L4 OTG.Giovanni Di Sirio2017-08-222-38/+49
* Tentative workaround for L4 OTG driver.Giovanni Di Sirio2017-08-204-10/+24
* Added check to verify that the matrix H64H32 clock ratio is compatible with m...isiora2017-08-181-12/+15