Giovanni Di Sirio
|
dbe3e7f58c
|
MISRA fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13153 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-11-02 08:05:48 +00:00 |
Giovanni Di Sirio
|
a8ea66210b
|
MISRA fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13152 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-11-02 07:22:35 +00:00 |
Giovanni Di Sirio
|
1d31853ee7
|
Removed open arrays instances because C++ incompatibility.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13151 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-11-02 07:18:43 +00:00 |
Giovanni Di Sirio
|
a74d761ffe
|
Fixed wrong paths in NIL4.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13150 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-11-02 07:17:53 +00:00 |
cinsights
|
ce1f17e715
|
Use #define RTC_BASE_YEAR versus 1980U in rtcConvertDateTimeToStructTm(...)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13149 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-31 11:34:43 +00:00 |
Giovanni Di Sirio
|
9d34ecb190
|
Transfers forced stop on suspend for OTGv1, experimental.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13148 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-27 11:13:58 +00:00 |
Giovanni Di Sirio
|
b3d2a32e11
|
Fixed small problem in OSLIB cache object.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13147 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-27 08:52:59 +00:00 |
Giovanni Di Sirio
|
8e583ad3e5
|
Test workaround on suspend state.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13146 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-27 07:33:35 +00:00 |
cinsights
|
82f2fdb126
|
Detect case of no clock selected in RTCv3 (causes init to hang)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13145 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-24 10:57:47 +00:00 |
Rocco Marco Guglielmi
|
0ab6edfa80
|
Mass update copyright statement of ADI ADuCM36x lld source code
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13143 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-23 09:38:33 +00:00 |
Rocco Marco Guglielmi
|
eb47694071
|
Mass update of copyright period for ChibiOS/EX
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13142 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-23 09:32:53 +00:00 |
Rocco Marco Guglielmi
|
be28a47f11
|
Improved the SPI driver for ADuCM36x introducing a cell reset on spi_lld_start and fixing a mismanagement of the TX buffer in the the ISR.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13140 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-23 09:26:58 +00:00 |
Rocco Marco Guglielmi
|
05e2b8becc
|
Added SPI IRQ based implementation (Still not totally tested)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13134 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-22 08:22:46 +00:00 |
Rocco Marco Guglielmi
|
b928dda064
|
Small changes to ADICUP360 ST driver
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13133 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-22 08:22:13 +00:00 |
Rocco Marco Guglielmi
|
ef1b09a772
|
Added ISR helper for SPI driver
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13129 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-21 10:51:01 +00:00 |
cinsights
|
affdca8106
|
Fix RTCv3 PRER setting bug + documentation corrections in RTCv2 & RTCv3.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13126 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-20 12:48:09 +00:00 |
Giovanni Di Sirio
|
4345a70982
|
Added support for .cc files extensions in makefiles.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13124 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-19 16:45:17 +00:00 |
cinsights
|
594259165f
|
Update RTCv3 (handle G4/G0 differences)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13123 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-19 14:22:46 +00:00 |
Giovanni Di Sirio
|
4df6627866
|
Fixed bug #1052.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13120 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-19 11:44:56 +00:00 |
cinsights
|
5c89ae333b
|
Add STM32F412/F413 EFL driver support.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13119 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-19 11:24:28 +00:00 |
Giovanni Di Sirio
|
ea17238861
|
Fixed as bug #1051.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13117 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-19 08:16:29 +00:00 |
Giovanni Di Sirio
|
68da5e845a
|
New RTCv3 driver for STM32G0xx and STM32G4xx.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13116 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-19 07:36:15 +00:00 |
Giovanni Di Sirio
|
5749bfc979
|
white space
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13115 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-19 07:17:33 +00:00 |
Giovanni Di Sirio
|
4e8afb7597
|
Shortened some filenames, fixed some problems in the new G0 support.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13114 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-19 07:12:30 +00:00 |
Giovanni Di Sirio
|
b709310631
|
Fixed wrong TIM3 definitions.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13113 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-19 06:53:47 +00:00 |
Rocco Marco Guglielmi
|
95baefba25
|
Improved ST periodic mode to be compliant with no clock init and os-less mode
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13111 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-17 07:48:01 +00:00 |
Rocco Marco Guglielmi
|
e3f1d25fbd
|
Removed unused definitions
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13110 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-17 07:29:38 +00:00 |
Rocco Marco Guglielmi
|
1dc0acd5a6
|
Implemented ADuCM36x Serial lld
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13107 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-16 12:52:25 +00:00 |
Rocco Marco Guglielmi
|
a4caa90fb3
|
Renamed Clock Control API for ADuCM36x
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13106 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-16 12:51:17 +00:00 |
Rocco Marco Guglielmi
|
cff2f67711
|
Added some ISR related defines for ADuCM36x
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13105 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-16 12:50:25 +00:00 |
Rocco Marco Guglielmi
|
2d86ca1276
|
Improved ADICUP360 board files
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13104 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-16 12:42:12 +00:00 |
Rocco Marco Guglielmi
|
8e70a1ef18
|
Fixed some issues in the ADuCM36x/ST lld
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13103 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-16 12:41:24 +00:00 |
Rocco Marco Guglielmi
|
d039f5516b
|
Cosmetic changes
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13102 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-15 14:47:36 +00:00 |
Rocco Marco Guglielmi
|
258854e410
|
Added, clock tree management, ST driver (Only freerun mode), PAL driver (still missing External Interrupts handling)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13099 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-15 13:20:57 +00:00 |
Rocco Marco Guglielmi
|
7c6e46585e
|
Added ADICUP360 board files (Still incomplete)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13098 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-15 13:18:54 +00:00 |
Rocco Marco Guglielmi
|
1d75e6b9f7
|
Added Added ADUCM36x ChibiOS start-up related files
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13097 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-15 13:18:22 +00:00 |
Rocco Marco Guglielmi
|
8a4616ecbe
|
Added ADUCM36x ARM\CMSIS system headers
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13096 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-15 13:17:38 +00:00 |
Rocco Marco Guglielmi
|
c86b2d0b84
|
Added ADUCM36x ARM\CMSIS headers
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13095 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-15 13:17:04 +00:00 |
Giovanni Di Sirio
|
03d7cb9f9e
|
Documentation fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13094 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-07 15:21:57 +00:00 |
cinsights
|
07cd318987
|
Fix EFL L4+ and G0 dual bank checking wrong register
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13093 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-07 12:02:58 +00:00 |
Giovanni Di Sirio
|
b6ad15437b
|
Reworked DAC driver, missing DMAMUX RCC macros for G4.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13092 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-07 07:45:49 +00:00 |
Giovanni Di Sirio
|
12297967f2
|
DAC demo for G4.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13091 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-07 05:32:30 +00:00 |
Giovanni Di Sirio
|
49d22aa317
|
Small errors.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13090 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-06 13:49:50 +00:00 |
Giovanni Di Sirio
|
6cdb5ed5fe
|
Fixed bug #1050.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13085 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-06 10:39:59 +00:00 |
Giovanni Di Sirio
|
a6b5e77f22
|
Fixed bug #1049.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13081 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-06 06:03:41 +00:00 |
Giovanni Di Sirio
|
4c33071e12
|
Fixed bug #1043.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13078 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-06 05:10:00 +00:00 |
Giovanni Di Sirio
|
75d87b40f3
|
Fixed WDU handling.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13077 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-05 13:19:16 +00:00 |
Giovanni Di Sirio
|
a3f67c5fc0
|
New semaphore functions.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13076 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-05 11:58:54 +00:00 |
Giovanni Di Sirio
|
4019d184a5
|
Mass update of chconf.h files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13075 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-05 11:12:47 +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
|
998d8cee1b
|
Fixed bug #1048.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13071 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-05 07:30:27 +00:00 |
Giovanni Di Sirio
|
31fc75d32a
|
Fixed bug #1047.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13068 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-05 07:26:16 +00:00 |
Giovanni Di Sirio
|
798086d76d
|
Fixed bug #1046.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13065 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-05 07:21:52 +00:00 |
Giovanni Di Sirio
|
39cba19143
|
Fixed bug #1045.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13062 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-05 07:13:04 +00:00 |
Giovanni Di Sirio
|
375722180b
|
Added error handling to WSPI driver, now LLDs can report error conditions to upper layers.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13061 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-05 07:04:14 +00:00 |
Giovanni Di Sirio
|
3ea7ec6586
|
Fixed bug #1044.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13059 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-05 06:45:43 +00:00 |
Giovanni Di Sirio
|
6e244e6013
|
DAC and I2C enabled on G0.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13058 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-10-01 08:17:55 +00:00 |
cinsights
|
c6bd3ea965
|
Documentation corrections DMAv2
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13057 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-30 13:14:55 +00:00 |
Giovanni Di Sirio
|
5227ce96b2
|
I2C DMAMUX fixes, WSPI enabled.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13056 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-30 12:55:56 +00:00 |
Giovanni Di Sirio
|
46e09ef59d
|
Enabled USB on G4.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13054 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-29 16:42:37 +00:00 |
Giovanni Di Sirio
|
77fcba2d03
|
Enabled WDG on G4.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13053 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-29 16:23:36 +00:00 |
Giovanni Di Sirio
|
1f7f1d1dde
|
Enabled PWM on G4.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13052 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-29 16:19:12 +00:00 |
Giovanni Di Sirio
|
fe34446321
|
Enabled ICU on G4.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13051 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-29 16:14:17 +00:00 |
Giovanni Di Sirio
|
3719f651a9
|
Enabled I2C on G4.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13050 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-29 16:11:03 +00:00 |
Giovanni Di Sirio
|
7e0b9f1d66
|
Enabled DAC on G4.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13049 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-29 16:02:50 +00:00 |
Giovanni Di Sirio
|
5ffa586df7
|
Symbol names aligned for L0.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13046 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-29 11:33:44 +00:00 |
Giovanni Di Sirio
|
cf25c0398c
|
Various fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13045 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-29 11:31:04 +00:00 |
Giovanni Di Sirio
|
4456dca621
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13044 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-29 11:18:43 +00:00 |
Giovanni Di Sirio
|
40c9ee7c73
|
Introduced shared handlers for DMAv1.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13043 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-29 10:05:14 +00:00 |
Giovanni Di Sirio
|
8420e938c6
|
DMAv1 improvements and generalization, added support for 8 channels, now it is compatible with G4.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13042 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-29 09:23:50 +00:00 |
Giovanni Di Sirio
|
5b23342fbf
|
Fixed G431 board files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13040 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-29 07:48:37 +00:00 |
Giovanni Di Sirio
|
1760ea283d
|
New IRQ handling ported to G0. Improved EXTIv1 driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13037 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-29 07:29:49 +00:00 |
Giovanni Di Sirio
|
ebeef10896
|
Updated readme, small fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13036 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-28 15:18:43 +00:00 |
Giovanni Di Sirio
|
bcc03038e5
|
G4 demo now working. Improved assertions in USARTv2 driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13035 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-28 11:23:36 +00:00 |
Giovanni Di Sirio
|
b5ec31f16e
|
Fixed wrong assertion.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13034 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-28 09:48:54 +00:00 |
Giovanni Di Sirio
|
64396f4f9f
|
Added definitions and support files for G431/441.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13033 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-28 07:48:46 +00:00 |
cinsights
|
ec328a6458
|
Fix chprintf float precision bug.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13032 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-27 13:01:27 +00:00 |
Giovanni Di Sirio
|
9c6dfb07cb
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13031 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-27 09:15:33 +00:00 |
Giovanni Di Sirio
|
979f3bb2b8
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13030 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-26 14:54:42 +00:00 |
Giovanni Di Sirio
|
c50b64792e
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13029 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-26 12:44:46 +00:00 |
Giovanni Di Sirio
|
efc3539edf
|
Updated board files for G4 Nucleo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13028 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-25 16:48:05 +00:00 |
Giovanni Di Sirio
|
1b07eb3bfa
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13027 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-25 13:25:38 +00:00 |
Giovanni Di Sirio
|
5058b5f661
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13026 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-24 14:52:29 +00:00 |
Giovanni Di Sirio
|
2bd81b8f62
|
Enabled STM32_PLLPDIV.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13023 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-23 17:11:11 +00:00 |
Giovanni Di Sirio
|
37babe9b40
|
Board files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13022 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-23 17:05:11 +00:00 |
Giovanni Di Sirio
|
c9d5f48b50
|
Small documentation errors, DMAMUX for G4.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13020 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-23 10:02:47 +00:00 |
Giovanni Di Sirio
|
9eed738e8f
|
It compiles...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13019 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-22 19:28:17 +00:00 |
Giovanni Di Sirio
|
75d0dbad44
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13018 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-22 16:49:00 +00:00 |
Giovanni Di Sirio
|
764ff2ab16
|
G4-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13015 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-22 10:38:05 +00:00 |
Giovanni Di Sirio
|
cc1aadc935
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13014 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-22 09:27:26 +00:00 |
Giovanni Di Sirio
|
903a038fb5
|
Fixed some documentation tags.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13013 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-22 07:46:45 +00:00 |
Giovanni Di Sirio
|
b384098490
|
RCC fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13012 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-21 13:50:55 +00:00 |
Giovanni Di Sirio
|
aaba157f93
|
Enhanced ST driver and STM32 implementation, disabled by default.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13011 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-21 13:47:57 +00:00 |
Giovanni Di Sirio
|
5f615f69ce
|
More G4 code.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13010 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-21 09:33:00 +00:00 |
Giovanni Di Sirio
|
884dc81754
|
HAL LLD header done(ish).
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13009 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-20 16:36:45 +00:00 |
Giovanni Di Sirio
|
821e535522
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13008 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-20 14:00:18 +00:00 |
cinsights
|
a3743f4e53
|
STM32G0 minor documentation fix
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13007 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-20 13:01:25 +00:00 |
Giovanni Di Sirio
|
df357bb628
|
G4 HAL added, work in progress.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13006 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-20 07:16:21 +00:00 |
Giovanni Di Sirio
|
61eae3e0c5
|
G4 startup support and template demo ready.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13005 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-20 05:54:55 +00:00 |
Giovanni Di Sirio
|
3251e6c71c
|
Fixed G0 board files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13004 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-20 05:51:36 +00:00 |
Giovanni Di Sirio
|
ead226cbe5
|
Startup support for STM32G4xx.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13002 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-19 15:26:04 +00:00 |
Giovanni Di Sirio
|
f08ed2d876
|
CMSIS files for STM32G4xx.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13001 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-19 14:40:21 +00:00 |
Giovanni Di Sirio
|
af38956b67
|
FPU-related code in SB.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13000 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-19 06:12:53 +00:00 |
Giovanni Di Sirio
|
4430e2c8a1
|
RT version number update, regenerated configuration files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12999 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-19 05:37:42 +00:00 |
Giovanni Di Sirio
|
d369435bc4
|
Added section attributes to ld MEMORY sections.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12998 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-18 07:21:57 +00:00 |
Giovanni Di Sirio
|
f081b654b3
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12997 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-17 14:53:05 +00:00 |
Giovanni Di Sirio
|
23c690f57c
|
Pointer checks at API level.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12996 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-16 13:27:53 +00:00 |
Giovanni Di Sirio
|
fd723895ec
|
Added C library support in sandbox (newlib).
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12994 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-15 16:20:33 +00:00 |
Giovanni Di Sirio
|
2224bd26a7
|
Debugging....
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12993 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-15 14:55:04 +00:00 |
Giovanni Di Sirio
|
d494f3899d
|
Sandbox-side file API.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12992 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-15 07:24:28 +00:00 |
Giovanni Di Sirio
|
44098212ab
|
New files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12991 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-15 07:03:12 +00:00 |
Giovanni Di Sirio
|
3500272800
|
Adopted Posix-like error codes for the sandbox. Implemented stdin, stdout and stderr as separate streams.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12990 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-15 06:42:02 +00:00 |
Giovanni Di Sirio
|
f7d500c20f
|
Posix API preparation, not complete. Added license checks for SB.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12989 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-14 15:44:50 +00:00 |
Giovanni Di Sirio
|
328ab9ae0f
|
More fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12988 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-14 05:46:55 +00:00 |
Giovanni Di Sirio
|
0ee0140b2b
|
White space fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12987 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-13 15:25:54 +00:00 |
Giovanni Di Sirio
|
3de1374e38
|
Removed regarm_t from ARMCMx port, changed SB API return method.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12986 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-13 15:24:41 +00:00 |
Giovanni Di Sirio
|
43d1c573bc
|
Code organization changes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12985 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-13 14:48:51 +00:00 |
Giovanni Di Sirio
|
bba90d0866
|
Fixes and new sbWait() API.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12984 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-13 13:54:25 +00:00 |
Giovanni Di Sirio
|
ad2a66cd42
|
Better errors handling.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12983 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-13 13:41:54 +00:00 |
Giovanni Di Sirio
|
9c7d9ba26e
|
More API.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12982 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-13 08:22:10 +00:00 |
Giovanni Di Sirio
|
26b29a6925
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12981 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-12 12:38:58 +00:00 |
Giovanni Di Sirio
|
6de7825d13
|
Sandbox concept refinements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12980 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-11 12:53:31 +00:00 |
Giovanni Di Sirio
|
a2e373d78d
|
Missing files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12979 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-11 04:18:11 +00:00 |
cinsights
|
fd444de36f
|
Fix STM32G0 EFL driver fixes
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12978 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-08 03:19:27 +00:00 |
Giovanni Di Sirio
|
7040887600
|
Implemented support for multiple sandboxes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12977 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-07 14:35:52 +00:00 |
Giovanni Di Sirio
|
dbbf320b3d
|
Cortex-M SandBox subsystem added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12975 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-09-07 07:38:43 +00:00 |
Giovanni Di Sirio
|
ee9c03736c
|
chconf.h generators updated, fixed a typo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12960 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-08-28 09:09:25 +00:00 |
Giovanni Di Sirio
|
be0fa896d4
|
Test code for objects caches, to be enhanced.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12959 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-08-28 09:04:03 +00:00 |
Giovanni Di Sirio
|
107296cd78
|
Cache almost complete, tests to be created.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12957 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-08-25 13:27:36 +00:00 |
Giovanni Di Sirio
|
5b0a0fe5b0
|
Debugging...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12956 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-08-24 16:25:39 +00:00 |
Giovanni Di Sirio
|
61ae4853cb
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12955 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-08-24 15:17:59 +00:00 |
Giovanni Di Sirio
|
ecc4225efe
|
More changes on cache module, not finished.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12954 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-08-24 11:15:49 +00:00 |
Giovanni Di Sirio
|
ca2c602919
|
More cache code.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12953 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-08-23 12:51:13 +00:00 |
Giovanni Di Sirio
|
80b3141de4
|
Added module description.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12952 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-08-23 08:04:00 +00:00 |
Giovanni Di Sirio
|
db364ffee4
|
More cache code, small fix in a comment.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12951 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-08-23 07:40:15 +00:00 |
Giovanni Di Sirio
|
2f5eb6f313
|
Objects cache concept.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12950 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-08-22 08:47:06 +00:00 |
Giovanni Di Sirio
|
20742714c0
|
Removed old OSAL implementations.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12949 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-08-11 12:13:52 +00:00 |
Giovanni Di Sirio
|
0fd433eda0
|
Added an option to change the shell thread name.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12948 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-08-11 07:08:25 +00:00 |
Giovanni Di Sirio
|
c05c319615
|
Made bus acquire/release functions in SNOR driver public.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12946 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-08-11 06:59:23 +00:00 |
Giovanni Di Sirio
|
723ec71674
|
Fixed bug #1042.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12944 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-08-11 06:28:28 +00:00 |
Giovanni Di Sirio
|
c3e5b5ca23
|
Fixed bug #1041.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12939 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-08-08 06:55:12 +00:00 |
Giovanni Di Sirio
|
0e9e772f51
|
Fixed bug #1040.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12937 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-08-08 06:48:31 +00:00 |
Giovanni Di Sirio
|
272b779bfd
|
Fixed bug #1010.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12936 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-08-08 06:41:15 +00:00 |
cinsights
|
fada2872c1
|
Add STM32G0 EFL driver
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12921 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-07-20 14:05:51 +00:00 |
cinsights
|
f936eb20e3
|
Refactor L4+ EFL sizing
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12920 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-07-20 13:35:48 +00:00 |
Giovanni Di Sirio
|
81e586a948
|
Fixed bug #1039.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12910 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-07-14 06:44:16 +00:00 |
Giovanni Di Sirio
|
9dcecbdacd
|
Added an explicit cast.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12909 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-07-14 06:31:17 +00:00 |
Giovanni Di Sirio
|
59c835e58d
|
Fixed small documentation error.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12907 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-07-14 06:16:11 +00:00 |
Giovanni Di Sirio
|
1f17a9b55c
|
Added STM32L452 support in HAL.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12905 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-07-13 16:17:45 +00:00 |
Giovanni Di Sirio
|
f54584737b
|
Updated some more L0 mcuconfs.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12901 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-07-11 12:20:52 +00:00 |
cinsights
|
5b3fceab1c
|
Update board config to use UART2 versus LPUART1 for ST-LINK
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12900 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-07-11 11:55:41 +00:00 |
Giovanni Di Sirio
|
0aa3570ccf
|
Fixed bug #1038.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12899 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-07-11 11:49:12 +00:00 |
Giovanni Di Sirio
|
368732f1be
|
Mcuconf mass update. Refinements to shared ISRs for F0s.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12897 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-07-11 11:23:27 +00:00 |
Giovanni Di Sirio
|
3fd02036c2
|
Added mcuconf.h generator for STM32L052/L053/L062/L063.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12896 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-07-10 13:08:34 +00:00 |
Giovanni Di Sirio
|
131421fe93
|
Added mcuconf.h generator for STM32L072/L073.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12895 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-07-10 12:19:04 +00:00 |
Giovanni Di Sirio
|
9d05564539
|
L0 shared IRQ rework, mcuconfs to be updated.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12894 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-07-10 09:35:03 +00:00 |
Giovanni Di Sirio
|
8c335fdcf7
|
UART driver now compiles on G0.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12893 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-07-10 08:43:29 +00:00 |
Giovanni Di Sirio
|
9544a26cd5
|
Removed IRQ initialization when the ISR is suppressed.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12892 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-07-09 19:47:15 +00:00 |
Giovanni Di Sirio
|
2f402d9764
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12891 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-07-09 19:40:36 +00:00 |
Giovanni Di Sirio
|
e919853230
|
ISRs revision for G0, removed shared handler from UARTv2, L0 and F0 to be updated.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12890 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-07-09 11:47:19 +00:00 |
Giovanni Di Sirio
|
ef53891490
|
Missing definitions in G0 registry.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12889 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-07-09 09:27:21 +00:00 |
Giovanni Di Sirio
|
deca37741b
|
EXTIv1 changes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12888 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-07-09 08:03:08 +00:00 |
Giovanni Di Sirio
|
673b86136e
|
EXTIv1 adapted to G0.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12887 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-07-08 14:43:44 +00:00 |
Giovanni Di Sirio
|
80589a2035
|
Added DMA MUX file for G0.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12885 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-07-07 14:27:21 +00:00 |
Giovanni Di Sirio
|
f569544684
|
G0 fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12883 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-07-07 14:24:19 +00:00 |
Giovanni Di Sirio
|
b80e79d47f
|
Implemented TIMPRE setting for STM32F7xx HAL.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12881 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-07-07 13:40:51 +00:00 |
Giovanni Di Sirio
|
22267b3fa2
|
Fixed bug #1036.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12877 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-07-07 11:58:03 +00:00 |
Giovanni Di Sirio
|
dd8cdeb48d
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12876 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-07-07 07:53:21 +00:00 |
Giovanni Di Sirio
|
62ca44fa9a
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12875 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-07-07 06:54:50 +00:00 |
Giovanni Di Sirio
|
2349e2252b
|
Reverted change.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12871 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-07-01 08:53:24 +00:00 |
Giovanni Di Sirio
|
21e5bbcbf1
|
Fixed legacy DMA call.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12870 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-06-30 19:00:42 +00:00 |
Giovanni Di Sirio
|
607f5031da
|
Merged FatFS 0.13c.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12868 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-06-30 15:50:56 +00:00 |
Giovanni Di Sirio
|
499948e338
|
Removed unrelated directory.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12867 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-06-30 15:37:20 +00:00 |
Giovanni Di Sirio
|
d329228422
|
Merged WolfSSL 4.0.0.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12865 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-06-30 15:06:11 +00:00 |
Giovanni Di Sirio
|
2129acb436
|
Fixed F4 PLLI2S/SAI naming.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12863 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-06-30 13:06:37 +00:00 |
Giovanni Di Sirio
|
18b89bfc01
|
typo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12859 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-06-30 11:00:53 +00:00 |
Giovanni Di Sirio
|
a66c5c41de
|
Fixed bug #1036.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12858 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-06-30 07:38:26 +00:00 |
Giovanni Di Sirio
|
7792ebac85
|
Fixed bug #1035.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12853 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-06-30 07:15:58 +00:00 |
Giovanni Di Sirio
|
01745a59b5
|
Fixed bug #1034.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12850 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-06-30 06:28:50 +00:00 |
Giovanni Di Sirio
|
ae2fa9e9c5
|
Fixed bug #1033.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12849 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-06-29 16:51:09 +00:00 |
Giovanni Di Sirio
|
e81bcef2be
|
Fixed a problem recently introduced in chprintf().
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12838 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-06-16 12:01:57 +00:00 |
Giovanni Di Sirio
|
f06a43a7ea
|
Improved OSLIB initialization.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12826 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-06-04 14:16:40 +00:00 |
Giovanni Di Sirio
|
e3e1081b51
|
Enhancements to chprintf().
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12821 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-05-31 12:21:08 +00:00 |
Giovanni Di Sirio
|
05c9b4ccb2
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12820 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-05-30 08:42:24 +00:00 |
Giovanni Di Sirio
|
3ac3d47753
|
Improved EFL driver, fixed some board builders.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12818 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-05-26 14:17:00 +00:00 |
Giovanni Di Sirio
|
0e03236831
|
Updated tool and style fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12817 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-05-26 08:53:44 +00:00 |
Giovanni Di Sirio
|
b2310dc96f
|
Fixed bug #1031.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12814 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-05-26 08:16:55 +00:00 |
Giovanni Di Sirio
|
704df8c3ab
|
Added FLASH_ERROR_UNIMPLEMENTED to errors.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12810 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-05-19 12:51:33 +00:00 |
Giovanni Di Sirio
|
8474c1dda5
|
Merged F1 flash patch.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12809 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-05-19 12:46:30 +00:00 |
Giovanni Di Sirio
|
6738c1052c
|
More style fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12807 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-05-18 13:59:14 +00:00 |
Giovanni Di Sirio
|
543fb9c990
|
More style fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12806 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-05-18 11:26:33 +00:00 |
Giovanni Di Sirio
|
3ecd2ae222
|
More style fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12805 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-05-18 11:05:25 +00:00 |
Giovanni Di Sirio
|
a4a4057dd9
|
More style fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12804 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-05-18 11:00:00 +00:00 |
Giovanni Di Sirio
|
c8bbce5f31
|
More style fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12803 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-05-18 10:49:57 +00:00 |
Giovanni Di Sirio
|
4f7cf535be
|
More style fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12802 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-05-18 10:42:02 +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
|
e21516e65b
|
Removed TODOs from board files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12793 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-05-18 06:15:03 +00:00 |
Giovanni Di Sirio
|
04cbfa485b
|
Fixed bug #1029.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12789 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-05-12 15:16:55 +00:00 |
Giovanni Di Sirio
|
48475e9f25
|
Small change on USB clock check.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12788 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-05-12 12:06:05 +00:00 |
Giovanni Di Sirio
|
24fbf940cd
|
Improved key handling.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12786 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-05-12 08:06:48 +00:00 |
Giovanni Di Sirio
|
773a65024b
|
Added a no-DMA mode for AES.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12785 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-05-11 14:22:44 +00:00 |
Giovanni Di Sirio
|
f3919b8e45
|
Updated F7 mcuconf.h files to enable CRY driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12784 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-05-11 08:04:43 +00:00 |
Giovanni Di Sirio
|
5714d98aac
|
Improved code organization for AES.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12783 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-05-11 07:40:30 +00:00 |
Giovanni Di Sirio
|
e475564820
|
AES ECB and CBC with DMA.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12782 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-05-05 13:22:03 +00:00 |
Giovanni Di Sirio
|
bb59646ebb
|
AES working in polled mode.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12781 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-05-05 08:22:58 +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
|
33ebfc95ff
|
Some work on AES implementation for STM32.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12779 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-05-04 14:27:00 +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
|
b68fc92f0b
|
Fixed bug #1028.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12775 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-05-04 08:25:37 +00:00 |
Giovanni Di Sirio
|
99ef5fe0a2
|
Flash driver for STM32L4+.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12774 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-04-28 09:04:12 +00:00 |
Giovanni Di Sirio
|
805c7ceb28
|
STM32F1 flash driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12773 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-04-28 08:51:02 +00:00 |
Giovanni Di Sirio
|
d0d69b4608
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12772 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-04-27 08:15:51 +00:00 |
Giovanni Di Sirio
|
2376c38058
|
debugging...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12771 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-04-26 17:26:46 +00:00 |
Giovanni Di Sirio
|
e69242273d
|
More STM32G0xx work, not complete.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12770 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-04-26 16:55:51 +00:00 |
Giovanni Di Sirio
|
dd492b39fb
|
More G0.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12765 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-04-24 15:11:33 +00:00 |
Giovanni Di Sirio
|
60ece28813
|
White space fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12764 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-04-24 12:21:08 +00:00 |
Giovanni Di Sirio
|
e7342faac1
|
Clock tree mostly done.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12763 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-04-24 12:20:47 +00:00 |
Giovanni Di Sirio
|
2b3d69216c
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12762 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-04-24 09:00:34 +00:00 |
Giovanni Di Sirio
|
820df52e1d
|
STM32G071 demo, only startup.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12761 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-04-24 06:10:06 +00:00 |
Giovanni Di Sirio
|
322b0de263
|
STM32G0xx startup support.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12760 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-04-24 05:57:25 +00:00 |
Giovanni Di Sirio
|
5b0dfd658f
|
Fixed bug #1027.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12752 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-04-23 06:52:30 +00:00 |
Giovanni Di Sirio
|
739aa3f70c
|
Fixed typo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12749 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-04-22 09:12:54 +00:00 |
Giovanni Di Sirio
|
9b6cead5e7
|
Fixed bug #1026.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12746 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-04-22 07:19:45 +00:00 |
Giovanni Di Sirio
|
b1adc8b8cd
|
Fixed bug #1025.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12743 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-04-22 06:59:59 +00:00 |
Giovanni Di Sirio
|
588a8426ed
|
Doubled data magic number in MFS in order to align it to 64 bits.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12739 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-04-14 10:43:54 +00:00 |
Giovanni Di Sirio
|
c50ef06e08
|
Now it works.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12738 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-04-14 07:05:29 +00:00 |
Giovanni Di Sirio
|
00c71fb05a
|
Debugging.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12737 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-04-14 06:08:16 +00:00 |
Giovanni Di Sirio
|
b542165221
|
Adjustments to SNOR drivers.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12736 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-04-13 14:49:25 +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 |
Rocco Marco Guglielmi
|
70c872d44c
|
Reviewed EX documentation (Still incomplete)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12731 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-04-07 15:23:02 +00:00 |
Rocco Marco Guglielmi
|
66aad54a16
|
Removed dox from HAL
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12730 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-04-07 15:18:58 +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 |
Rocco Marco Guglielmi
|
29fd6aba0b
|
Mass rework of EX's makefiles
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12728 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-04-07 13:21:25 +00:00 |
Rocco Marco Guglielmi
|
164f5c2c2f
|
Moved Bosch folder
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12727 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-04-07 13:14:33 +00:00 |
Rocco Marco Guglielmi
|
538c1b97f6
|
Moved ST folder
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12726 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-04-07 13:13:43 +00:00 |
Rocco Marco Guglielmi
|
a2ee068375
|
Mass rework of ChibiOS\EX: the modules now rely on EX's interfaces.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12724 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-04-07 12:54:09 +00:00 |
Giovanni Di Sirio
|
de0e42cfef
|
Moved files from HAL and renamed.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12722 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-04-07 12:25:12 +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
|
ea3c99de07
|
Fixed bug #1024.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12717 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-03-31 07:35:40 +00:00 |
Giovanni Di Sirio
|
1811adb308
|
Fixed bug #1023.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12712 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
|
2019-03-24 07:34:32 +00:00 |
Giovanni Di Sirio
|
e6e06730c0
|
Fixed more e200z demos.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12659 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-02-12 12:51:12 +00:00 |
Giovanni Di Sirio
|
23ce2e2a77
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12658 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-02-11 13:07:01 +00:00 |
Giovanni Di Sirio
|
14b7df7ccc
|
Benchmarks added to Nil test suite.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12654 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-02-10 17:13:55 +00:00 |
Giovanni Di Sirio
|
a3f7f78983
|
Improved test suite for Nil.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12652 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-02-10 12:16:27 +00:00 |
Giovanni Di Sirio
|
f901c9d9d6
|
Increasing convengence with RT.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12651 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-02-09 17:40:36 +00:00 |
Giovanni Di Sirio
|
bfd20a37b1
|
Fixed bug #1011.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12648 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-02-09 08:22:56 +00:00 |
Giovanni Di Sirio
|
10415a981e
|
More Nil enhancements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12644 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-02-08 14:36:53 +00:00 |
Rocco Marco Guglielmi
|
1fd33c787e
|
Created dummy template files for vl53l0x
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12643 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-02-08 08:35:57 +00:00 |
roccomarco
|
54d7ad801d
|
Added a new interface for rangefinder devices
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12642 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-02-08 07:01:22 +00:00 |
Giovanni Di Sirio
|
62133042e0
|
NIL configuration files mass update.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12640 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-02-06 17:59:49 +00:00 |
Giovanni Di Sirio
|
feb3e92fba
|
Experimental NIL expansion.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12639 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-02-06 16:26:22 +00:00 |
Giovanni Di Sirio
|
08c11b47be
|
Core allocator enhancements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12637 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-02-04 12:55:59 +00:00 |
Rocco Marco Guglielmi
|
f4e659d850
|
Fixed Bux #1006
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12635 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-02-03 11:25:22 +00:00 |
Rocco Marco Guglielmi
|
c248526f60
|
Fixed Bug #1005
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12633 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-02-03 11:20:45 +00:00 |
Giovanni Di Sirio
|
68716233f8
|
Added check.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12630 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-02-02 16:15:07 +00:00 |
Giovanni Di Sirio
|
f4736fba02
|
Reverted.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12626 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-02-02 12:35:17 +00:00 |
Giovanni Di Sirio
|
d4e670fc44
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12625 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-02-02 12:32:04 +00:00 |
Giovanni Di Sirio
|
84757ac8a2
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12624 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-02-02 12:29:57 +00:00 |
Giovanni Di Sirio
|
8a85caebce
|
Doc fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12623 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-02-02 12:25:50 +00:00 |
Giovanni Di Sirio
|
1fd7abe519
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12622 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-02-02 12:25:05 +00:00 |
Giovanni Di Sirio
|
88a4752f81
|
Integrated NIL 4.0.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12620 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-02-02 10:59:16 +00:00 |
Rocco Marco Guglielmi
|
33fef46dac
|
Updated testes/STM32/STM32F4xx demos for STM32F4 Discovery to be compliant with new project organization/makefile mechanisms
Batch review of *_USE_ADVANCED macros
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12618 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-27 14:59:38 +00:00 |
Giovanni Di Sirio
|
40acedad23
|
Added missing NIL checks to shell.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12606 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-27 08:15:43 +00:00 |
Giovanni Di Sirio
|
5d9b23c2dc
|
Extra paths removed.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12600 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-26 16:26:12 +00:00 |
gdisirio
|
aeb1a7cd74
|
Removed micron section.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12597 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-26 16:00:40 +00:00 |
Giovanni Di Sirio
|
f44e916c47
|
Versions.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12594 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-26 11:43:33 +00:00 |
Giovanni Di Sirio
|
1ceb8d452c
|
Forgot to update this.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12593 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-26 11:27:36 +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 |
Giovanni Di Sirio
|
2c757aacd0
|
MISRA-related fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12585 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-26 07:57:35 +00:00 |
Giovanni Di Sirio
|
450cf7a783
|
Fixed #1003 again.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12584 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-26 07:51:27 +00:00 |
Giovanni Di Sirio
|
cf4cfd2a4f
|
MISRA-related fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12583 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-26 07:25:24 +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
|
b0c2a4437e
|
Added a version check for GCC.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12581 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-26 06:10:47 +00:00 |
Giovanni Di Sirio
|
fa4403e272
|
Fixed bug #1003.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12577 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-22 16:11:17 +00:00 |
Giovanni Di Sirio
|
4843579571
|
Added an hard check on halconf.c.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12576 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-21 21:15:25 +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
|
9d21d501b5
|
Documentation fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12574 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-21 20:47:47 +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
|
a3e9966359
|
More renaming for consistency.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12571 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-21 19:42:49 +00:00 |
Giovanni Di Sirio
|
5a41bbc5e1
|
Fixed wrong filename.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12570 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-21 18:42:30 +00:00 |
Giovanni Di Sirio
|
f55231f5ba
|
Documentation fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12569 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-21 18:40:05 +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
|
ac1e9f31ce
|
Documentation cleanup, not finished.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12567 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-20 16:23:16 +00:00 |
Giovanni Di Sirio
|
e15fc5236b
|
Documentation fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12566 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-20 15:28:28 +00:00 |
Giovanni Di Sirio
|
c14f479548
|
Updated version numbers.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12565 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-20 15:23:50 +00:00 |
Giovanni Di Sirio
|
5397ae347a
|
Renames for consistency.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12564 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-20 15:20:43 +00:00 |
Giovanni Di Sirio
|
b7f28ff2e5
|
Documentation fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12563 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-20 15:04:10 +00:00 |
Giovanni Di Sirio
|
c7024d3cc6
|
Added chMtxGetOwnerI().
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12562 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-20 14:20:27 +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 |
Giovanni Di Sirio
|
675ee683d0
|
Fixed a problem in F4 clock DCKCFGR initialization.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12551 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-19 09:44:41 +00:00 |
Giovanni Di Sirio
|
dd2092cec6
|
Fixed bug #1002.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12547 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-19 08:28:49 +00:00 |
edolomb
|
29309f101a
|
Updated SAMA drivers (still incomplete)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12543 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-17 15:19:20 +00:00 |
Giovanni Di Sirio
|
696701cd6f
|
Fixed the fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12542 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-13 07:55:07 +00:00 |
Giovanni Di Sirio
|
c6f58cfb94
|
Fixed bug #991.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12541 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-11 10:58:34 +00:00 |
Giovanni Di Sirio
|
d3ba6ca1bf
|
Fixed bug #1000.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12538 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-11 10:27:27 +00:00 |
Giovanni Di Sirio
|
c62c5f5062
|
STM32L433 added to STM32L4xx HAL.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12537 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-06 16:21:01 +00:00 |
Giovanni Di Sirio
|
2e2a38cd10
|
chFifoObjectInit() renamed to chFifoObjectInitAligned(). Added a new chFifoObjectInit() without the alignment parameter. Stricter alignment checks in memory pools.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12535 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-06 15:45:01 +00:00 |
Giovanni Di Sirio
|
6421004d21
|
Added chvsnprintf().
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12534 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-06 09:14:06 +00:00 |
Giovanni Di Sirio
|
8da7cad86d
|
Small documentation fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12532 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-06 09:05:15 +00:00 |
Giovanni Di Sirio
|
6ecd7c2bf0
|
RCC CRC macros for L4 and L4+.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12531 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-06 08:56:22 +00:00 |
Giovanni Di Sirio
|
cd33832ea3
|
Event enable check API added to PAL driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12530 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-05 19:24:22 +00:00 |
Giovanni Di Sirio
|
b470e1ae0f
|
Improved search of configuration files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12529 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-05 15:49:50 +00:00 |
Giovanni Di Sirio
|
90ddeb9ef8
|
Assertion added to serial_usb driver in order to detect an anomalous condition.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12528 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-05 15:27:33 +00:00 |
Giovanni Di Sirio
|
a3653f3b16
|
Bypass option for SDIOv1 driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12527 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-05 15:18:32 +00:00 |
Giovanni Di Sirio
|
b798346a97
|
Mass update for TIM-related changes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12526 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-05 11:39:55 +00:00 |
Giovanni Di Sirio
|
874f246e6f
|
New timers added to STM32 GPT, ICU and PWM drivers.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12525 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-05 10:45:52 +00:00 |
Giovanni Di Sirio
|
523aea591e
|
Tentative fix for shared timer IRQs, not complete.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12524 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-04 15:41:11 +00:00 |
Giovanni Di Sirio
|
d5635adecc
|
Mass update of all drivers to use the new DMA API. What could possibly go wrong?
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12521 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2019-01-02 11:43:13 +00:00 |
Giovanni Di Sirio
|
21e1c11d93
|
Fixed version number.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12518 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-31 17:52:36 +00:00 |
Giovanni Di Sirio
|
225e0e0e8f
|
Fixed bug #998.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12516 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-31 17:42:56 +00:00 |
Giovanni Di Sirio
|
184e459619
|
Small documentation fix.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12513 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-31 16:58:46 +00:00 |
Giovanni Di Sirio
|
bdf567c5f9
|
Fixed bug #997.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12510 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-31 09:50:25 +00:00 |
Giovanni Di Sirio
|
201ac1893f
|
Added missing definition of STM32F413xx.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12509 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-31 09:44:03 +00:00 |
Giovanni Di Sirio
|
1396446bb3
|
Fixed bug #996.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12506 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-31 08:48:15 +00:00 |
Giovanni Di Sirio
|
dd4b66d069
|
Fixed bug #995.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12503 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-31 08:37:29 +00:00 |
Giovanni Di Sirio
|
cab5dcae56
|
Fixed bug bug #994.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12500 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-31 08:27:39 +00:00 |
Giovanni Di Sirio
|
eb3eac8fea
|
Demo complete, to be tested. White space fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12499 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-30 19:47:31 +00:00 |
Giovanni Di Sirio
|
8c68f1fe7e
|
Working now.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12498 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-30 15:06:20 +00:00 |
Giovanni Di Sirio
|
15fca87673
|
H7 ADC demo working, not fully tested.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12496 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-30 13:29:58 +00:00 |
Giovanni Di Sirio
|
13d1d184c8
|
More H7 ADC code.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12494 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-30 11:22:26 +00:00 |
Giovanni Di Sirio
|
f7a8d90622
|
More H7 ADC, not finished.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12493 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-29 18:22:33 +00:00 |
Giovanni Di Sirio
|
594032585a
|
Some progress on H7 ADC, not finished.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12492 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-29 17:33:15 +00:00 |
Giovanni Di Sirio
|
d9a9844f8e
|
Template fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12491 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-29 17:18:43 +00:00 |
Giovanni Di Sirio
|
e3aa427548
|
DAC rework for new DMA API , DAC support for STM32H7xx.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12490 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-29 12:38:12 +00:00 |
Giovanni Di Sirio
|
ef8caca39a
|
Dynamic DMA allocation for STM32H7xx.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12489 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-28 14:59:47 +00:00 |
Giovanni Di Sirio
|
dead88309c
|
DMA rework.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12487 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-28 10:03:25 +00:00 |
Giovanni Di Sirio
|
a38c79d1d2
|
Experimental DMAv1 enhancements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12486 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-26 17:35:29 +00:00 |
Giovanni Di Sirio
|
c338f9b2da
|
Added a no-DMA mode.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12485 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-26 09:12:28 +00:00 |
Giovanni Di Sirio
|
9485d1e2ff
|
Settled for a weird DMA use in this driver. Apparently it is working, it needs complete test vectors.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12484 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-26 09:00:45 +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 |
Giovanni Di Sirio
|
2b17172903
|
Crypto-related changes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12482 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-23 11:29:29 +00:00 |
gdisirio
|
1abe0779f5
|
experiment
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12481 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-20 17:47:55 +00:00 |
gdisirio
|
743e8117a7
|
Fixed wrong filename.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12478 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-19 16:49:21 +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
|
29de2108ac
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12476 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-17 12:44:18 +00:00 |
gdisirio
|
0ea08f4a96
|
Added extern "C" declarations to IRQ macros.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12475 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-16 08:35:02 +00:00 |
gdisirio
|
ec272fe9ba
|
Fixed bug #993.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12473 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-16 08:24:51 +00:00 |
gdisirio
|
ee3072bcf8
|
Fixed problem in I2Cv3 http://www.chibios.com/forum/viewtopic.php?f=35&t=4933
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12472 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-16 07:57:53 +00:00 |
gdisirio
|
b79f097e36
|
Tentative fix for http://www.chibios.com/forum/viewtopic.php?f=35&t=4918&p=34444
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12471 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-16 07:52:19 +00:00 |
gdisirio
|
f20ecc7817
|
HAL callbacks rework.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12470 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-15 17:50:05 +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
|
358fdba16d
|
Restored LPC2148 demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12464 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-08 11:45:41 +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
|
53093a74b0
|
Added missing macros.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12462 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-08 09:17:09 +00:00 |
Giovanni Di Sirio
|
426d45d6d4
|
Fixed bug #992.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12461 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-08 09:12:28 +00:00 |
Giovanni Di Sirio
|
732268a214
|
Added F303 mcuconf.h generator.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12458 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-02 17:20:59 +00:00 |
Giovanni Di Sirio
|
01e1216f5e
|
Added UART7/8 support to STM32 UART USARTv1 driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12457 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-02 16:38:55 +00:00 |
Giovanni Di Sirio
|
0f8c6b90f7
|
New buffers performance tuning option added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12456 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-02 15:09:24 +00:00 |
Giovanni Di Sirio
|
559b4aa2d3
|
Removed obsolete code.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12455 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-02 14:20:13 +00:00 |
Giovanni Di Sirio
|
d4a83ebcce
|
Fixed bug #989.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12453 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-02 06:14:45 +00:00 |
Giovanni Di Sirio
|
e7234a42e4
|
Fixed bug #990.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12448 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-02 06:08:07 +00:00 |
Giovanni Di Sirio
|
179aa7224e
|
USB tested on L4+.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12447 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-12-01 19:30:36 +00:00 |
Giovanni Di Sirio
|
37a5f0bc07
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12446 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-29 14:33:39 +00:00 |
Giovanni Di Sirio
|
84b9bdd74c
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12445 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-27 15:28:17 +00:00 |
Giovanni Di Sirio
|
b1a12e7130
|
Latest LLVM does no more require ad-hoc .ld files, now it can use GCC ones, compatibility has improved.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12444 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-26 09:34:08 +00:00 |
Giovanni Di Sirio
|
8ee3635773
|
RTC update for F7.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12443 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-25 18:03:28 +00:00 |
gdisirio
|
c0eefeeb5c
|
RTC update for F4.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12442 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-25 16:02:00 +00:00 |
Giovanni Di Sirio
|
c8700fc5ee
|
RTC update for L0.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12441 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-25 15:38:15 +00:00 |
gdisirio
|
f24c09b778
|
RTC changes for F3.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12440 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-25 15:12:23 +00:00 |
Giovanni Di Sirio
|
6268914b7c
|
RTC adjustments for F0 devices.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12439 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-25 13:56:44 +00:00 |
gdisirio
|
b8a4c26a9c
|
Persistent storage for STM32 RTCV1 driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12438 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-25 12:02:19 +00:00 |
Giovanni Di Sirio
|
7a0857aa5d
|
RTC callbacks now working.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12437 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-25 10:20:09 +00:00 |
Giovanni Di Sirio
|
e9fbae0881
|
Efficiency changes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12436 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-18 16:00:59 +00:00 |
Giovanni Di Sirio
|
118309d74b
|
Missing EXTI IRQ clearing in ISRs.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12435 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-18 13:38:09 +00:00 |
gdisirio
|
e7cea845fe
|
Unified RTC demo, more RTC and EXTI changes, not finished.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12434 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-18 13:31:49 +00:00 |
Giovanni Di Sirio
|
9913d1b6ff
|
Changes to RTCv2 driver, not finished yet.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12433 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-18 11:36:01 +00:00 |
Giovanni Di Sirio
|
7c77845aa7
|
EXTI driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12432 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-18 08:51:22 +00:00 |
Giovanni Di Sirio
|
db6f9df412
|
DAC driver now working with L4+.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12431 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-15 17:04:05 +00:00 |
Giovanni Di Sirio
|
c0da3c4f42
|
Unified DAC demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12430 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-15 16:24:32 +00:00 |
Giovanni Di Sirio
|
e11afaa8ca
|
Extra checks in L4 and L4+ HALs.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12428 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-15 10:44:30 +00:00 |
Giovanni Di Sirio
|
19cfe3b26f
|
Fixed bug #987.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12425 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-15 09:36:57 +00:00 |
Giovanni Di Sirio
|
4464b4a0d5
|
Reverted bug #985.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12423 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-15 08:30:03 +00:00 |
Giovanni Di Sirio
|
27ad46cdfd
|
Minor changes to MFS project.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12421 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-14 09:24:25 +00:00 |
Giovanni Di Sirio
|
6e0f6445b6
|
Small fix in N25Q driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12419 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-13 20:44:55 +00:00 |
Giovanni Di Sirio
|
6b83515c62
|
Fixed bug bug #986. Fixed a small documentation error in M0 port.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12418 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-13 19:44:03 +00:00 |
Giovanni Di Sirio
|
08debc2868
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12417 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-13 16:30:27 +00:00 |
Giovanni Di Sirio
|
1d6d312d43
|
Tentative fix for bug #985.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12416 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-13 10:36:05 +00:00 |
gdisirio
|
d65f2107f8
|
Simplified.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12415 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-12 11:03:43 +00:00 |
Giovanni Di Sirio
|
5a5abcc25c
|
Small fixes to SPI demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12414 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-11 06:03:29 +00:00 |
Giovanni Di Sirio
|
bd22f71672
|
Fixed some regressions.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12413 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-09 12:20:06 +00:00 |
Giovanni Di Sirio
|
9d6eb6ebf4
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12412 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-09 11:35:52 +00:00 |
Giovanni Di Sirio
|
9472504bb6
|
WSPI and flash support improvements.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12411 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-09 09:57:16 +00:00 |
Giovanni Di Sirio
|
8e0e4b0644
|
Fixed memory mapped mode.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12410 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-05 20:13:58 +00:00 |
Giovanni Di Sirio
|
cd153877ba
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12409 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-05 13:26:27 +00:00 |
Giovanni Di Sirio
|
bb4728465f
|
Fixed a race condition.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12408 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-04 16:54:51 +00:00 |
Giovanni Di Sirio
|
a250f19c64
|
Fixed small problem in SPI mode.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12407 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-04 11:19:27 +00:00 |
gdisirio
|
375272e237
|
Added an important note.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12406 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-04 11:01:25 +00:00 |
Giovanni Di Sirio
|
11c39c1b95
|
DTR mode apparently working.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12405 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-04 08:32:32 +00:00 |
Giovanni Di Sirio
|
5da033f361
|
MX25 8bits STR mode working.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12404 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-03 09:28:43 +00:00 |
Giovanni Di Sirio
|
6620e65927
|
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12403 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-02 21:14:35 +00:00 |
Giovanni Di Sirio
|
5087d58f1c
|
WSPI+MX25+MFS working (SPI mode tested only).
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12402 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-02 19:27:52 +00:00 |
Giovanni Di Sirio
|
9f6a17e4f1
|
Various fixes to OCTOSPI e DMAv1 and MX25.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12401 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-02 17:15:38 +00:00 |
gdisirio
|
da54384531
|
Tentative driver for macronix MX25LM51245G, untested.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12400 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-11-02 08:43:34 +00:00 |
gdisirio
|
ef66327057
|
Improved flash drive, layers reorganized for better portability and abstraction.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12399 110e8d01-0319-4d1e-a829-52ad28d1bb01
|
2018-10-31 17:28:46 +00:00 |