| Commit message (Expand) | Author | Age | Files | Lines |
* | [CPP wrappers] More relevant name given for *.mk file. | barthess | 2014-09-10 | 2 | -4/+5 |
* | [CPP wrappers] Syscalls cleanup. | barthess | 2014-09-10 | 1 | -41/+4 |
* | [CPP wrappers] xxxTimeout(timeout) functions replaced with overloaded ones li... | barthess | 2014-09-10 | 2 | -19/+18 |
* | Added function chThdQueueIsEmptyI(), fixed a naming error in threads queues s... | gdisirio | 2014-09-10 | 5 | -6/+23 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7254 35acf78f-673a-0410... | gdisirio | 2014-09-10 | 2 | -7/+7 |
* | [KINETIS] Add missing define for pal_lld_setpadmode() | spacecoaster | 2014-09-08 | 2 | -1/+18 |
* | [KINETIS] ADC example program for FREEDOM-KL25Z board. | spacecoaster | 2014-09-05 | 9 | -0/+1350 |
* | [KINETIS] ADC LLD files. | spacecoaster | 2014-09-05 | 6 | -0/+627 |
* | [KINETIS] Registers and fields for ADC. | spacecoaster | 2014-09-05 | 2 | -28/+111 |
* | [AVR] SPI driver updated for 3.0 + removed weird slave interface support | utzig | 2014-09-04 | 2 | -35/+15 |
* | [KINETIS] Add GPT test demo | utzig | 2014-09-03 | 9 | -0/+1306 |
* | [KINETIS] Add GPT driver | utzig | 2014-09-03 | 3 | -0/+669 |
* | [KINETIS] Add PIT registers | utzig | 2014-09-03 | 1 | -0/+36 |
* | [KINETIS] Add I2C test demo | utzig | 2014-09-02 | 6 | -0/+1176 |
* | [KINETIS] Fix alignment | utzig | 2014-09-02 | 1 | -1/+1 |
* | [KINETIS] Fix timer registers for K2x | utzig | 2014-09-02 | 1 | -26/+432 |
* | [KINETIS] Removed stack sizes from linker scripts | utzig | 2014-09-02 | 2 | -4/+0 |
* | [AVR] Add very simple I2C test demo | utzig | 2014-09-02 | 6 | -0/+1554 |
* | [AVR] I2C driver updated for chibios3/nil + fixes | utzig | 2014-09-02 | 2 | -46/+20 |
* | [KINETIS] Fix warning using pal_lld_setpadmode | utzig | 2014-09-02 | 1 | -0/+3 |
* | [STM32 FSMC] Updated board files for testhal. | barthess | 2014-09-01 | 2 | -26/+25 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7231 35acf78f-673a-0410... | gdisirio | 2014-09-01 | 1 | -1/+1 |
* | Fixed RTC on STM32F0xx. | gdisirio | 2014-09-01 | 4 | -1/+13 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7227 35acf78f-673a-0410... | gdisirio | 2014-09-01 | 3 | -0/+3 |
* | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7224 35acf78f-673a-0410... | gdisirio | 2014-09-01 | 5 | -30/+218 |
* | [KINETIS] Add USB registers | utzig | 2014-09-01 | 1 | -0/+90 |
* | [KINETIS] Add flash protection defaults to HAL | utzig | 2014-09-01 | 2 | -0/+42 |
* | [KINETIS] Remove flash protection code from demo | utzig | 2014-09-01 | 1 | -21/+0 |
* | [KINETIS] Move I2C driver to LLD | utzig | 2014-09-01 | 4 | -1/+2 |
* | [KINETIS] Fix base flash size | utzig | 2014-09-01 | 1 | -1/+1 |
* | [KINETIS] Enable use of I2C connected to MMA8451 | utzig | 2014-09-01 | 1 | -1/+1 |
* | [KINETIS] EXT demos | utzig | 2014-09-01 | 18 | -0/+2694 |
* | [KINETIS] Move to standardized port skel | utzig | 2014-09-01 | 6 | -7/+104 |
* | [KINETIS] Add EXT driver | utzig | 2014-09-01 | 2 | -0/+551 |
* | [KINETIS] Correct K2x NUM_VECTORS | utzig | 2014-09-01 | 1 | -1/+1 |
* | [KINETIS] Improved PORT IRQC definition | utzig | 2014-09-01 | 1 | -1/+3 |
* | Improved icuWaitCapture(). | gdisirio | 2014-08-31 | 3 | -4/+13 |
* | Enhanced ICU driver. | gdisirio | 2014-08-31 | 10 | -32/+50 |
* | Improvements to the ICU driver (not finished). | gdisirio | 2014-08-31 | 5 | -60/+233 |
* | Fixed bug #529. | gdisirio | 2014-08-30 | 1 | -2/+2 |
* | Enhanced PWM driver | gdisirio | 2014-08-30 | 15 | -71/+395 |
* | [KINETIS] Fixes to I2C registers | utzig | 2014-08-29 | 2 | -18/+16 |
* | [KINETIS] Initial I2C driver for K2x | utzig | 2014-08-29 | 3 | -0/+583 |
* | [FSMC SRAM] Naming convention fixes. | barthess | 2014-08-26 | 3 | -8/+8 |
* | [CPP wrapper] Added unlock functions to Mutex class. | barthess | 2014-08-26 | 2 | -0/+32 |
* | [FSMC SRAM] Fixed speed degradation in testhal application. | barthess | 2014-08-26 | 2 | -66/+67 |
* | [FSMC NAND] Minor changes in testhal application. | barthess | 2014-08-26 | 4 | -728/+690 |
* | [FSMC SRAM] Added testhal application. | barthess | 2014-08-26 | 7 | -0/+1643 |
* | [FSMC SRAM] Added driver code. | barthess | 2014-08-26 | 5 | -24/+395 |
* | [FSMC NAND] Low level driver cosmetical cleanup | barthess | 2014-08-26 | 2 | -34/+22 |