Giovanni Di Sirio
|
8843d76fb6
|
Added high level clock reconfiguration capability to HAL.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14369 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2021-05-14 07:26:37 +00:00 |
Giovanni Di Sirio
|
c6ad2f65c1
|
Fixed SIO template.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14267 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2021-04-23 07:52:22 +00:00 |
Giovanni Di Sirio
|
619a2e2e9a
|
Fixed bug #1152.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14266 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2021-04-23 07:28:54 +00:00 |
Giovanni Di Sirio
|
7024529a28
|
Documentation quality fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14035 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2021-02-08 09:41:37 +00:00 |
Giovanni Di Sirio
|
f873b7b469
|
Configuration files mass update.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13834 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2020-09-05 06:26:10 +00:00 |
Giovanni Di Sirio
|
6e23be0b64
|
More time conversion macros added to HAL OSAL.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13609 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2020-04-29 07:53:08 +00:00 |
Giovanni Di Sirio
|
6efb153e11
|
Documentation-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13426 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2020-03-15 13:41:45 +00:00 |
Giovanni Di Sirio
|
1d36c33e5e
|
MISRA-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13422 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2020-03-15 13:10:33 +00:00 |
Giovanni Di Sirio
|
4866bfadb6
|
Reverted bug #1060.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13220 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-12-21 11:08:35 +00:00 |
Giovanni Di Sirio
|
00a5875467
|
Fixed bugs #1060 and bug #1061.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13192 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-11-24 16:05:48 +00:00 |
Giovanni Di Sirio
|
48f3740bd5
|
Added canTryAbortX() function to CAN driver, implemented for STM32 CANv1.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13074 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-05 08:03:56 +00:00 |
Giovanni Di Sirio
|
52448e526b
|
More style fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12800 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-05-18 09:59:41 +00:00 |
Giovanni Di Sirio
|
551f00ac47
|
Code style fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12799 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-05-18 09:55:41 +00:00 |
Giovanni Di Sirio
|
6699452158
|
Cleanup of TODO instances.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12794 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-05-18 06:41:00 +00:00 |
Giovanni Di Sirio
|
2bb0e8b6d0
|
More work on the crypto driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12780 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-05-04 17:12:11 +00:00 |
Giovanni Di Sirio
|
7e5944e6a9
|
More fixes to the crypto driver, made clear which functions are stream ciphers. Fixed documentation errors.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12778 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-05-04 09:03:16 +00:00 |
Giovanni Di Sirio
|
d767ce2c49
|
EFLASH driver for STM32L4xx.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12735 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-04-13 14:39:18 +00:00 |
Giovanni Di Sirio
|
78bb68667c
|
Modified AES GCM function signatures.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12733 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-04-12 08:30:36 +00:00 |
Giovanni Di Sirio
|
371d42b436
|
More work on EFL driver, removed headers moved to EX.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12729 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-04-07 14:20:04 +00:00 |
Giovanni Di Sirio
|
a853d27a6d
|
Embedded flash driver preparations.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12721 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-04-07 09:44:13 +00:00 |
Giovanni Di Sirio
|
57d31cabcf
|
MISRA-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12586 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-26 08:32:07 +00:00 |
gdisirio
|
e3c246361b
|
Mass update.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12582 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-26 07:00:49 +00:00 |
Giovanni Di Sirio
|
e351308f44
|
Mass update of configuration files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12575 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-21 21:11:16 +00:00 |
Giovanni Di Sirio
|
d8af50ca0d
|
Fixed flash state machine, removed EXT remains.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12572 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-21 20:03:19 +00:00 |
Giovanni Di Sirio
|
40f162e046
|
Documentation-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12568 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-21 18:07:03 +00:00 |
Giovanni Di Sirio
|
c16c4e516e
|
Cleanup in PAL driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12559 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-19 16:24:52 +00:00 |
gdisirio
|
1a9aa9ad97
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12483 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-26 07:31:13 +00:00 |
gdisirio
|
282f502565
|
Crypto driver changes, removed TRNG.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12477 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-19 11:26:37 +00:00 |
gdisirio
|
984f865b45
|
I2S updated.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12469 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-09 14:21:00 +00:00 |
Giovanni Di Sirio
|
26ed8c9062
|
ADC reworked.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12467 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-09 13:03:19 +00:00 |
Giovanni Di Sirio
|
964ca60290
|
DAC reworked, fixed a problem in WSPI template.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12466 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-09 09:11:21 +00:00 |
Giovanni Di Sirio
|
584f19dbe9
|
Updated TRNG.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12465 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-08 12:04:11 +00:00 |
Giovanni Di Sirio
|
f3249c78d9
|
LLD drivers organization changes: RTC, SPI.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12463 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-08 11:23:21 +00:00 |
Giovanni Di Sirio
|
dbf616f8b3
|
Changes to the RTC driver to use the persistent storage interface,
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12366 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-10-14 12:31:41 +00:00 |
Giovanni Di Sirio
|
e72ef8c943
|
STM32 TRNG driver, not tested yet.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12342 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-10-07 07:58:29 +00:00 |
Giovanni Di Sirio
|
d27c34d080
|
Removed QSPI driver and demos.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12331 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-10-06 05:04:05 +00:00 |
Giovanni Di Sirio
|
5ad3d2426f
|
Removed references to QSPI to most configuration files, more to do.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12330 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-10-06 04:48:41 +00:00 |
Giovanni Di Sirio
|
7c656a9152
|
WSPI changes for compatibiity. Initial implementation for STM32 over QuadSPI, not complete.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12313 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-09-30 17:33:48 +00:00 |
Giovanni Di Sirio
|
85d62cbdf6
|
Added WSPI-related code, updated halconf.h files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12311 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-09-30 17:01:52 +00:00 |
Giovanni Di Sirio
|
e100ea5b29
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12310 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-09-30 11:03:04 +00:00 |
Giovanni Di Sirio
|
e442d39b3e
|
Added notes, removed unused types.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12303 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-09-28 09:30:06 +00:00 |
gdisirio
|
e53c5fbf6c
|
Improvements to SIO driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12301 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-09-28 09:10:43 +00:00 |
gdisirio
|
4b23f3b361
|
New SIO HAL driver model.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12300 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-09-28 08:20:40 +00:00 |
Giovanni Di Sirio
|
ccae24379d
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12299 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-09-27 15:03:34 +00:00 |
Giovanni Di Sirio
|
98aeb732ff
|
New TRNG driver model added to HAL.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12253 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-09-09 09:41:52 +00:00 |
Giovanni Di Sirio
|
ab8cbd8f7c
|
Some changes to the crypto infrastructure.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12252 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-09-08 12:54:58 +00:00 |
Giovanni Di Sirio
|
1804d1f008
|
TRNG API now takes a new "size" parameter, the API can now generate random numbers of variable size.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12249 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-09-08 08:22:05 +00:00 |
Giovanni Di Sirio
|
ad0f9349ae
|
Added more conditionals to CRY driver. Removed conditionals from high level functions, those functions are not meant to be excluded.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12092 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-06-13 08:17:40 +00:00 |
Theodore Ateba
|
8143b7257b
|
Fixed Crypto templete header file.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12080 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-06-06 14:00:19 +00:00 |
Giovanni Di Sirio
|
f2dfa96fda
|
HMAC templates added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12004 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-05-06 07:10:38 +00:00 |