aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fixed bug #758.Giovanni Di Sirio2018-01-161-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11293 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed bug #910.Giovanni Di Sirio2018-01-161-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11291 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 missing check.Giovanni Di Sirio2018-01-151-0/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11281 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
* Fixed build problem.Giovanni Di Sirio2018-01-141-9/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11272 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Various fixes after mass test-compile.Giovanni Di Sirio2018-01-144-4/+6
| | | | 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
* SECUMOD Driveredolomb2018-01-102-0/+1122
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11248 35acf78f-673a-0410-8e92-d51de3d6d3f4
* SPIv1 and SPIv2 circular mode added. Rework of RCC files and all ↵Giovanni Di Sirio2018-01-1056-1541/+896
| | | | | | dependencies inside STM32 drivers. Documentation fixes in some HAL modules. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11247 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Polled exchange added to SPIv3.Giovanni Di Sirio2018-01-102-22/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11244 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added checks related to SPI circular mode.Giovanni Di Sirio2018-01-091-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11243 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11242 ↵Giovanni Di Sirio2018-01-094-29/+263
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* More fixes, ready for testing.Giovanni Di Sirio2018-01-091-55/+88
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11241 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Various fixes in the new STM32F7xx support code.Giovanni Di Sirio2018-01-096-134/+362
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11240 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added stub of STM32 I2Cv3 driver for STM32H7xx.Giovanni Di Sirio2018-01-086-6/+1636
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11239 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Undid some changes.Giovanni Di Sirio2018-01-083-0/+29
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11237 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Updated names.Giovanni Di Sirio2018-01-081-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11236 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added SRAMs cache settings to STM32H7 mcuconf.h.Giovanni Di Sirio2018-01-082-1/+51
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11235 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Unified MPU handler.Giovanni Di Sirio2018-01-0814-7/+232
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11234 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added unified cache handler for Cortex-M devices.Giovanni Di Sirio2018-01-0810-203/+145
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11233 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added BDMA support to the STM32H7xx port.Giovanni Di Sirio2018-01-0713-254/+1328
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11232 35acf78f-673a-0410-8e92-d51de3d6d3f4
* first draft. initialization workingareviu2018-01-0724-0/+8312
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11231 35acf78f-673a-0410-8e92-d51de3d6d3f4