Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | RTC. Setting and getting time now works. | barthess | 2011-12-09 | 3 | -47/+20 | |
| * | | RTC. Code compiles but not tested. | barthess | 2011-12-09 | 4 | -93/+55 | |
| |\ \ | ||||||
| * | | | RTC. Initial commit. | barthess | 2011-12-08 | 3 | -2/+484 | |
| * | | | RTC for F4x branch. | barthess | 2011-12-08 | 477 | -5215/+61614 | |
| |\ \ \ | ||||||
* | | | | | RTC. Code cleanups. | barthess | 2011-12-11 | 1 | -3/+4 | |
* | | | | | RTC. Pointless lock removed. | barthess | 2011-12-11 | 1 | -2/+0 | |
* | | | | | CP4 FPU support apparently working. | gdisirio | 2011-12-11 | 4 | -29/+191 | |
* | | | | | FPU support for CM4 (not working yet). | gdisirio | 2011-12-11 | 4 | -31/+200 | |
| |_|_|/ |/| | | | ||||||
* | | | | RTC. Some bugs fixed. | barthess | 2011-12-10 | 1 | -8/+20 | |
| |_|/ |/| | | ||||||
* | | | I2C. Added forgotten check of BUSY flag. | barthess | 2011-12-09 | 1 | -0/+4 | |
| |/ |/| | ||||||
* | | I2C. Testhal update. | barthess | 2011-12-08 | 4 | -6/+9 | |
* | | I2C. Added timeout in functions. Code clean ups. | barthess | 2011-12-08 | 4 | -96/+55 | |
* | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3582 35acf78f-673a-0410... | gdisirio | 2011-12-08 | 2 | -13/+21 | |
* | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3581 35acf78f-673a-0410... | barthess | 2011-12-08 | 2 | -6/+12 | |
* | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3580 35acf78f-673a-0410... | gdisirio | 2011-12-08 | 13 | -29/+216 | |
* | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3579 35acf78f-673a-0410... | gdisirio | 2011-12-08 | 9 | -36/+81 | |
* | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3578 35acf78f-673a-0410... | gdisirio | 2011-12-08 | 5 | -59/+105 | |
* | | I2C. Merge code to trunk. | barthess | 2011-12-08 | 27 | -1268/+2360 | |
|\ \ | ||||||
| * | | I2C. F1x testhal clean ups. | barthess | 2011-12-07 | 10 | -41/+182 | |
| * | | I2C. Testhal updated. | barthess | 2011-12-07 | 6 | -19/+142 | |
| * | | I2C. Error handling from userland code added. | barthess | 2011-12-07 | 2 | -4/+13 | |
| * | | I2C. Testhal switch to synchronous driver model. | barthess | 2011-12-07 | 2 | -23/+18 | |
| * | | I2C. Switch to synchronous model. | barthess | 2011-12-07 | 4 | -128/+29 | |
| * | | I2C. Added note about different API classes usage. | barthess | 2011-12-07 | 1 | -9/+38 | |
| * | | Merged changes from trunk | barthess | 2011-12-07 | 9 | -9/+9 | |
| |\ \ | ||||||
| * | | | GPT on F4x. MCU has TIM6 and TIM7, fixed. | barthess | 2011-12-07 | 1 | -2/+2 | |
| * | | | GPT on F4x. Typo fixed. | barthess | 2011-12-07 | 1 | -1/+1 | |
| * | | | I2C. Added DMA masks for other MCUs. | barthess | 2011-12-07 | 4 | -0/+61 | |
| * | | | I2C. Minor code improvements. | barthess | 2011-12-07 | 1 | -2/+4 | |
| * | | | I2C. Bug fixes. | barthess | 2011-12-06 | 4 | -43/+38 | |
| * | | | I2C. Merged code from trunk. | barthess | 2011-12-06 | 12 | -44/+27 | |
| |\ \ \ | ||||||
| * | | | | I2C. Haltest for stm32f1x updated. | barthess | 2011-12-06 | 6 | -16/+19 | |
| * | | | | I2C. Added checks. Cleaned copypaste errors. | barthess | 2011-12-06 | 2 | -16/+3 | |
| * | | | | I2C. Testhal changed. | barthess | 2011-12-06 | 10 | -257/+11 | |
| * | | | | I2C. Added support of stm32f1x. | barthess | 2011-12-06 | 2 | -9/+183 | |
| * | | | | testhal/STM32F1xx/ADC build files added to svn ignore | barthess | 2011-12-06 | 0 | -0/+0 | |
| * | | | | I2C. Added forgotten I2C3 interface | barthess | 2011-12-06 | 1 | -0/+17 | |
| * | | | | I2C. Added startup functions for I2C1 and I2C3 interfaces. | barthess | 2011-12-05 | 1 | -55/+123 | |
| * | | | | I2C. Tested on tmp75, mma8451, max1236. | barthess | 2011-12-04 | 4 | -283/+212 | |
| * | | | | I2C. DMA works. | barthess | 2011-12-02 | 2 | -11/+191 | |
| * | | | | I2C. Added attributes. | barthess | 2011-12-02 | 1 | -0/+16 | |
| * | | | | I2C. Code compiles but does not work. | barthess | 2011-12-01 | 3 | -465/+68 | |
| * | | | | I2C. Old driver moved to I2Cv1 dir. | barthess | 2011-12-01 | 2 | -0/+1418 | |
| * | | | | I2C. Totally broken. | barthess | 2011-12-01 | 2 | -336/+32 | |
| * | | | | I2C. Nop. | barthess | 2011-12-01 | 1 | -0/+2 | |
| * | | | | I2C. Nop. | barthess | 2011-11-27 | 2 | -0/+6 | |
| * | | | | I2C branch. Goals: DMA-based driver, stm32f4x port. | barthess | 2011-11-27 | 453 | -3411/+60537 | |
| |\ \ \ \ | ||||||
* | | | | | | GPT. Fixed some inconsistencies in F4x port. | barthess | 2011-12-07 | 2 | -3/+20 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3563 35acf78f-673a-0410... | gdisirio | 2011-12-06 | 9 | -9/+9 | |
| |_|/ / |/| | | | ||||||
* | | | | Fixed bug 3449139, increased version numbers. | gdisirio | 2011-12-03 | 8 | -9/+19 |