aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/SAMA/LLD
Commit message (Expand)AuthorAgeFilesLines
* Minor changes.isiora2018-03-181-0/+2
* - Minor changesedolomb2018-03-161-1/+1
* removed old reg check and correct some indentareviu2018-02-282-4/+2
* Modified burst sizeedolomb2018-02-261-20/+20
* Modified burst sizeedolomb2018-02-261-12/+12
* Removed pin's configurationedolomb2018-02-261-16/+0
* Enabled error interrupts on DMAedolomb2018-02-261-4/+4
* sdmmc driver update, added support for reliance edge fsareviu2018-02-2624-350/+1473
* Fixed bug related to spurious interruptedolomb2018-02-211-11/+11
* Added getChannelTransitionSize functionedolomb2018-02-211-0/+14
* Callback invoked on all enabled and pending interrupt sources.isiora2018-02-211-4/+3
* Fixed masking of enabled int in the handler. isiora2018-02-211-1/+1
* Fixed bugs on length buffer and transmit queue edolomb2018-02-201-7/+19
* Added WDRBT flag in MR register as default to avoid overrun using dma.isiora2018-02-201-775/+779
* Cleanup ISR.isiora2018-02-201-28/+18
* Fixed bugs and code optimizededolomb2018-02-201-13/+5
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11500 35acf78f-673a-041...edolomb2018-02-161-6/+6
* XDMAC0 is SECURE and XDMAC1 is NOT SECUREedolomb2018-02-162-114/+76
* update sdmmc test hal project with read and write to fileareviu2018-02-011-1/+1
* MAC now works with checksum offloadedolomb2018-01-302-17/+6
* Fixed bug on length of frameedolomb2018-01-291-1/+4
* Mass update of the Apache 2.0 license statement.Giovanni Di Sirio2018-01-2024-34/+34
* Fixed bugsedolomb2018-01-181-2/+5
* removed legacy code for pmcareviu2018-01-1512-1340/+42
* Added security configurationedolomb2018-01-151-0/+5
* Added security configurationedolomb2018-01-151-0/+5
* Added security configurationedolomb2018-01-151-0/+3
* Added security configurationedolomb2018-01-152-1/+32
* Added security configurationedolomb2018-01-151-0/+30
* Added security configurationedolomb2018-01-151-0/+30
* fixed missing check for HAL_USE_SDMMCareviu2018-01-139-0/+38
* update SDMMC driver and added test hal projectareviu2018-01-1118-155/+1201
* first draft. initialization workingareviu2018-01-0724-0/+8312
* GMAC driveredolomb2017-12-223-0/+1164
* added SHA in dma modeareviu2017-12-034-67/+132
* update sha and trng lldareviu2017-11-309-193/+92
* Added const qualifierisiora2017-11-251-1/+1
* added sha (polling)areviu2017-11-164-1/+365
* added DmaRelease when driver stops areviu2017-11-151-0/+7
* Fixed SAMA_DMA_FREE assert.isiora2017-11-141-1/+1
* added SAMA TRNG driverareviu2017-11-143-0/+94
* Wrapped with the halconf USE macro.isiora2017-11-144-0/+25
* added aes and (t)des in dma mode + test suite cryptoareviu2017-11-132-126/+151
* added crypto aes and des polling modeareviu2017-11-117-0/+831
* SAMA RTC driveredolomb2017-11-103-0/+777
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10909 35acf78f-673a-041...edolomb2017-10-301-100/+100
* Fixed Bug Errata Maskedolomb2017-10-301-1/+1
* Reintegrate sama5d2_dev branchisiora2017-10-226-308/+326
* Minor changes in sama_xdmac driveredolomb2017-10-012-6/+7
* Added spi FLEXCOMedolomb2017-10-012-48/+519