Andrey G
89dac4bb90
Merge pull request #40 from dron0gus/artery-dev-backport
...
Artery: flash User Systed Data (USD) area
2023-11-11 18:44:44 +03:00
Andrey Gusakov
df0e5e6b98
Artery: flash User System Data (USD) area
2023-11-11 18:43:08 +03:00
rusefillc
b3ae9ee852
#ifdef STM32H7XX resetSpiDevice
2023-11-03 20:04:57 -04:00
Andrey Gusakov
9b6fa573de
port: AT32: implement EFL support
2023-11-03 11:29:53 +03:00
Andrey Gusakov
69aef364b5
AT_START_F435: update
2023-11-03 11:18:11 +03:00
rusefillc
12889f8530
avoid shadowing with build-in function
2023-11-01 09:44:02 -04:00
Andrey Gusakov
3234650abb
at32: fix DBGMCU struct, FLASHSIZE and UID addresses
2023-10-30 12:28:52 +03:00
Andrey Gusakov
b1510d74cd
STM32: SPIv1: integration with DMAv1 with MUX
2023-10-29 18:43:09 +03:00
Andrey Gusakov
95a93b98dc
port: at32: fix isr
2023-10-29 18:43:09 +03:00
Andrey Gusakov
6b87450ccb
port: AT32: fix IRQ handler offsets and numbers
2023-10-29 18:43:09 +03:00
Andrey Gusakov
f1099e4ed2
AT32: do not suppress IRQs
2023-10-29 18:43:09 +03:00
Andrey Gusakov
dbd86dc430
port: AT32: ADC fix
2023-10-29 15:38:08 +03:00
Andrey Gusakov
448b07c245
STM32: ADCv2: integration with DMAv1 with MUX
2023-10-29 15:38:08 +03:00
Andrey Gusakov
7f73c584f8
STM32: DMAv1: support for AT32 variant of DMA
2023-10-28 00:27:26 +03:00
Andrey Gusakov
a2394a794e
port: AT32: fix DMA support (DMAv1 from STM32 is reused)
2023-10-28 00:27:26 +03:00
rusefillc
7da110d779
explicit message
2023-07-06 22:15:27 -04:00
Andrey Gusakov
d2d5bf9e8b
AT-START-F435 board: update pinmuxes
2023-07-06 22:15:27 -04:00
Andrey Gusakov
738d752d77
Artery AT32F4xx port: updates: gpio, otg, ldo
2023-07-06 22:15:27 -04:00
Andrey Gusakov
c272d0c241
AT-START-F435 board: fix OTG1 and OTG2 pinmuxes
2023-07-06 22:15:27 -04:00
Andrey Gusakov
c39a274485
Artery AT32F4xx port: USB clock settings
2023-07-06 22:15:27 -04:00
Andrey Gusakov
86cacdf737
port to 20 more
2023-07-06 22:15:27 -04:00
Andrey
2bbee81c28
port to 20
2023-07-06 22:15:27 -04:00
Andrey Gusakov
f92d48f48e
Artery AT32F4xx port: update, cleanup
2023-07-06 22:15:26 -04:00
Andrey Gusakov
519c42bce3
Fix SD1/USART1
2023-07-06 22:15:26 -04:00
Andrey Gusakov
ebe2fba0d6
AT-START-F435 demo: fix pinmuxes
2023-07-06 22:15:26 -04:00
Andrey Gusakov
b15894f119
AT-START-F435 demo project
...
Based on RT-STM32F429ZI-NUCLEO144
2023-07-06 22:15:26 -04:00
Andrey Gusakov
4fcf789174
Artery AT32F4xx port: update clocks
2023-07-06 22:15:26 -04:00
Andrey Gusakov
066a657ad0
Artery AT32F4xx port: update
2023-07-06 22:15:26 -04:00
Andrey Gusakov
deadc35124
Artery AT32F4xx port
2023-07-06 22:15:26 -04:00
Nathan Schulte
600ebfeec0
LSE max wait patches for rusEFI
2023-07-06 22:11:52 -04:00
Andrey Gusakov
4f0ee12e2e
CANv1: fix for GD32 devices
...
On GD32 CAN_TSTAT bits [25:24] has another meaning vs STM32:
"These bits are the number of the Tx FIFO mailbox in which the
frame will be transmitted if at least one mailbox is empty."
While on STM32:
"In case at least one transmit mailbox is free, the code value
is equal to the number of the next transmit mailbox free."
So to determine free mailbox we need to check TMEx bits on GD32.
2023-07-06 22:11:52 -04:00
Matthew Kennedy
5a0633f0d2
why does it spinwait for subseconds?
2023-07-06 22:11:52 -04:00
Andrey
1d292943f0
https://github.com/rusefi/rusefi/issues/4115
2023-07-06 22:11:52 -04:00
Andrey
eef3946f58
https://github.com/rusefi/rusefi/issues/4115
2023-07-06 22:11:52 -04:00
Matthew Kennedy
6c65213123
fix H7 CAN memory allocation
2023-07-06 22:11:52 -04:00
Matthew Kennedy
01f8cbc9cb
check CAN isr
2023-07-06 22:11:52 -04:00
Giovanni Di Sirio
f4339dc756
Fixing an issue on IN ISOC errors handling.
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15651 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2023-07-06 22:11:51 -04:00
Giovanni Di Sirio
90de822a00
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15633 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2023-07-06 22:11:51 -04:00
Giovanni Di Sirio
37683fed19
Fixed a wrong preprocessor check.
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15624 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2023-07-06 22:11:51 -04:00
Giovanni Di Sirio
2779d5241c
Fixed bug #1232 .
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15608 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2023-07-06 22:11:51 -04:00
Giovanni Di Sirio
2a53ef2614
Fixed minor problem with C++.
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15595 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2023-07-06 22:11:51 -04:00
Giovanni Di Sirio
ff307bbcc5
Fixed bug #1231 .
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15576 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2023-07-06 22:11:51 -04:00
Giovanni Di Sirio
1df854a864
Fixed bug #1218 .
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15555 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2023-07-06 22:11:51 -04:00
Giovanni Di Sirio
74ee453ec3
Fixed bug #1230 .
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15536 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2023-07-06 22:11:51 -04:00
Giovanni Di Sirio
bdfebbf370
Fixed bug #1229 .
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15533 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2023-07-06 22:11:51 -04:00
Giovanni Di Sirio
f8846d1311
Fixed bug #1227 .
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15528 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2023-07-06 22:11:51 -04:00
Giovanni Di Sirio
3fa7ed7808
Fixed bug #1226 .
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15524 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2023-07-06 22:11:51 -04:00
Giovanni Di Sirio
febfeb509d
Fixed bug #1225 .
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15522 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2023-07-06 22:11:51 -04:00
Giovanni Di Sirio
e2cba94c4f
Fixed bug #1224 .
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15513 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2023-07-06 22:11:51 -04:00
Giovanni Di Sirio
540df0650c
Fixed bug #1223 .
...
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_20.3.x@15510 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
2023-07-06 22:11:51 -04:00