aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Changed SPI's frequencyedolomb2018-02-201-7/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11518 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11517 ↵edolomb2018-02-201-2/+2
| | | | 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 testhal watchdog demo code.tfateba2018-02-196-0/+1582
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11514 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
* AVR: Add a testhal demo for XMEGA128U4A for OSLIB test suite.Theodore Ateba2018-02-196-0/+1614
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11509 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
* Added demo SPI with Flexcomedolomb2018-02-1611-0/+1812
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11505 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Changed CH_DBG_THREADS_PROFILING at FALSEedolomb2018-02-161-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11504 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 a testhal demo for XMEGA128U4A to test the SERIAL low level driver.Theodore Ateba2018-02-126-0/+1615
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11496 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Add a testhal demo for XMEGA128U4A to test the USART low level driver.Theodore Ateba2018-02-126-0/+1619
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11495 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
* -Removed macroedolomb2018-02-122-3/+3
| | | | | | -SPI works only as master git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11490 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed macroedolomb2018-02-121-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11489 35acf78f-673a-0410-8e92-d51de3d6d3f4
* SAMA5D2-SPI now runs in DDRAMedolomb2018-02-123-144/+201
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11488 35acf78f-673a-0410-8e92-d51de3d6d3f4
* SAMA5D2-SERIAL now runs in DDR using FLEXCOM0 as serialedolomb2018-02-127-42/+107
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11487 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Last minute fixes.Giovanni Di Sirio2018-02-119-4994/+4859
| | | | 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
* More reports.Giovanni Di Sirio2018-02-115-385/+661
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11475 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Modified launch configurations to use OPENOCD env var.Giovanni Di Sirio2018-02-113-22/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11474 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-104-8/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11470 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RT MISRA reports.Giovanni Di Sirio2018-02-072-9/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11469 35acf78f-673a-0410-8e92-d51de3d6d3f4