aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Pipes API added to factory. Updated templates (to be run).Giovanni Di Sirio2018-09-274-2/+187
* Small comment error.Giovanni Di Sirio2018-09-271-1/+1
* Added pipes to OSLIB.Giovanni Di Sirio2018-09-265-86/+236
* STM32F0 registry fixes.Giovanni Di Sirio2018-09-261-2/+4
* Fixed regression in UARTv2 serial driver.Giovanni Di Sirio2018-09-261-0/+1
* Fixed some truncated strings.Giovanni Di Sirio2018-09-262-8/+8
* Added mcuconf.h generator for STM32L432xx.Giovanni Di Sirio2018-09-235-29/+303
* Modified USARTv2 to support HW FIFOs where present.Giovanni Di Sirio2018-09-233-14/+31
* Added check on right mcuconf.h for L476xx.gdisirio2018-09-231-1/+4
* Added mcuconf.h generator for L476.Giovanni Di Sirio2018-09-2318-230/+524
* Fixed bug #979.Giovanni Di Sirio2018-09-234-57/+3
* Removed unused settings.Giovanni Di Sirio2018-09-236-21/+1
* USARTv2 made DMAMUX-aware.Giovanni Di Sirio2018-09-2210-13/+323
* Fixed a wrong comment in usbcfg.c files.Giovanni Di Sirio2018-09-1923-23/+23
* Fixed bug #977.Giovanni Di Sirio2018-09-191-1/+1
* Fixed bug #978.Giovanni Di Sirio2018-09-192-2/+4
* Fixed l496 generator.Giovanni Di Sirio2018-09-191-2/+2
* Added demo for STM32L496 and various support stuff.Giovanni Di Sirio2018-09-173-25/+380
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12269 110e8d01-0319-4d1...Giovanni Di Sirio2018-09-1716-3/+2043
* DACv1 joins the club. More checks in ADCv3.Giovanni Di Sirio2018-09-169-4/+124
* Adapted ADCv3 to STM32L4+.Giovanni Di Sirio2018-09-169-23/+97
* Imported I2Cv3 driver in L4+ HAL.Giovanni Di Sirio2018-09-169-57/+217
* SPI files for L4+, to be continued.Giovanni Di Sirio2018-09-1513-1/+1976
* Reintegrated CANv1 in L4+ HAL.Giovanni Di Sirio2018-09-153-0/+5
* Reintegrated timer-related drivers in L4+ HAL.Giovanni Di Sirio2018-09-152-0/+82
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12261 110e8d01-0319-4d1...Giovanni Di Sirio2018-09-152-39/+1
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12260 110e8d01-0319-4d1...Giovanni Di Sirio2018-09-158-18/+160
* Simplified updater tool.gdisirio2018-09-156-56/+0
* Added generator for L4+, file template not yet complete, drivers need to be t...Giovanni Di Sirio2018-09-155-3/+220
* Mass update of halconf.h files.gdisirio2018-09-15248-192/+2314
* Correct serial port.Giovanni Di Sirio2018-09-153-9/+9
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12255 110e8d01-0319-4d1...Giovanni Di Sirio2018-09-121-0/+85
* Updated halconf generator.Giovanni Di Sirio2018-09-091-0/+7
* New TRNG driver model added to HAL.Giovanni Di Sirio2018-09-0910-0/+529
* Some changes to the crypto infrastructure.Giovanni Di Sirio2018-09-086-48/+62
* More work on crypto.Giovanni Di Sirio2018-09-082-16/+56
* Preparation work for STM32 crypto driver.Giovanni Di Sirio2018-09-082-21/+77
* TRNG API now takes a new "size" parameter, the API can now generate random nu...Giovanni Di Sirio2018-09-087-11/+18
* Missing board files.Giovanni Di Sirio2018-09-085-0/+3611
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12247 110e8d01-0319-4d1...Giovanni Di Sirio2018-09-0710-0/+2220
* AVR: Enable the UART driver to avoid compilation errors.Theodore Ateba2018-09-061-1/+1
* Fixed bug #977.Giovanni Di Sirio2018-09-062-2/+4
* Fixed bug #976.Giovanni Di Sirio2018-09-062-1/+3
* Updated CMSIS to 5.4.0.Giovanni Di Sirio2018-09-0624-552/+1906
* Fixed bugsedolomb2018-09-063-1/+73
* AVR: Cleanup code source.Theodore Ateba2018-09-046-61/+60
* AVR: Correct the indentation on hal_crypto_lld.c file.Theodore Ateba2018-09-041-22/+22
* AVR: Change the comment type and correct indentation at the end of the file.Theodore Ateba2018-09-042-31/+31
* Tentative fix for STM32F070x6 GPIOD.Giovanni Di Sirio2018-08-261-0/+4
* Fixed a corner case.Giovanni Di Sirio2018-08-261-1/+8