aboutsummaryrefslogtreecommitdiffstats
path: root/os
Commit message (Collapse)AuthorAgeFilesLines
* Inverted dmaInit and aicInit edolomb2018-02-221-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11536 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11535 ↵isiora2018-02-211-2/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug related to spurious interruptedolomb2018-02-211-11/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11533 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added getChannelTransitionSize functionedolomb2018-02-211-0/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11532 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: add DAC low level driver for XMEGA128A4U.Theodore Ateba2018-02-213-0/+536
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11531 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Add DAC to the platform support file.Theodore Ateba2018-02-211-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11530 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Callback invoked on all enabled and pending interrupt sources.isiora2018-02-211-4/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11529 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added default handlers.isiora2018-02-211-3/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11528 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed masking of enabled int in the handler. isiora2018-02-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11527 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bugs on length buffer and transmit queue edolomb2018-02-201-7/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11523 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: add DMA low level driver for XMEGA128A4UTheodore Ateba2018-02-203-0/+353
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11522 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Add DMA to the platform support file.Theodore Ateba2018-02-201-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11521 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added WDRBT flag in MR register as default to avoid overrun using dma.isiora2018-02-201-775/+779
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11520 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Cleanup ISR.isiora2018-02-201-28/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11519 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bugs and code optimizededolomb2018-02-201-13/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11516 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed EXTIv1 from the STM32 platform files.Giovanni Di Sirio2018-02-2011-11/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11515 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Add the support of the Watchdog low level driver to the XMEGA128A4U.Theodore Ateba2018-02-193-0/+416
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11513 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Add watchdog to the platform driver file.Theodore Ateba2018-02-191-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11512 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Correct a bad comment, and the description and remove a wrong details.Theodore Ateba2018-02-191-5/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11511 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Correct the file name.Theodore Ateba2018-02-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11510 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed EXTIv1 from STM32/LLD.Giovanni Di Sirio2018-02-194-426/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11506 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Commented inclusionedolomb2018-02-161-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11503 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Commented inclusionedolomb2018-02-161-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11502 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added SAMA5D28 platform nameedolomb2018-02-161-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11501 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11500 ↵edolomb2018-02-161-6/+6
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* XDMAC0 is SECURE and XDMAC1 is NOT SECUREedolomb2018-02-162-114/+76
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11499 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Improved TC handling in STM32 USART drivers.Giovanni Di Sirio2018-02-161-3/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11497 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Add USART and SERIAL low level driver to the platform description file.Theodore Ateba2018-02-121-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11494 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Add driver.mk file for Usarts and Serials drivers.Theodore Ateba2018-02-121-0/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11493 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Add serial low level driver for ATXMEGA128U4A.Theodore Ateba2018-02-122-0/+1033
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11492 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Add usart low level driver for ATXMEGA128U4A.Theodore Ateba2018-02-122-0/+931
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11491 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Last minute fixes.Giovanni Di Sirio2018-02-117-10/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11481 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11478 ↵Giovanni Di Sirio2018-02-111-1/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* MISRA-related changes.Giovanni Di Sirio2018-02-1020-58/+71
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11473 35acf78f-673a-0410-8e92-d51de3d6d3f4
* MISRA-related fixes.Giovanni Di Sirio2018-02-101-31/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11472 35acf78f-673a-0410-8e92-d51de3d6d3f4
* MISRA-related fixes.gdisirio2018-02-104-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11471 35acf78f-673a-0410-8e92-d51de3d6d3f4
* MISRA-related changes.Giovanni Di Sirio2018-02-101-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11470 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #917.Giovanni Di Sirio2018-02-071-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11468 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #916.Giovanni Di Sirio2018-02-071-0/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11466 35acf78f-673a-0410-8e92-d51de3d6d3f4
* MISRA-related fixes.Giovanni Di Sirio2018-02-061-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11464 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed instances of systime_t used as intervals.Giovanni Di Sirio2018-02-061-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11463 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Syntax error with events disabled.Giovanni Di Sirio2018-02-061-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11462 35acf78f-673a-0410-8e92-d51de3d6d3f4
* MISRA-related fixes.Giovanni Di Sirio2018-02-062-13/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11459 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed an error message.Giovanni Di Sirio2018-02-061-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11458 35acf78f-673a-0410-8e92-d51de3d6d3f4
* MISRA-related fixes.Giovanni Di Sirio2018-02-061-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11456 35acf78f-673a-0410-8e92-d51de3d6d3f4
* MISRA-related fixes.Giovanni Di Sirio2018-02-065-16/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11455 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed test case to work with simulators.Giovanni Di Sirio2018-02-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11454 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Improved ST/MEMS documentation. Completely fixed Bug #915Rocco Marco Guglielmi2018-02-058-13/+17
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11448 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated LSM6DS0 driver to v 1.0.4 (Fixing Bug #915).Rocco Marco Guglielmi2018-02-052-54/+52
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11447 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated LPS25H driver to v 1.0.4 (Fixing Bug #915).Rocco Marco Guglielmi2018-02-052-57/+79
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11446 35acf78f-673a-0410-8e92-d51de3d6d3f4