| Commit message (Expand) | Author | Age | Files | Lines |
* | AVR: Add USART and SERIAL low level driver to the platform description file. | Theodore Ateba | 2018-02-12 | 1 | -0/+1 |
* | AVR: Add driver.mk file for Usarts and Serials drivers. | Theodore Ateba | 2018-02-12 | 1 | -0/+13 |
* | AVR: Add serial low level driver for ATXMEGA128U4A. | Theodore Ateba | 2018-02-12 | 2 | -0/+1033 |
* | AVR: Add usart low level driver for ATXMEGA128U4A. | Theodore Ateba | 2018-02-12 | 2 | -0/+931 |
* | Last minute fixes. | Giovanni Di Sirio | 2018-02-11 | 7 | -10/+21 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11478 35acf78f-673a-041... | Giovanni Di Sirio | 2018-02-11 | 1 | -1/+0 |
* | MISRA-related changes. | Giovanni Di Sirio | 2018-02-10 | 20 | -58/+71 |
* | MISRA-related fixes. | Giovanni Di Sirio | 2018-02-10 | 1 | -31/+36 |
* | MISRA-related fixes. | gdisirio | 2018-02-10 | 4 | -4/+4 |
* | MISRA-related changes. | Giovanni Di Sirio | 2018-02-10 | 1 | -0/+6 |
* | Fixed bug #917. | Giovanni Di Sirio | 2018-02-07 | 1 | -1/+0 |
* | Fixed bug #916. | Giovanni Di Sirio | 2018-02-07 | 1 | -0/+9 |
* | MISRA-related fixes. | Giovanni Di Sirio | 2018-02-06 | 1 | -0/+3 |
* | Fixed instances of systime_t used as intervals. | Giovanni Di Sirio | 2018-02-06 | 1 | -4/+4 |
* | Syntax error with events disabled. | Giovanni Di Sirio | 2018-02-06 | 1 | -2/+3 |
* | MISRA-related fixes. | Giovanni Di Sirio | 2018-02-06 | 2 | -13/+27 |
* | Fixed an error message. | Giovanni Di Sirio | 2018-02-06 | 1 | -2/+2 |
* | MISRA-related fixes. | Giovanni Di Sirio | 2018-02-06 | 1 | -0/+2 |
* | MISRA-related fixes. | Giovanni Di Sirio | 2018-02-06 | 5 | -16/+23 |
* | Fixed test case to work with simulators. | Giovanni Di Sirio | 2018-02-06 | 1 | -1/+1 |
* | Improved ST/MEMS documentation. Completely fixed Bug #915 | Rocco Marco Guglielmi | 2018-02-05 | 8 | -13/+17 |
* | Updated LSM6DS0 driver to v 1.0.4 (Fixing Bug #915). | Rocco Marco Guglielmi | 2018-02-05 | 2 | -54/+52 |
* | Updated LPS25H driver to v 1.0.4 (Fixing Bug #915). | Rocco Marco Guglielmi | 2018-02-05 | 2 | -57/+79 |
* | Updated LIS302DL driver to v 1.0.4 (Fixing Bug #915). | Rocco Marco Guglielmi | 2018-02-05 | 2 | -43/+43 |
* | Updated LIS3MDL driver to v 1.0.5 (Fixing Bug #915). | Rocco Marco Guglielmi | 2018-02-05 | 2 | -68/+68 |
* | Minor documentation fixes | Rocco Marco Guglielmi | 2018-02-05 | 3 | -3/+3 |
* | Updated L3GD20 driver to v 1.0.5 (Fixing Bug #915). | Rocco Marco Guglielmi | 2018-02-05 | 2 | -91/+90 |
* | Updated HTS221 driver to v 1.0.1 (Fixing Bug #915). | Rocco Marco Guglielmi | 2018-02-05 | 2 | -287/+332 |
* | Updated LIS3DSH driver to v 1.0. (Fixing Bug #915). | Rocco Marco Guglielmi | 2018-02-05 | 2 | -147/+147 |
* | Updated LSM303DLHC driver to v 1.0.4 (Fixing Bug #915). | Rocco Marco Guglielmi | 2018-02-05 | 2 | -54/+53 |
* | Added instance getter macros (Fixing Bug #915). | Rocco Marco Guglielmi | 2018-02-05 | 7 | -0/+49 |
* | Updated peripherals interfaces (Fixing Bug #915). | Rocco Marco Guglielmi | 2018-02-05 | 7 | -54/+54 |
* | Fixed a comment. | Giovanni Di Sirio | 2018-02-05 | 1 | -1/+0 |
* | Fixed small problem in unhandled exceptions handler. | Giovanni Di Sirio | 2018-02-05 | 1 | -1/+2 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11432 35acf78f-673a-041... | Giovanni Di Sirio | 2018-02-04 | 1 | -1/+1 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11430 35acf78f-673a-041... | Giovanni Di Sirio | 2018-02-04 | 1 | -1/+7 |
* | Various fixes submitted by pl4nkton. | Giovanni Di Sirio | 2018-02-02 | 4 | -10/+25 |
* | Documentation fixes. | Giovanni Di Sirio | 2018-02-02 | 4 | -6/+6 |
* | Fixed bug #914. | Giovanni Di Sirio | 2018-02-02 | 2 | -11/+11 |
* | update sdmmc test hal project with read and write to file | areviu | 2018-02-01 | 1 | -1/+1 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11418 35acf78f-673a-041... | isiora | 2018-01-30 | 1 | -2/+0 |
* | Fixed r12 (ip) saving. | isiora | 2018-01-30 | 1 | -62/+56 |
* | Code cleanup. | isiora | 2018-01-30 | 2 | -25/+31 |
* | MAC now works with checksum offload | edolomb | 2018-01-30 | 2 | -17/+6 |
* | Fixed bug on length of frame | edolomb | 2018-01-29 | 1 | -1/+4 |
* | Fixed the saving of lr_mon and spsr_mon in smc exception entry. | isiora | 2018-01-24 | 2 | -13/+20 |
* | Added saving of banked register. | isiora | 2018-01-24 | 3 | -22/+16 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11401 35acf78f-673a-041... | isiora | 2018-01-24 | 1 | -0/+2 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11400 35acf78f-673a-041... | isiora | 2018-01-24 | 1 | -0/+2 |
* | Fixed bugs | edolomb | 2018-01-24 | 1 | -7/+3 |