aboutsummaryrefslogtreecommitdiffstats
path: root/os
Commit message (Collapse)AuthorAgeFilesLines
...
* More on bug #513.gdisirio2014-09-131-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7266 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #533.gdisirio2014-09-131-0/+1
| | | | 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-112-117/+91
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7260 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Corrected copyright assignment.spacecoaster2014-09-118-16/+8
| | | | 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 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 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] 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] 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-011-26/+21
| | | | 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] 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] 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-313-12/+23
| | | | 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-314-56/+229
| | | | 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-307-71/+330
| | | | 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-262-6/+6
| | | | 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-261-62/+62
| | | | 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-261-721/+682
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7197 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [FSMC SRAM] Added driver code.barthess2014-08-265-24/+395
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7195 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [FSMC NAND] Low level driver cosmetical cleanupbarthess2014-08-262-34/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7194 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7190 ↵gdisirio2014-08-252-11/+27
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #527.gdisirio2014-08-242-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7188 35acf78f-673a-0410-8e92-d51de3d6d3f4
* [KINETIS] Add MCHCK board filesutzig2014-08-233-0/+173
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7186 35acf78f-673a-0410-8e92-d51de3d6d3f4