Commit Graph

5476 Commits

Author SHA1 Message Date
barthess 7e5f127c41 [CPP wrappers] Base mailbox class now strongly typed and template based.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7260 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-11 08:36:13 +00:00
spacecoaster 05f8c30707 [KINETIS] Corrected copyright assignment.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7259 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-11 02:39:40 +00:00
barthess 7c72da516d [CPP wrappers] More relevant name given for *.mk file.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7258 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-10 18:38:16 +00:00
barthess 616d5ef60b [CPP wrappers] Syscalls cleanup.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7257 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-10 18:37:21 +00:00
barthess 80fe560f5b [CPP wrappers] xxxTimeout(timeout) functions replaced with overloaded ones like xxx(timeout)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7256 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-10 18:36:23 +00:00
gdisirio 3b9ae6825f Added function chThdQueueIsEmptyI(), fixed a naming error in threads queues static initializer.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7255 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-10 12:35:59 +00:00
gdisirio 530c3a6f9e git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7254 35acf78f-673a-0410-8e92-d51de3d6d3f4 2014-09-10 10:18:02 +00:00
spacecoaster e5f3bc7f86 [KINETIS] Add missing define for pal_lld_setpadmode()
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7253 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-08 19:59:35 +00:00
spacecoaster 49ad1739e6 [KINETIS] ADC example program for FREEDOM-KL25Z board.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7251 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-05 22:43:18 +00:00
spacecoaster 76fc6c0477 [KINETIS] ADC LLD files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7250 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-05 22:41:12 +00:00
spacecoaster 8486c43dd4 [KINETIS] Registers and fields for ADC.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7249 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-05 22:36:18 +00:00
utzig b6814edfd2 [AVR] SPI driver updated for 3.0 + removed weird slave interface support
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7247 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-04 18:49:07 +00:00
utzig 147426d333 [KINETIS] Add GPT test demo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7246 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-03 20:48:34 +00:00
utzig 1e274fb268 [KINETIS] Add GPT driver
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7245 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-03 20:47:10 +00:00
utzig d8046d96fa [KINETIS] Add PIT registers
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7244 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-03 20:44:29 +00:00
utzig e8ce7a223f [KINETIS] Add I2C test demo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7240 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-02 22:42:55 +00:00
utzig ea66050721 [KINETIS] Fix alignment
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7239 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-02 21:33:12 +00:00
utzig 5cbdfb9bba [KINETIS] Fix timer registers for K2x
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7238 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-02 21:28:01 +00:00
utzig eafdf3a5c2 [KINETIS] Removed stack sizes from linker scripts
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7237 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-02 21:24:44 +00:00
utzig a852609170 [AVR] Add very simple I2C test demo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7236 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-02 19:32:00 +00:00
utzig 13cbdd5f4a [AVR] I2C driver updated for chibios3/nil + fixes
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7235 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-02 18:26:24 +00:00
utzig 56b6f21257 [KINETIS] Fix warning using pal_lld_setpadmode
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7234 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-02 01:07:18 +00:00
barthess b637ebe63c [STM32 FSMC] Updated board files for testhal.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7233 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-01 16:03:49 +00:00
gdisirio 3ebd86c265 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7231 35acf78f-673a-0410-8e92-d51de3d6d3f4 2014-09-01 12:15:23 +00:00
gdisirio ee3a27ccf9 Fixed RTC on STM32F0xx.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7228 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-01 09:32:56 +00:00
gdisirio f4cf9a546c git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7227 35acf78f-673a-0410-8e92-d51de3d6d3f4 2014-09-01 09:03:30 +00:00
gdisirio 051dd39583 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7224 35acf78f-673a-0410-8e92-d51de3d6d3f4 2014-09-01 08:27:52 +00:00
utzig 7d1b097edc [KINETIS] Add USB registers
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7223 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-01 01:02:59 +00:00
utzig 7132c002eb [KINETIS] Add flash protection defaults to HAL
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7222 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-01 01:02:07 +00:00
utzig 2ed2fd66ec [KINETIS] Remove flash protection code from demo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7221 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-01 01:01:21 +00:00
utzig 72c19a33e0 [KINETIS] Move I2C driver to LLD
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7220 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-01 00:38:35 +00:00
utzig 7246e18161 [KINETIS] Fix base flash size
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7219 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-01 00:37:20 +00:00
utzig c598b59a5c [KINETIS] Enable use of I2C connected to MMA8451
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7218 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-01 00:26:07 +00:00
utzig 93e2431f22 [KINETIS] EXT demos
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7217 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-01 00:19:12 +00:00
utzig dd508d9617 [KINETIS] Move to standardized port skel
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7216 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-01 00:15:37 +00:00
utzig 9ace2f7d41 [KINETIS] Add EXT driver
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7215 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-01 00:11:55 +00:00
utzig 721617608a [KINETIS] Correct K2x NUM_VECTORS
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7214 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-01 00:07:43 +00:00
utzig 998ddd679e [KINETIS] Improved PORT IRQC definition
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7213 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-09-01 00:06:27 +00:00
gdisirio 5f454cad47 Improved icuWaitCapture().
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7212 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-08-31 17:32:29 +00:00
gdisirio 6c97d4f6fb Enhanced ICU driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7211 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-08-31 17:21:02 +00:00
gdisirio 87e4b85755 Improvements to the ICU driver (not finished).
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7210 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-08-31 14:24:12 +00:00
gdisirio cb1f7893a4 Fixed bug #529.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7209 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-08-30 17:13:45 +00:00
gdisirio e40ae97638 Enhanced PWM driver
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7208 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-08-30 13:54:04 +00:00
utzig a2ee0679d1 [KINETIS] Fixes to I2C registers
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7207 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-08-29 22:33:21 +00:00
utzig 7668607e63 [KINETIS] Initial I2C driver for K2x
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7206 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-08-29 19:09:38 +00:00
barthess 425bc3d030 [FSMC SRAM] Naming convention fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7201 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-08-26 18:38:24 +00:00
barthess c0df75d793 [CPP wrapper] Added unlock functions to Mutex class.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7199 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-08-26 11:51:53 +00:00
barthess 2ccbae7dc4 [FSMC SRAM] Fixed speed degradation in testhal application.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7198 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-08-26 08:57:49 +00:00
barthess 6220df1090 [FSMC NAND] Minor changes in testhal application.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7197 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-08-26 08:23:57 +00:00
barthess e00a505b1c [FSMC SRAM] Added testhal application.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7196 35acf78f-673a-0410-8e92-d51de3d6d3f4
2014-08-26 08:22:27 +00:00