aboutsummaryrefslogtreecommitdiffstats
path: root/os
Commit message (Expand)AuthorAgeFilesLines
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3652 35acf78f-673a-0410...gdisirio2011-12-241-4/+2
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3650 35acf78f-673a-0410...gdisirio2011-12-221-1/+1
* Provisional STM32F2xx support.gdisirio2011-12-2214-367/+3198
* Updated IAR projects.gdisirio2011-12-211-6/+4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3645 35acf78f-673a-0410...gdisirio2011-12-2149-841/+303
* Cortex-M4 FPU support working.gdisirio2011-12-201-0/+2
* Fixed bug 3458947.gdisirio2011-12-201-6/+7
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3642 35acf78f-673a-0410...gdisirio2011-12-191-13/+14
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3635 35acf78f-673a-0410...gdisirio2011-12-181-9/+3
* I2C. Clock checks done at compile time.barthess2011-12-171-26/+33
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3629 35acf78f-673a-0410...gdisirio2011-12-171-28/+33
* Cleaned "//" comments.barthess2011-12-172-20/+2
* I2C. Added safety checks for different STM32 platforms in frequency settings ...barthess2011-12-171-3/+18
* PVD for STM32F4x code cleanups.barthess2011-12-172-5/+4
* CM3 FPU support fix.gdisirio2011-12-171-39/+28
* Fixed some forgotten details.gdisirio2011-12-172-13/+16
* RTC. High level API rolled back.barthess2011-12-163-57/+26
* RTC. Nop.barthess2011-12-161-1/+1
* STM32F4x. In HAL added support of power level detector.barthess2011-12-162-3/+33
* RTC. Testhal works on F4x, compiles (but not deeply tested) on F1x.barthess2011-12-155-13/+94
* RTC. Added callback switch helper. Not tested.barthess2011-12-133-93/+30
* Optimization in CM4 FPU support.gdisirio2011-12-122-21/+17
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3605 35acf78f-673a-0410...gdisirio2011-12-121-2/+1
* RTCv1 minor fixbarthess2011-12-121-1/+1
* RTCv1 code cleanups and adding some safety checks.barthess2011-12-123-34/+14
* Merging changes from rtc_dev branch.barthess2011-12-1213-22/+682
|\
| * RTC. Development suspended until EXTI driver API will changed.barthess2011-12-124-56/+101
| * RTC. Naming convention fixed.barthess2011-12-126-6/+6
| * RTC. Driver broken.barthess2011-12-116-67/+234
| * RTC. Code reorganization. barthess2011-12-118-1/+7
| * RTC. Setting and getting time works on STM32F4xbarthess2011-12-113-28/+57
| * RTC. Merge RTC code from trunk.barthess2011-12-111-10/+21
| |\
| * | RTC. Setting and getting time now works.barthess2011-12-093-47/+20
| * | RTC. Code compiles but not tested.barthess2011-12-094-93/+55
| |\ \
| * | | RTC. Initial commit.barthess2011-12-083-2/+484
* | | | RTC. Code cleanups.barthess2011-12-111-3/+4
* | | | RTC. Pointless lock removed.barthess2011-12-111-2/+0
* | | | CP4 FPU support apparently working.gdisirio2011-12-112-29/+26
* | | | FPU support for CM4 (not working yet).gdisirio2011-12-113-29/+198
| |_|/ |/| |
* | | RTC. Some bugs fixed.barthess2011-12-101-8/+20
| |/ |/|
* | I2C. Added forgotten check of BUSY flag.barthess2011-12-091-0/+4
|/
* I2C. Added timeout in functions. Code clean ups.barthess2011-12-084-96/+55
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3582 35acf78f-673a-0410...gdisirio2011-12-082-13/+21
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3581 35acf78f-673a-0410...barthess2011-12-082-6/+12
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3580 35acf78f-673a-0410...gdisirio2011-12-0811-28/+210
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3579 35acf78f-673a-0410...gdisirio2011-12-089-36/+81
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3578 35acf78f-673a-0410...gdisirio2011-12-085-59/+105
* I2C. Error handling from userland code added.barthess2011-12-072-4/+13
* I2C. Switch to synchronous model.barthess2011-12-074-128/+29
* I2C. Added note about different API classes usage.barthess2011-12-071-9/+38