aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F4xx/hal_lld.h
Commit message (Collapse)AuthorAgeFilesLines
* License text updated with new year.gdisirio2012-01-211-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3846 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3783 ↵gdisirio2012-01-101-6/+16
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3775 ↵gdisirio2012-01-091-0/+5
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed clock source for RT counter.gdisirio2012-01-081-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3762 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed an error message.gdisirio2012-01-081-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3761 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed wrong macro prefixes.gdisirio2012-01-071-22/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3755 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Documentation related fixes and updated all the mcuconf.h for the STM32.gdisirio2012-01-041-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3735 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Realtime counter support in the generic HAL driver and implementations for ↵gdisirio2012-01-041-0/+33
| | | | | | 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@3658 ↵gdisirio2011-12-251-1/+1
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Provisional STM32F2xx support.gdisirio2011-12-221-13/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3649 35acf78f-673a-0410-8e92-d51de3d6d3f4
* PVD for STM32F4x code cleanups.barthess2011-12-171-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3623 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed some forgotten details.gdisirio2011-12-171-13/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3621 35acf78f-673a-0410-8e92-d51de3d6d3f4
* STM32F4x. In HAL added support of power level detector.barthess2011-12-161-3/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3616 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Naming convention fixed.barthess2011-12-121-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3599 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Setting and getting time works on STM32F4xbarthess2011-12-111-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3596 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Setting and getting time now works.barthess2011-12-091-4/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3589 35acf78f-673a-0410-8e92-d51de3d6d3f4
* RTC. Code compiles but not tested.barthess2011-12-091-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/rtc_dev@3588 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3578 ↵gdisirio2011-12-081-15/+15
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* GPT. Fixed some inconsistencies in F4x port.barthess2011-12-071-2/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3574 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3533 ↵gdisirio2011-11-261-5/+5
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Unified STM32 registers header file stm32.h.gdisirio2011-11-261-42/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3526 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed a problem of inclusion order that caused DMA2 problems in STM32 HAls.gdisirio2011-11-231-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3522 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3520 ↵gdisirio2011-11-231-0/+33
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* STM32F4-Discovery demo working.gdisirio2011-11-201-0/+41
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3516 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3497 ↵gdisirio2011-11-161-0/+11
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3494 ↵gdisirio2011-11-151-0/+9
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3481 ↵gdisirio2011-11-101-18/+56
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3472 ↵gdisirio2011-11-051-3/+4
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3468 ↵gdisirio2011-11-051-67/+120
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3467 ↵gdisirio2011-11-051-88/+196
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3466 ↵gdisirio2011-11-041-30/+119
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3462 ↵gdisirio2011-11-031-33/+53
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3460 ↵gdisirio2011-11-021-0/+955
35acf78f-673a-0410-8e92-d51de3d6d3f4