aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
Commit message (Collapse)AuthorAgeFilesLines
* I2C. Merged changes from i2c_lld_2.zipbarthess2012-01-043-53/+36
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3729 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added time conversions to RT counter code. Documentation improvements.gdisirio2012-01-041-0/+93
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3728 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Removed two initializations that should go in the low level.gdisirio2012-01-041-2/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3727 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Reformatted some comments going past column 80.gdisirio2012-01-041-13/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3726 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed some documentation errors.gdisirio2012-01-043-8/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3725 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Forgot a note.gdisirio2012-01-041-1/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3724 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Realtime counter support in the generic HAL driver and implementations for ↵gdisirio2012-01-049-0/+184
| | | | | | al STM32 devices, others will follow. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3723 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 3468445.gdisirio2012-01-031-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3721 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3720 ↵gdisirio2012-01-031-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Small style improvements.barthess2012-01-031-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3719 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Merged changes from files posted in forum.barthess2012-01-032-348/+393
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3718 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Added safety timeouts and resets.barthess2012-01-031-4/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3717 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3716 ↵gdisirio2012-01-031-3/+3
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Added wrappers with TIME_INFINITE timeout.barthess2012-01-021-0/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3715 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Clock checks moved to header file.barthess2012-01-022-34/+35
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3713 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Reorganized locks.barthess2012-01-022-14/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3711 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Deleted unneeded __IO macro from driver fields.barthess2012-01-021-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3710 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Functions: i2c_lld_set_clock(), and i2c_lld_set_opmode() and ↵barthess2012-01-022-142/+138
| | | | | | i2c_lld_master_transceive() now static. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3709 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Rest of "id_" prefixes deleted from driver.barthess2012-01-021-19/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3708 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. "id_" prefixes deleted from driver.barthess2012-01-022-68/+68
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3707 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. #defines moved out of functions.barthess2012-01-021-29/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3706 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Deleted __NOP()barthess2012-01-021-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3705 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Outdated driver deleted.barthess2011-12-312-1426/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3700 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Changes to palSetGroupMode(), various adjustments to the PAL driver.gdisirio2011-12-3115-115/+153
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3695 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Fixes.barthess2011-12-314-16/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3694 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. API changes mostly done.barthess2011-12-304-29/+188
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3692 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3686 ↵gdisirio2011-12-291-2/+3
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated credits.gdisirio2011-12-2910-0/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3685 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C API proposal.gdisirio2011-12-292-152/+99
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3684 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3658 ↵gdisirio2011-12-252-2/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3655 ↵gdisirio2011-12-251-1/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3652 ↵gdisirio2011-12-241-4/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3650 ↵gdisirio2011-12-221-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Provisional STM32F2xx support.gdisirio2011-12-2211-308/+2987
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3649 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3645 ↵gdisirio2011-12-2130-182/+174
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug 3458947.gdisirio2011-12-201-6/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3643 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Clock checks done at compile time.barthess2011-12-171-26/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3630 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Cleaned "//" comments.barthess2011-12-172-20/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3628 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Added safety checks for different STM32 platforms in frequency settings ↵barthess2011-12-171-3/+18
| | | | | | routine. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3624 35acf78f-673a-0410-8e92-d51de3d6d3f4
* PVD for STM32F4x code cleanups.barthess2011-12-172-5/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3623 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed some forgotten details.gdisirio2011-12-172-13/+16
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3621 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. High level API rolled back.barthess2011-12-163-57/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3619 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Nop.barthess2011-12-161-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3617 35acf78f-673a-0410-8e92-d51de3d6d3f4
* STM32F4x. In HAL added support of power level detector.barthess2011-12-162-3/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3616 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Testhal works on F4x, compiles (but not deeply tested) on F1x.barthess2011-12-155-13/+94
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3615 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Added callback switch helper. Not tested.barthess2011-12-133-93/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3608 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTCv1 minor fixbarthess2011-12-121-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3604 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTCv1 code cleanups and adding some safety checks.barthess2011-12-123-34/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3603 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Merging changes from rtc_dev branch.barthess2011-12-1213-22/+682
|\ | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3601 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * RTC. Development suspended until EXTI driver API will changed.barthess2011-12-124-56/+101
| | | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3600 35acf78f-673a-0410-8e92-d51de3d6d3f4