aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
Commit message (Collapse)AuthorAgeFilesLines
* Added entries and demo for STM32F7x2/F7x3 support.Giovanni Di Sirio2018-01-222-3/+476
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11388 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Cleanup source code.Theodore Ateba2018-01-2113-378/+402
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11386 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11385 ↵isiora2018-01-201-0/+2
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Cleanup code source.Theodore Ateba2018-01-2022-452/+454
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11377 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed minor documentation issues.Giovanni Di Sirio2018-01-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11370 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed small Doxygen error.Giovanni Di Sirio2018-01-201-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11368 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added more TIM-related definitions.Giovanni Di Sirio2018-01-203-0/+53
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11367 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added HRTIM support.Giovanni Di Sirio2018-01-204-1/+69
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11366 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Small fix to buffer size settings.Giovanni Di Sirio2018-01-201-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11365 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added 50mHz capability to SDMMCv1 driver.Giovanni Di Sirio2018-01-202-2/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11364 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added CRC unit to RCC support files.Giovanni Di Sirio2018-01-202-0/+53
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11363 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Style-related fixes.Giovanni Di Sirio2018-01-201-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11362 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Mass update of the Apache 2.0 license statement.Giovanni Di Sirio2018-01-20264-1283/+1283
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11361 35acf78f-673a-0410-8e92-d51de3d6d3f4
* More #912.Giovanni Di Sirio2018-01-191-4/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11348 35acf78f-673a-0410-8e92-d51de3d6d3f4
* More changes caused by #913.Giovanni Di Sirio2018-01-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11346 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #913.Giovanni Di Sirio2018-01-194-37/+87
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11345 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed #912.Giovanni Di Sirio2018-01-193-2/+49
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11343 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bugsedolomb2018-01-181-2/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11333 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Disabled PITedolomb2018-01-181-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11331 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Minor changes.isiora2018-01-181-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11321 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Various minor fixes.Giovanni Di Sirio2018-01-181-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11303 35acf78f-673a-0410-8e92-d51de3d6d3f4
* AVR: Add other prescalers to the PWM low level driver and update testhal.Theodore Ateba2018-01-172-35/+92
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11302 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Defaulted all STM32 drivers to enable peripheral clocks during stop/sleep ↵Giovanni Di Sirio2018-01-1754-206/+258
| | | | | | modes. Now RCC macros are able to set or clear the LP bit of a peripheral. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11300 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11296 ↵edolomb2018-01-161-4/+4
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #822.Giovanni Di Sirio2018-01-161-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11294 35acf78f-673a-0410-8e92-d51de3d6d3f4
* removed legacy code for pmcareviu2018-01-1513-1340/+69
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11288 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added security configurationedolomb2018-01-151-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11284 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added security configurationedolomb2018-01-151-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11283 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added security configurationedolomb2018-01-151-0/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11282 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added security configurationedolomb2018-01-152-1/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11280 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added security configurationedolomb2018-01-151-0/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11279 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added security configurationedolomb2018-01-151-0/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11278 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added derived constants and error checksedolomb2018-01-152-0/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11277 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added derived constants and error checksedolomb2018-01-152-0/+51
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11276 35acf78f-673a-0410-8e92-d51de3d6d3f4
* hal_lld_init() configures peripherals as not-secureedolomb2018-01-151-0/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11275 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed Bugsedolomb2018-01-152-6/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11274 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Various fixes after mass test-compile.Giovanni Di Sirio2018-01-143-1/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11268 35acf78f-673a-0410-8e92-d51de3d6d3f4
* fixed missing check for HAL_USE_SDMMCareviu2018-01-139-0/+38
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11266 35acf78f-673a-0410-8e92-d51de3d6d3f4
* More ADCv4 code.Giovanni Di Sirio2018-01-124-659/+315
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11265 35acf78f-673a-0410-8e92-d51de3d6d3f4
* update SDMMC driver and added test hal projectareviu2018-01-1119-155/+1202
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11264 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11263 ↵Giovanni Di Sirio2018-01-113-157/+86
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added STM32 ADCv4 placeholders.Giovanni Di Sirio2018-01-116-3/+1849
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11262 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added RTC and WDG support to H7.Giovanni Di Sirio2018-01-113-4/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11261 35acf78f-673a-0410-8e92-d51de3d6d3f4
* ST time source is now configurable between PIT, TC0 and TC1.isiora2018-01-101-0/+102
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11260 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Init PMC and Matrix only if SAMA_HAL_IS_SECURE is true.isiora2018-01-101-2/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11259 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Clearing pending interrupts in aicInit()edolomb2018-01-101-0/+41
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11253 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added INTERRUPT SOURCE TYPE mode macrosedolomb2018-01-101-0/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11252 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Included sama_secumod.hedolomb2018-01-101-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11251 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added SECUMOD driveredolomb2018-01-101-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11250 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added pmc functions for SECUMODedolomb2018-01-101-0/+14
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11249 35acf78f-673a-0410-8e92-d51de3d6d3f4