Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated STM32L432 port. | Rocco Marco Guglielmi | 2016-11-20 | 6 | -1/+150 |
* | Updated LIS3MDL and LSM6DS0 related demos | Rocco Marco Guglielmi | 2016-11-20 | 2 | -4/+4 |
* | Updated STM32L432 mcuconf.h | Rocco Marco Guglielmi | 2016-11-19 | 1 | -87/+4 |
* | Fixed Bug #794 | Rocco Marco Guglielmi | 2016-11-19 | 15 | -16/+3 |
* | Fixed Bug #793 | Rocco Marco Guglielmi | 2016-11-19 | 4 | -3/+1 |
* | Fixed Bug #792 (Partially done on r9915) | Rocco Marco Guglielmi | 2016-11-19 | 1 | -0/+2 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9920 35acf78f-673a-0410... | Rocco Marco Guglielmi | 2016-11-19 | 2 | -9/+5 |
* | Updated STM32L4xx/USB_CDC demo | Rocco Marco Guglielmi | 2016-11-19 | 2 | -8/+4 |
* | Fixed registry typo introduced with STM32L432 support. | Rocco Marco Guglielmi | 2016-11-19 | 1 | -2/+4 |
* | Fixed veneers for XMC1100 | Rocco Marco Guglielmi | 2016-11-19 | 1 | -5/+8 |
* | Added ST_NUCLEO32_L432KC board files | Rocco Marco Guglielmi | 2016-11-19 | 14 | -2/+4624 |
* | Added support for STM32L432. | Rocco Marco Guglielmi | 2016-11-19 | 4 | -5/+498 |
* | Fixed bug #791. | Giovanni Di Sirio | 2016-11-15 | 2 | -1/+3 |
* | Fixed bug #790. | Giovanni Di Sirio | 2016-11-15 | 2 | -2/+3 |
* | Fixed RTC attributes for STM32F07x and STM32F09x devices. | Giovanni Di Sirio | 2016-11-15 | 1 | -2/+2 |
* | Fixed bug #789. | Giovanni Di Sirio | 2016-11-15 | 2 | -0/+9 |
* | Removed duplicated typedef. | Giovanni Di Sirio | 2016-11-15 | 1 | -0/+2 |
* | Add support for AVR, Arduino Mini board. | tfateba | 2016-11-04 | 9 | -0/+1755 |
* | Add support for AVR, Arduino Nano board. | tfateba | 2016-11-04 | 9 | -0/+1752 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9899 35acf78f-673a-0410... | Giovanni Di Sirio | 2016-11-04 | 1 | -1/+1 |
* | Tentative USB suspend fix. | gdisirio | 2016-11-03 | 30 | -218/+428 |
* | Tentative constructors fix. | gdisirio | 2016-11-01 | 1 | -3/+3 |
* | Fixed small ident, readme file and Makefile. | tfateba | 2016-11-01 | 4 | -14/+10 |
* | Add test program for AVR ADC hal. | tfateba | 2016-11-01 | 9 | -3/+1713 |
* | 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 |
* | STM32F7x. Linker scripts renamed according to ordering information scheme fro... | Uladzimir Pylinski | 2016-10-31 | 4 | -6/+6 |
* | 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 |
* | Applied latest warning fix also for 3-byte PC sized models | Fabio Utzig | 2016-10-27 | 1 | -3/+3 |
* | Fixed bug #787. | Giovanni Di Sirio | 2016-10-27 | 3 | -0/+7 |
* | Fixed bug #787. | Giovanni Di Sirio | 2016-10-27 | 2 | -0/+7 |
* | White space fix. | Giovanni Di Sirio | 2016-10-26 | 1 | -0/+1 |
* | Fixed bug #786. | Giovanni Di Sirio | 2016-10-26 | 2 | -3/+11 |
* | Fix casting warnings that prevent using -Werror | Igor Stoppa | 2016-10-25 | 1 | -3/+3 |
* | Fixed extra empty line. | Giovanni Di Sirio | 2016-10-25 | 1 | -1/+0 |
* | Fixed "DOXIGEN" typo. | Giovanni Di Sirio | 2016-10-25 | 2 | -37/+37 |
* | 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 | 10 | -0/+2204 |
* | Shell improvements. | Giovanni Di Sirio | 2016-10-23 | 1 | -10/+14 |
* | 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 | 2 | -1/+3 |
* | Improved OTG number of endpoints handling. | Giovanni Di Sirio | 2016-10-13 | 6 | -3/+31 |
* | Fixed an harmless warning. | Giovanni Di Sirio | 2016-10-11 | 2 | -1/+2 |