Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Updated STM32L432 port. | Rocco Marco Guglielmi | 2016-11-20 | 5 | -0/+149 | |
* | Fixed Bug #794 | Rocco Marco Guglielmi | 2016-11-19 | 14 | -15/+0 | |
* | Fixed registry typo introduced with STM32L432 support. | Rocco Marco Guglielmi | 2016-11-19 | 1 | -2/+4 | |
* | Added ST_NUCLEO32_L432KC board files | Rocco Marco Guglielmi | 2016-11-19 | 4 | -0/+2911 | |
* | Added support for STM32L432. | Rocco Marco Guglielmi | 2016-11-19 | 2 | -5/+328 | |
* | Fixed bug #791. | Giovanni Di Sirio | 2016-11-15 | 1 | -1/+1 | |
* | Fixed bug #790. | Giovanni Di Sirio | 2016-11-15 | 1 | -2/+1 | |
* | Fixed RTC attributes for STM32F07x and STM32F09x devices. | Giovanni Di Sirio | 2016-11-15 | 1 | -2/+2 | |
* | Removed duplicated typedef. | Giovanni Di Sirio | 2016-11-15 | 1 | -0/+2 | |
* | Add support for AVR, Arduino Mini board. | tfateba | 2016-11-04 | 3 | -0/+109 | |
* | Add support for AVR, Arduino Nano board. | tfateba | 2016-11-04 | 3 | -0/+109 | |
* | Tentative USB suspend fix. | gdisirio | 2016-11-03 | 4 | -112/+164 | |
* | Fixed small ident, readme file and Makefile. | tfateba | 2016-11-01 | 1 | -1/+1 | |
* | Add test program for AVR ADC hal. | tfateba | 2016-11-01 | 2 | -3/+3 | |
* | Regenerated board files from XML after removing ULPI specification. | Giovanni Di Sirio | 2016-10-31 | 4 | -185/+189 | |
* | STM32F7x. Nucleo-144 board.h fixes. This boards have no external USB PHY. | Uladzimir Pylinski | 2016-10-31 | 2 | -10/+0 | |
* | Fixed small documentation error in STM32 RTCv1 driver. | Giovanni Di Sirio | 2016-10-30 | 1 | -2/+2 | |
* | Fixed RTC on newer STM32F7 devices. | Giovanni Di Sirio | 2016-10-28 | 4 | -7/+8 | |
* | White space fix. | Giovanni Di Sirio | 2016-10-26 | 1 | -0/+1 | |
* | Fixed bug #786. | Giovanni Di Sirio | 2016-10-26 | 1 | -3/+9 | |
* | Fixed assumption about EXT trigger mode | Fabio Utzig | 2016-10-23 | 1 | -6/+6 | |
* | Small style fix | Fabio Utzig | 2016-10-23 | 1 | -1/+1 | |
* | Added EXT driver | Fabio Utzig | 2016-10-23 | 4 | -0/+512 | |
* | Fixed style / be more defensive writing register | Fabio Utzig | 2016-10-21 | 1 | -11/+3 | |
* | Fixed issue that caused interrupts to never be served | Fabio Utzig | 2016-10-21 | 1 | -0/+3 | |
* | Added support for ATmega162 | Fabio Utzig | 2016-10-19 | 3 | -12/+50 | |
* | Added os-less OSAL for AVR | Fabio Utzig | 2016-10-17 | 3 | -0/+1308 | |
* | Fixed collision in multi-byte SPI write | Fabio Utzig | 2016-10-17 | 1 | -14/+15 | |
* | Fixed some timer-related definitions in the STM32F0 registry. | Giovanni Di Sirio | 2016-10-17 | 1 | -3/+18 | |
* | Fixed bug #785. | Giovanni Di Sirio | 2016-10-17 | 1 | -1/+1 | |
* | Improved OTG number of endpoints handling. | Giovanni Di Sirio | 2016-10-13 | 5 | -3/+29 | |
* | Fixed Bug #783. | Rocco Marco Guglielmi | 2016-10-05 | 1 | -2/+2 | |
* | Fixed Bug #782. | Rocco Marco Guglielmi | 2016-10-03 | 1 | -0/+3 | |
* | ADC hooks renamed. | Giovanni Di Sirio | 2016-10-03 | 1 | -7/+17 | |
* | STM32F7 QUADSPI fix. | Giovanni Di Sirio | 2016-10-03 | 1 | -0/+30 | |
* | Fixed Bug #780. | Rocco Marco Guglielmi | 2016-09-28 | 1 | -1/+2 | |
* | Updated license header. | Rocco Marco Guglielmi | 2016-09-26 | 1 | -13/+10 | |
* | Changes in sensor interfaces. Now biases are float since used only for cooked... | Rocco Marco Guglielmi | 2016-09-25 | 6 | -6/+6 | |
* | Replaced tabs with spaces (not a real bug). | Rocco Marco Guglielmi | 2016-09-24 | 1 | -2/+2 | |
* | Fixed Bug #779. | Rocco Marco Guglielmi | 2016-09-24 | 1 | -6/+6 | |
* | Fixed Bug #778. | Rocco Marco Guglielmi | 2016-09-24 | 1 | -1/+1 | |
* | Fixed Bug #776. | Rocco Marco Guglielmi | 2016-09-24 | 1 | -4/+12 | |
* | Fixed bug #775. | Giovanni Di Sirio | 2016-09-13 | 1 | -0/+1 | |
* | Fixed duplicated buffers in USARTv2 driver. | Giovanni Di Sirio | 2016-09-13 | 2 | -5/+1 | |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9753 35acf78f-673a-0410... | Giovanni Di Sirio | 2016-08-28 | 4 | -19/+116 | |
* | Implemented advanced queues in STM32 USARTv2 driver. | Giovanni Di Sirio | 2016-08-27 | 5 | -10/+253 | |
* | Fixed bug #773. | Giovanni Di Sirio | 2016-08-26 | 1 | -2/+6 | |
* | Removed extra brackets. | Giovanni Di Sirio | 2016-08-26 | 1 | -8/+8 | |
* | Fixed bug #770. | Giovanni Di Sirio | 2016-08-26 | 1 | -1/+2 | |
* | Added automatic number of channels initialization for ADCv2. | Giovanni Di Sirio | 2016-08-26 | 3 | -1/+17 |