aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove a compilation warning.Theodore Ateba2017-09-131-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10581 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add PAL line support in PAL lld for AVR port.Theodore Ateba2017-09-132-0/+199
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10580 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Cosmetic changes in SAMA clock initRocco Marco Guglielmi2017-09-131-15/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10579 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated LLD templates with latest changes.Giovanni Di Sirio2017-09-134-0/+62
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10578 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #884.Giovanni Di Sirio2017-09-132-5/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10576 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed GPIO port index calculation.Giovanni Di Sirio2017-09-113-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10573 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Moved wakeup logic in LLD.Giovanni Di Sirio2017-09-094-34/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10572 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added wakeup bit clear on interrupt.Giovanni Di Sirio2017-09-091-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10571 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Tentative implementation of USB host wake-up API.gdisirio2017-09-095-7/+67
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10570 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #885.Giovanni Di Sirio2017-09-092-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10567 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed some typos and errors in the new hal_pal.h.Giovanni Di Sirio2017-09-091-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10566 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10565 ↵Giovanni Di Sirio2017-09-093-23/+59
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add comment to all AVR Makefiles.Theodore Ateba2017-09-0722-4/+55
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10564 35acf78f-673a-0410-8e92-d51de3d6d3f4
* FatFS 0.13 integrated.Giovanni Di Sirio2017-09-0715-382/+396
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10562 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Add stm32f429 discovery demo to multi-devices-boards application.Theodore Ateba2017-09-067-0/+1519
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10561 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #883.Giovanni Di Sirio2017-09-052-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10558 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added UART driver system settingsedolomb2017-09-041-2/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10557 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added USARTv1 driveredolomb2017-09-043-0/+827
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10556 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Included USARTv1 Driveredolomb2017-09-041-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10555 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added pmc functions for UARTxedolomb2017-09-041-1/+70
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10554 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added clock definition for UARTxedolomb2017-09-041-0/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10553 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed OSAL.H macro...gdisirio2017-09-044-12/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10552 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed _ from guard macros for consistency with other files.Giovanni Di Sirio2017-09-044-12/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10551 35acf78f-673a-0410-8e92-d51de3d6d3f4
* 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