aboutsummaryrefslogtreecommitdiffstats
path: root/os
Commit message (Expand)AuthorAgeFilesLines
* Fixed some mcuconf.h files and a regression introduced by the new STM32F4 clo...Giovanni Di Sirio2018-06-171-1/+1
* Moved RT version to 6.0, updated all chconf.h files.Giovanni Di Sirio2018-06-163-4/+92
* Fixed compile time regression in USARTv1 driver.Giovanni Di Sirio2018-06-151-1/+1
* Added qSetLink().Giovanni Di Sirio2018-06-151-0/+11
* New API added to pools and fifos.Giovanni Di Sirio2018-06-153-32/+133
* AVR: ADD SPI driver to the AVR XMEGA family.Theodore Ateba2018-06-153-0/+727
* AVR: ADD SPI driver to the AVR platform.Theodore Ateba2018-06-151-0/+1
* AVR: Update the error code for the encryption/decryption operations.Theodore Ateba2018-06-131-2/+2
* Missing dummy structures.Giovanni Di Sirio2018-06-131-6/+22
* 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-0211-228/+365
* ADCv3 oversampling support.Giovanni Di Sirio2018-06-022-5/+23
* 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-011-1/+1
* Fixed bug #953.Giovanni Di Sirio2018-06-011-0/+1
* 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-273-9/+21
* Fixed bug #951.Giovanni Di Sirio2018-05-264-9/+42
* Fixed bug #950.Giovanni Di Sirio2018-05-262-0/+2
* Fixed bug #948.Giovanni Di Sirio2018-05-261-1/+1
* Fixed bug #948.Giovanni Di Sirio2018-05-262-1/+2
* 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-193-25/+387
* Fixed bug #948.Giovanni Di Sirio2018-05-172-8/+15
* Added mcuconf.h generator for STM32H743xx.Giovanni Di Sirio2018-05-151-0/+5
* Various fixes to F413 mcuconf and registry. Removed dead options in OTGv1.Giovanni Di Sirio2018-05-152-8/+14
* Re-unified some of the F4 platform code. Probably more code could be shared.Giovanni Di Sirio2018-05-143-465/+210
* Added F413 board, demo and revised HAL code, to be tested.Giovanni Di Sirio2018-05-1410-886/+3790
* 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