aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Added more conditionals to CRY driver. Removed conditionals from high level f...Giovanni Di Sirio2018-06-136-17/+319
* Changed two error codes in a single error type.Giovanni Di Sirio2018-06-131-2/+1
* AVR: Add the Crypto driver to the platform file.Theodore Ateba2018-06-121-0/+1
* AVR: Add Crypto driver.Theodore Ateba2018-06-123-0/+527
* Add crypto encryption and decryption error messages.Theodore Ateba2018-06-121-1/+3
* Add conditional compilation to resolve the compilation error (error: unknown ...Theodore Ateba2018-06-124-1/+23
* Resolve compilation error while Crypto subsystem is activated.Theodore Ateba2018-06-121-0/+1
* Fixed bug introduced by bug #951 fix.Giovanni Di Sirio2018-06-092-1/+5
* Correct bad comment.Theodore Ateba2018-06-071-1/+1
* Fixed Crypto hal source code. Remove undefine variables.Theodore Ateba2018-06-061-4/+2
* Fixed Crypto templete header file.Theodore Ateba2018-06-061-1/+1
* Changed fileStreamGetSize() in order to avoid types mixing.Giovanni Di Sirio2018-06-031-2/+3
* Renamed fileStreamSeek() in fileStreamSetPosition().Giovanni Di Sirio2018-06-021-3/+3
* Modified method to get file position.Giovanni Di Sirio2018-06-021-4/+4
* Added offset field to files.Giovanni Di Sirio2018-06-021-1/+2
* Added initializer sections for flash0...flash7 memory areas in GCC Cortex-M l...Giovanni Di Sirio2018-06-0212-228/+367
* ADCv3 oversampling support.Giovanni Di Sirio2018-06-024-5/+26
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12072 110e8d01-0319-4d1...Giovanni Di Sirio2018-06-021-28/+0
* Documentation fix.Giovanni Di Sirio2018-06-011-1/+1
* Fixed bug #954.Giovanni Di Sirio2018-06-013-3/+5
* Fixed bug #953.Giovanni Di Sirio2018-06-013-6/+9
* Delay added after ADC reset.Giovanni Di Sirio2018-06-011-1/+3
* Smarter checks for STM32F37x ADC/SDADC clocks.Giovanni Di Sirio2018-06-011-4/+6
* Fixed TIMPRE behavior.Giovanni Di Sirio2018-05-272-5/+14
* Fixed bug #952.Giovanni Di Sirio2018-05-274-9/+23
* Fixed bug #951.Giovanni Di Sirio2018-05-265-9/+45
* Fixed bug #950.Giovanni Di Sirio2018-05-263-1/+5
* Fixed bug #948.Giovanni Di Sirio2018-05-261-1/+1
* Fixed bug #948.Giovanni Di Sirio2018-05-263-1/+4
* Added WSPI to hal.mk file.Giovanni Di Sirio2018-05-251-1/+5
* Added an enhanced variant of QSPI named WSPI. QSPI will be deprecated when WS...Giovanni Di Sirio2018-05-254-0/+761
* added SAMA HMAC + fixed TRNG 128 bit generationareviu2018-05-1915-58/+1094
* Fixed bug #948.Giovanni Di Sirio2018-05-173-8/+17
* Template fix.Giovanni Di Sirio2018-05-153-9/+3
* Added mcuconf.h generator for STM32H743xx.Giovanni Di Sirio2018-05-156-10/+518
* Added mcuconf.h generator tool for STM32F413xx.Giovanni Di Sirio2018-05-155-1/+399
* Various fixes to F413 mcuconf and registry. Removed dead options in OTGv1.Giovanni Di Sirio2018-05-153-11/+76
* Updated with new makefiles, added Systick priority initialization.Giovanni Di Sirio2018-05-153-42/+42
* Fixed to be made also to other demos without HAL and backported.Giovanni Di Sirio2018-05-143-40/+47
* Re-unified some of the F4 platform code. Probably more code could be shared.Giovanni Di Sirio2018-05-144-470/+219
* Debug files added, the demo appears to work.Giovanni Di Sirio2018-05-142-2/+56
* Added F413 board, demo and revised HAL code, to be tested.Giovanni Di Sirio2018-05-1419-888/+5551
* Fixed TIMPRE.Giovanni Di Sirio2018-05-122-43/+20
* Fixed documentation and indent.Rocco Marco Guglielmi2018-05-121-27/+27
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12027 110e8d01-0319-4d1...Giovanni Di Sirio2018-05-122-2263/+23
* Reorganization of F4 port, not finished yet.Giovanni Di Sirio2018-05-125-110/+4624
* Fixed bug #947.Giovanni Di Sirio2018-05-123-2/+4
* STM32F4 clock tree rework, unfinished.Giovanni Di Sirio2018-05-112-61/+97
* Refactoring of the proxy stubs code.isiora2018-05-119-17/+316
* Refactory of the proxy stubs code.isiora2018-05-118-244/+729