aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Added stub cache handling functions to the STM32 DMAv1 driver.Giovanni Di Sirio2018-01-051-0/+28
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11228 35acf78f-673a-0410-8e92-d51de3d6d3f4
* SPI driver works, probably optimizations are possible.Giovanni Di Sirio2018-01-053-6/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11226 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added Region Maskedolomb2018-01-041-10/+55
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11225 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Fixed mtxRegionXXX macros.isiora2018-01-041-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11224 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Yet another problem fixed, now it starts to output data, still problems.Giovanni Di Sirio2018-01-041-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11223 35acf78f-673a-0410-8e92-d51de3d6d3f4
* More fixes but SPIv3 still does not work.Giovanni Di Sirio2018-01-042-19/+13
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11221 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Various fixes, H7 SPI does not work yet.Giovanni Di Sirio2018-01-041-1/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11220 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11219 ↵edolomb2018-01-041-3/+3
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added Matrix MACROsedolomb2018-01-041-1/+183
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11218 35acf78f-673a-0410-8e92-d51de3d6d3f4
* Added H7 builder to the STM32 SPI unified demo.Giovanni Di Sirio2018-01-041-2/+31
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11217 35acf78f-673a-0410-8e92-d51de3d6d3f4
* git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11216 ↵Giovanni Di Sirio2018-01-031-0/+3
| | | | 35acf78f-673a-0410-8e92-d51de3d6d3f4
* More work on STM32 SPIv3 and DMAv3 drivers, to be tested.Giovanni Di Sirio2018-01-034-54/+260
| | | | git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11215 35acf78f-673a-0410-8e92-d51de3d6d3f4