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