aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [CPP wrappers] Base mailbox class now strongly typed and template based.barthess2014-09-113-120/+94
* [KINETIS] Corrected copyright assignment.spacecoaster2014-09-1112-20/+12
* [CPP wrappers] More relevant name given for *.mk file.barthess2014-09-102-4/+5
* [CPP wrappers] Syscalls cleanup.barthess2014-09-101-41/+4
* [CPP wrappers] xxxTimeout(timeout) functions replaced with overloaded ones li...barthess2014-09-102-19/+18
* Added function chThdQueueIsEmptyI(), fixed a naming error in threads queues s...gdisirio2014-09-105-6/+23
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7254 35acf78f-673a-0410...gdisirio2014-09-102-7/+7
* [KINETIS] Add missing define for pal_lld_setpadmode()spacecoaster2014-09-082-1/+18
* [KINETIS] ADC example program for FREEDOM-KL25Z board.spacecoaster2014-09-059-0/+1350
* [KINETIS] ADC LLD files.spacecoaster2014-09-056-0/+627
* [KINETIS] Registers and fields for ADC.spacecoaster2014-09-052-28/+111
* [AVR] SPI driver updated for 3.0 + removed weird slave interface supportutzig2014-09-042-35/+15
* [KINETIS] Add GPT test demoutzig2014-09-039-0/+1306
* [KINETIS] Add GPT driverutzig2014-09-033-0/+669
* [KINETIS] Add PIT registersutzig2014-09-031-0/+36
* [KINETIS] Add I2C test demoutzig2014-09-026-0/+1176
* [KINETIS] Fix alignmentutzig2014-09-021-1/+1
* [KINETIS] Fix timer registers for K2xutzig2014-09-021-26/+432
* [KINETIS] Removed stack sizes from linker scriptsutzig2014-09-022-4/+0
* [AVR] Add very simple I2C test demoutzig2014-09-026-0/+1554
* [AVR] I2C driver updated for chibios3/nil + fixesutzig2014-09-022-46/+20
* [KINETIS] Fix warning using pal_lld_setpadmodeutzig2014-09-021-0/+3
* [STM32 FSMC] Updated board files for testhal.barthess2014-09-012-26/+25
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7231 35acf78f-673a-0410...gdisirio2014-09-011-1/+1
* Fixed RTC on STM32F0xx.gdisirio2014-09-014-1/+13
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7227 35acf78f-673a-0410...gdisirio2014-09-013-0/+3
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7224 35acf78f-673a-0410...gdisirio2014-09-015-30/+218
* [KINETIS] Add USB registersutzig2014-09-011-0/+90
* [KINETIS] Add flash protection defaults to HALutzig2014-09-012-0/+42
* [KINETIS] Remove flash protection code from demoutzig2014-09-011-21/+0
* [KINETIS] Move I2C driver to LLDutzig2014-09-014-1/+2
* [KINETIS] Fix base flash sizeutzig2014-09-011-1/+1
* [KINETIS] Enable use of I2C connected to MMA8451utzig2014-09-011-1/+1
* [KINETIS] EXT demosutzig2014-09-0118-0/+2694
* [KINETIS] Move to standardized port skelutzig2014-09-016-7/+104
* [KINETIS] Add EXT driverutzig2014-09-012-0/+551
* [KINETIS] Correct K2x NUM_VECTORSutzig2014-09-011-1/+1
* [KINETIS] Improved PORT IRQC definitionutzig2014-09-011-1/+3
* Improved icuWaitCapture().gdisirio2014-08-313-4/+13
* Enhanced ICU driver.gdisirio2014-08-3110-32/+50
* Improvements to the ICU driver (not finished).gdisirio2014-08-315-60/+233
* Fixed bug #529.gdisirio2014-08-301-2/+2
* Enhanced PWM drivergdisirio2014-08-3015-71/+395
* [KINETIS] Fixes to I2C registersutzig2014-08-292-18/+16
* [KINETIS] Initial I2C driver for K2xutzig2014-08-293-0/+583
* [FSMC SRAM] Naming convention fixes.barthess2014-08-263-8/+8
* [CPP wrapper] Added unlock functions to Mutex class.barthess2014-08-262-0/+32
* [FSMC SRAM] Fixed speed degradation in testhal application.barthess2014-08-262-66/+67
* [FSMC NAND] Minor changes in testhal application.barthess2014-08-264-728/+690
* [FSMC SRAM] Added testhal application.barthess2014-08-267-0/+1643