aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed bug #880.Giovanni Di Sirio2017-09-032-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10550 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed a problem in PAL callbacks STM32 LLDs.Giovanni Di Sirio2017-09-033-19/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10547 35acf78f-673a-0410-8e92-d51de3d6d3f4
* forgot to add a noteGiovanni Di Sirio2017-09-031-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10546 35acf78f-673a-0410-8e92-d51de3d6d3f4
* SPI driver improvements.Giovanni Di Sirio2017-09-035-20/+139
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10545 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Aligned some mcuconf.h files.Giovanni Di Sirio2017-09-034-19/+37
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10544 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Made PAL callback and wait APIs independent from each other.Giovanni Di Sirio2017-09-0218-218/+374
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10543 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed a lame error....Giovanni Di Sirio2017-09-023-13/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10542 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Correct code style and comment on USB driver files.Theodore Ateba2017-09-022-4/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10541 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Correct comment on Serial driver files.Theodore Ateba2017-09-022-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10540 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Correct code style and comment on ST driver files.Theodore Ateba2017-09-022-5/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10539 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Correct code style and comment on PWM driver files.Theodore Ateba2017-09-022-58/+60
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10538 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Correct code style and comment on ICU driver files.Theodore Ateba2017-09-022-24/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10537 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Correct code style and comment on GPT driver files.Theodore Ateba2017-09-022-4/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10536 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Correct the comment on SPI driver files.Theodore Ateba2017-09-022-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10535 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Correct the I2C driver code style and comment.Theodore Ateba2017-09-022-4/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10534 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Correct comment in PAL driver files.Theodore Ateba2017-09-022-4/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10533 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Correct comment.Theodore Ateba2017-09-022-8/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10532 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Change commnet, remove empty line.Theodore Ateba2017-09-022-11/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10531 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed some comments.Giovanni Di Sirio2017-09-021-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10530 35acf78f-673a-0410-8e92-d51de3d6d3f4
* removed extra white spaceGiovanni Di Sirio2017-09-021-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10529 35acf78f-673a-0410-8e92-d51de3d6d3f4
* PAL synchronous API.Giovanni Di Sirio2017-09-0210-47/+290
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10528 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Forgot the F103 builderGiovanni Di Sirio2017-09-021-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10527 35acf78f-673a-0410-8e92-d51de3d6d3f4
* PAL callbacks added to STM32F103Giovanni Di Sirio2017-09-0218-527/+2089
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10526 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10525 ↵Giovanni Di Sirio2017-09-0245-1672/+5765
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* PAL callbacks added to STM32F373Giovanni Di Sirio2017-09-0217-944/+1926
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10524 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Update the SPI configuration structure to fix the demo errors during ↵Theodore Ateba2017-09-011-6/+7
| | | | | | compilation with the new SPI configuration. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10523 35acf78f-673a-0410-8e92-d51de3d6d3f4
* 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@10522 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10521 ↵Giovanni Di Sirio2017-09-0111-13/+294
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10520 ↵Giovanni Di Sirio2017-09-018-1/+1560
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10519 ↵Giovanni Di Sirio2017-09-0115-615/+294
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10518 ↵Giovanni Di Sirio2017-09-0111-10/+1705
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Callbacks handling added to STM32 GPIOv2, added F3 support to PAL callbacks ↵Giovanni Di Sirio2017-09-0116-270/+1974
| | | | | | demo. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10517 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Portability enhancements.Giovanni Di Sirio2017-08-312-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10516 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10515 ↵Giovanni Di Sirio2017-08-312-9/+8
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10514 ↵Giovanni Di Sirio2017-08-318-25/+121
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10513 ↵Giovanni Di Sirio2017-08-312-52/+104
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10512 ↵Giovanni Di Sirio2017-08-313-54/+59
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10511 ↵Giovanni Di Sirio2017-08-318-527/+27
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10510 ↵Giovanni Di Sirio2017-08-3134-1/+2435
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Shared ISR handler missing files.Giovanni Di Sirio2017-08-312-0/+527
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10509 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Common ISR handler prototype for STM32L4xx.Giovanni Di Sirio2017-08-315-525/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10508 35acf78f-673a-0410-8e92-d51de3d6d3f4
* PAL callbacks implementation for STM32, not complete yet.Giovanni Di Sirio2017-08-303-1/+227
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10507 35acf78f-673a-0410-8e92-d51de3d6d3f4
* API sduControl() added.Giovanni Di Sirio2017-08-293-3/+48
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10506 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added an ioctl()-like function to the serial driver. No specific codes ↵Giovanni Di Sirio2017-08-294-2/+75
| | | | | | implemented yet. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10505 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added an argument to PAL event callbacks.Giovanni Di Sirio2017-08-293-10/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10504 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Tentative fix for anomalous TC event from STM32 USARTv1 driver.Giovanni Di Sirio2017-08-281-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10503 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added SPI driver system settingsedolomb2017-08-281-3/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10502 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Minor changes in hal_spi_lld driveredolomb2017-08-281-8/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10501 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added DMA Peripheral Interface Numberedolomb2017-08-281-0/+61
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10500 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added SPIv1 driveredolomb2017-08-283-0/+657
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10499 35acf78f-673a-0410-8e92-d51de3d6d3f4