aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
Commit message (Collapse)AuthorAgeFilesLines
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3784 ↵gdisirio2012-01-101-4/+0
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated all halconf.h files.gdisirio2012-01-091-2/+26
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3777 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3775 ↵gdisirio2012-01-092-1/+112
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C driver state diagram modified, documentation improvements.gdisirio2012-01-061-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3751 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Improvements to the MMC over SPI driver.gdisirio2012-01-051-1/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3741 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
* 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-041-0/+40
| | | | | | al STM32 devices, others will follow. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3723 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
* Changes to palSetGroupMode(), various adjustments to the PAL driver.gdisirio2011-12-311-5/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3695 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Fixes.barthess2011-12-311-2/+2
| | | | 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-301-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3692 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated credits.gdisirio2011-12-292-0/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3685 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C API proposal.gdisirio2011-12-291-86/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3684 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. High level API rolled back.barthess2011-12-161-8/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3619 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Testhal works on F4x, compiles (but not deeply tested) on F1x.barthess2011-12-151-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3615 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Driver broken.barthess2011-12-111-3/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3598 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Added timeout in functions. Code clean ups.barthess2011-12-081-8/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3583 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3578 ↵gdisirio2011-12-081-12/+10
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Error handling from userland code added.barthess2011-12-071-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3572 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Switch to synchronous model.barthess2011-12-071-79/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3570 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Minor code improvements.barthess2011-12-071-2/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3564 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Tested on tmp75, mma8451, max1236.barthess2011-12-041-8/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3553 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3504 ↵gdisirio2011-11-161-4/+4
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3481 ↵gdisirio2011-11-101-0/+5
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* USB enhancements, phase two.gdisirio2011-10-231-0/+10
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3451 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Improvements to the USB driver, first phase.gdisirio2011-10-231-14/+72
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3449 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3413 ↵gdisirio2011-10-011-9/+24
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3412 ↵gdisirio2011-09-261-19/+10
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3407 ↵gdisirio2011-09-251-55/+50
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. API changes.barthess2011-09-251-4/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3405 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3384 ↵gdisirio2011-09-231-0/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3381 ↵gdisirio2011-09-221-1/+48
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. API cnahge.barthess2011-09-211-2/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3376 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3314 ↵gdisirio2011-09-131-3/+27
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Revert const qualifier to the pointer to I2CSlaveConfig.barthess2011-09-121-4/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3310 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3309 ↵gdisirio2011-09-122-0/+102
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Remove const qualifier from pointer to I2CSlaveConfig. Step 3.barthess2011-09-111-3/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3308 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Remove const qualifier from pointer to I2CSlaveConfig. Step 2.barthess2011-09-111-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3307 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. rtcStart() and rtcStop() functions replaced by rtcSetCallback()barthess2011-09-071-5/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3293 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3292 ↵gdisirio2011-09-061-0/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3287 ↵gdisirio2011-09-031-2/+34
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Readability improvements.barthess2011-09-011-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3278 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Final polishing.barthess2011-08-311-10/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3275 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Copyrights added.barthess2011-08-311-4/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3274 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. nopbarthess2011-08-311-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3270 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Initial commit.barthess2011-08-302-0/+78
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3269 35acf78f-673a-0410-8e92-d51de3d6d3f4
* I2C. Merge code from trunk.barthess2011-08-2815-35/+201
|\ | | | | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/i2c_dev@3263 35acf78f-673a-0410-8e92-d51de3d6d3f4
| * git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3260 ↵gdisirio2011-08-281-6/+16
| | | | | | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4