Martin Eckardt
|
08ce2f2de8
|
Calculate FDCAN_clk instead of assuming fix 10MHz
- The FDCAN_clk is calculated on runtime from the according
RCC-registers
|
2020-09-07 02:08:59 +02:00 |
Martin Eckardt
|
f32efe4c28
|
Changed PLL to 160MHz, PLLQ to 80MHz
|
2020-09-07 02:04:13 +02:00 |
Martin Eckardt
|
9886532029
|
Added support for FDCAN3
|
2020-09-07 02:04:13 +02:00 |
Martin Eckardt
|
9bc2deb9aa
|
make G4 target compileable with CAN support
|
2020-09-07 02:04:13 +02:00 |
Martin Kojtal
|
895488f945
|
Merge pull request #13523 from jeromecoutant/PR_H7_ADC2
STM32H7 ADC: No MultiMode configuration needed for ADC2
|
2020-09-03 13:24:55 +01:00 |
Martin Kojtal
|
2eb2fe4184
|
Merge pull request #13522 from jeromecoutant/PR_USB_PULLUP
STM32 USB connect procedure update
|
2020-09-03 13:24:10 +01:00 |
talorion
|
6a50ecad5f
|
pwmout - STM - add read methods for period and pulsewidth
|
2020-09-02 13:39:15 +02:00 |
Martin Kojtal
|
29f54fe9aa
|
Merge pull request #13509 from alcheagle/new_target_STM32L071CXCTX
Adding STM32L071xx target
|
2020-09-02 09:41:12 +01:00 |
Nicolás Elliott
|
ee4a4e9ad8
|
Rebase of Initial support for USB Device on STM32F1
|
2020-09-01 15:05:48 -04:00 |
jeromecoutant
|
02c79e8603
|
STM32H7 ADC: No MultiMode configuration needed for ADC2
|
2020-09-01 17:52:13 +02:00 |
jeromecoutant
|
ac9c4b7b66
|
STM32 USB connect procedure update
Pull up on USB DP to manage (external for STM32F1)
|
2020-09-01 17:32:20 +02:00 |
Andrea Gilardoni
|
3c39eeb8dd
|
fixing SPDX identifiers in all files
|
2020-09-01 10:08:41 +02:00 |
Martin Kojtal
|
4ef38f95d8
|
Merge pull request #13513 from jeromecoutant/PR_README
STM32 readme update
|
2020-09-01 08:48:54 +01:00 |
jeromecoutant
|
53008d9447
|
STM32 USB: use SNG_BUF
To avoid RAM location issue
|
2020-08-31 17:30:52 +02:00 |
Andrea Gilardoni
|
15ca58b9c8
|
fixing small issues
|
2020-08-31 14:03:49 +02:00 |
jeromecoutant
|
1996552a9c
|
STM32 readme update
|
2020-08-31 13:23:25 +02:00 |
Andrea Gilardoni
|
23a3ea06cb
|
fixing the remaining parts after the rename
|
2020-08-28 19:37:53 +02:00 |
Andrea Gilardoni
|
c62fc559c9
|
renaming the mcu to stm32l071xx
|
2020-08-28 19:24:43 +02:00 |
Andrea Gilardoni
|
0c0692a3d1
|
fixing the issues
|
2020-08-28 19:12:37 +02:00 |
Andrea Gilardoni
|
a03f5ff4e6
|
Adding a new target
Adding STM32L071CXCTX as a generic target to be extended.
This addition required to fix some issues on stml0 library
|
2020-08-28 19:10:41 +02:00 |
Martin Kojtal
|
afcf91f331
|
Merge pull request #13006 from AGlass0fMilk/add-nucleo-g031k8
NUCLEO_G031K8: Add new target
|
2020-08-26 07:24:28 +01:00 |
Martin Kojtal
|
4bd8d8ca56
|
Merge pull request #13470 from MultiTechSystems/update-dragonfly-linkers
Update dragonfly linkers
|
2020-08-24 15:54:11 +01:00 |
jeromecoutant
|
44b7c1165e
|
STM32G0 UART: compilation warning
|
2020-08-24 13:55:10 +02:00 |
jeromecoutant
|
2f2a1ea3f2
|
STM32G0 stm32g0xx_ll_rtc.h compilation warning
Waiting for
https://github.com/STMicroelectronics/STM32CubeG0/issues/11
|
2020-08-24 13:55:03 +02:00 |
Leon Lindenfelser
|
622b7cfc60
|
Add MBED_APP_START & MBED_APP_SIZE check/set to MTS_MDOT_F411RE arm linker
|
2020-08-20 10:21:12 -05:00 |
Leon Lindenfelser
|
aa2c80fa52
|
Update MTS_DRAGONFLY_F411RE linker files for removed post_binary_hook
|
2020-08-19 16:09:44 -05:00 |
George Beckstein
|
470ef492b3
|
Revert "Removed const from register declaration"
This reverts commit c569dcce79.
|
2020-08-14 12:03:25 -04:00 |
George Beckstein
|
c569dcce79
|
Removed const from register declaration
|
2020-08-13 16:50:03 -04:00 |
jeromecoutant
|
8165bca233
|
STM32G0 review and test
|
2020-08-13 15:49:50 -04:00 |
Pavel Slama
|
ab6fd6e1eb
|
add D13 pin
|
2020-08-13 15:49:50 -04:00 |
Pavel Slama
|
25ea7be2ff
|
add NUCLEO_G031K8 target
|
2020-08-13 15:49:50 -04:00 |
Pavel Slama
|
e3d26ed888
|
delete LED2-4 and buttons
|
2020-08-13 15:49:50 -04:00 |
George Beckstein
|
16ac412807
|
Add NUCLEO_G031K8 target configuration
|
2020-08-13 15:49:50 -04:00 |
Maarten de Klerk
|
e6150ac722
|
Added error checking to can_filter() for Classic CAN
Previously the function always returned 1 even when the configuration was illegal. I added a small check to HAL_CAN_ConfigFilter(...).
|
2020-08-08 23:25:42 +02:00 |
Rajkumar Kanagaraj
|
2add7064ec
|
Update astyleignore and source code comment
|
2020-07-27 10:04:01 -07:00 |
jeromecoutant
|
0b5a91c9a2
|
STM32WB FLASH activity shared with M0+ core
source:
- https://github.com/STMicroelectronics/STM32CubeWB/blob/master/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE/BLE_RfWithFlash/Core/Src/flash_driver.c
- Figure 10 from AN5289
|
2020-07-17 12:06:40 +02:00 |
jeromecoutant
|
ec1e659d3a
|
STM32WB readme update
|
2020-07-17 12:06:40 +02:00 |
jeromecoutant
|
285d533075
|
STM32WB: ST CUBE drivers update V1.4.0 => V1.7.0 / BLE
|
2020-07-17 12:06:39 +02:00 |
jeromecoutant
|
643c7a44f3
|
STM32WB: ST CUBE drivers update V1.4.0 => V1.7.0 / HAL
|
2020-07-17 12:06:39 +02:00 |
Martin Kojtal
|
3400ef66e7
|
Merge pull request #13222 from jeromecoutant/PR_PWM
STM32 PWM : avoid glitch after duty cycle change
|
2020-07-03 10:51:19 +02:00 |
Martin Kojtal
|
379bda2214
|
Merge pull request #13221 from jeromecoutant/PR_DAC_TICKLESS
STM32 ANALOGOUT and DEEPSLEEP
|
2020-07-03 10:50:59 +02:00 |
jeromecoutant
|
e10a233c80
|
STM32 PWM : avoid glitch after duty cycle change
|
2020-07-02 14:54:09 +02:00 |
jeromecoutant
|
a0b718fc04
|
STM32 ANALOGOUT and DEEPSLEEP
keep DAC on during wait period
|
2020-07-02 14:18:44 +02:00 |
jeromecoutant
|
c8737c593d
|
STM32WB RNG: enable use from both M4 and M0+ core
|
2020-07-02 10:17:08 +02:00 |
jeromecoutant
|
0d277eefe4
|
STM32L4: I2C init parameters for L4+ MCU
|
2020-06-23 10:05:24 +02:00 |
Martin Kojtal
|
e9b1df671e
|
Merge pull request #13143 from jeromecoutant/PR_H7_BARE
STM32H7: correct Ethernet issue in baremetal
|
2020-06-18 10:25:51 +02:00 |
Martin Kojtal
|
66343b0d25
|
Merge pull request #12937 from macronix/macronix_qspi
Modify the operation of setting qspi frequency when calling Octo controller
|
2020-06-18 09:43:45 +02:00 |
Martin Kojtal
|
aafae5d644
|
Merge pull request #12751 from jeromecoutant/PR_WB_USB
STM32WB: enable USB Device
|
2020-06-18 09:42:42 +02:00 |
jeromecoutant
|
b4d31ae863
|
STM32H7: correct Ethernet issue in baremetal
|
2020-06-17 18:39:34 +02:00 |
Martin Kojtal
|
7b5a8d37b5
|
Merge pull request #12966 from MultiTechSystems/update-df413-onoff
DRAGONFLY_F413RH: Update power on and power off functionality
|
2020-06-16 13:54:01 +02:00 |
Martin Kojtal
|
0614e92c5b
|
Merge pull request #13083 from jeromecoutant/PR_H7_CUBE170
STM32H7 update drivers version to CUBE V1.7.0
|
2020-06-16 13:45:42 +02:00 |
jeromecoutant
|
dcf2490b5a
|
STM32F1 STM32Cube FW V1.8.0: update for MBED
|
2020-06-15 13:49:47 +02:00 |
jeromecoutant
|
c99c8b5036
|
STM32F1 STM32Cube FW V1.6.1 => V1.8.0: target part
- SetSysClock update
|
2020-06-15 13:49:47 +02:00 |
jeromecoutant
|
ce3fc30cf0
|
STM32F1 STM32Cube FW V1.6.1 => V1.8.0
|
2020-06-15 13:49:46 +02:00 |
jeromecoutant
|
f13b06a7bc
|
STM32F1 STM32Cube FW V1.6.1 => V1.8.0: Driver part
|
2020-06-15 13:49:46 +02:00 |
jeromecoutant
|
97bf6fa386
|
STM32F1 STM32Cube FW V1.6.1 => V1.8.0: CMSIS part
|
2020-06-15 13:49:46 +02:00 |
jeromecoutant
|
1152c651d9
|
STM32F1: targets inherit from non public default MCU configuration
|
2020-06-15 13:49:39 +02:00 |
jeromecoutant
|
533fe21750
|
STM32F1: directory restructuration
|
2020-06-15 13:48:04 +02:00 |
Anna Bridge
|
a870fcface
|
Merge pull request #13001 from jeromecoutant/PR_BAREMETAL_SUPPORT_STEP2
STM32 baremetal support step2 (L1/L4/WB)
|
2020-06-12 14:44:14 +01:00 |
Anna Bridge
|
58975d1df4
|
Merge pull request #13091 from jeromecoutant/PR_BAREMETAL_SUPPORT
STM32 baremetal support step3/3 (F2/F4)
|
2020-06-12 14:42:35 +01:00 |
Anna Bridge
|
727cf54873
|
Merge pull request #13073 from jeromecoutant/PR_H7_FPGA
STM32H7: FPGA tests support
|
2020-06-11 14:39:31 +01:00 |
Martin Kojtal
|
878875c884
|
Merge pull request #13090 from jeromecoutant/PR_DEVICE_H
STM: move us_ticker_defines.h include
|
2020-06-10 11:53:57 +02:00 |
Martin Kojtal
|
0f2a28d52f
|
Merge pull request #13053 from jeromecoutant/PR_README
STM32 more information in README file
|
2020-06-10 11:43:24 +02:00 |
jeromecoutant
|
47407759a4
|
STM: move us_ticker_defines.h include
|
2020-06-09 11:04:23 +02:00 |
jeromecoutant
|
713618abe0
|
STM32F4 baremetal support
|
2020-06-09 10:25:41 +02:00 |
jeromecoutant
|
adbd936cbc
|
STM32F2 baremetal support
|
2020-06-09 10:24:36 +02:00 |
jeromecoutant
|
048f454a5a
|
STM32H7: remove GENERIC_H745I
|
2020-06-08 15:33:42 +02:00 |
jeromecoutant
|
561f8d48bf
|
STM32H7 STM32Cube FW V1.5.0 => V1.7.0
|
2020-06-08 14:33:10 +02:00 |
jeromecoutant
|
9936a53bd1
|
STM32H7 STM32Cube FW V1.5.0 => V1.7.0: HAL Driver part
|
2020-06-08 14:33:09 +02:00 |
jeromecoutant
|
21f262b5c3
|
STM32H7 STM32Cube FW V1.5.0 => V1.7.0: CMSIS part
|
2020-06-08 14:33:09 +02:00 |
jeromecoutant
|
7d181c1bf7
|
STM32H7: directory restructuration
- only files move
- sometimes files rename
+ targets.json update
|
2020-06-08 14:33:08 +02:00 |
jeromecoutant
|
551f8b4231
|
NUCLEO_WB55RG: enable USBDEVICE
|
2020-06-08 13:17:23 +02:00 |
Martin Kojtal
|
8d26d77690
|
Merge pull request #12482 from AGlass0fMilk/add-nucleo-g474re
NUCLEO_G474RE: Add new platform
|
2020-06-08 12:38:40 +02:00 |
jeromecoutant
|
28f8307afa
|
STM32WB baremetal support
move BLE files to FEATURE_BLE
|
2020-06-08 12:06:01 +02:00 |
jeromecoutant
|
0a447ac798
|
STM32L4 baremetal support
|
2020-06-08 12:05:54 +02:00 |
jeromecoutant
|
ba7deb4660
|
STM32L1 baremetal support
|
2020-06-08 11:46:56 +02:00 |
jeromecoutant
|
1292053bf9
|
STM32 more information in README file
|
2020-06-08 10:02:33 +02:00 |
jeromecoutant
|
c9e0c4f6f7
|
STM32WB ReadMe quick update
See #12975
|
2020-06-08 10:02:33 +02:00 |
jeromecoutant
|
10a5b97396
|
STM32H7: NUCLEO_H743ZI2 pins update
|
2020-06-05 16:26:33 +02:00 |
jeromecoutant
|
1484ac0859
|
STM32H7: DISCO_H747I pins update
|
2020-06-05 16:26:23 +02:00 |
jeromecoutant
|
b289d5a08f
|
STM32H7: enable dual analogic pad
|
2020-06-05 16:26:22 +02:00 |
jeromecoutant
|
538552adea
|
STM32H7 ADC issue correction
|
2020-06-05 16:26:22 +02:00 |
Martin Kojtal
|
59df4efaac
|
Merge pull request #13022 from jeromecoutant/PR_BSP
STM32: add weak TargetBSP_Init function
|
2020-06-05 16:01:25 +02:00 |
Martin Kojtal
|
3ef2b1642e
|
Merge pull request #12996 from pilotak/master
STM32F412 bypass PLL configuration when already done by bootloader
|
2020-06-05 10:48:41 +02:00 |
Martin Kojtal
|
8911f96c1b
|
Merge pull request #13014 from jeromecoutant/PR_H7CM4
DISCO_H747I_CM4 is supporting now hex format
|
2020-06-04 15:23:26 +02:00 |
jeromecoutant
|
76135d0820
|
STM32: add weak TargetBSP_Init function
|
2020-05-27 16:49:54 +02:00 |
jeromecoutant
|
876125ad49
|
DISCO_H747I_CM4 is supporting now hex format
- minimum STLink version: V3J7M2
|
2020-05-25 11:34:40 +02:00 |
rogeryou
|
de9b283abe
|
modify the div value when calling octo controller.
For ST OSPI controller driver(stm32l4xx_hal_ospi.c), the frequency it has be subtracted 1, so "div = div - 1;" should be removed.
|
2020-05-25 12:07:24 +08:00 |
George Beckstein
|
658d89be8c
|
Apply linker fix as in #12690 to new NUCLEO_G474RE target
|
2020-05-20 06:39:17 -04:00 |
George Beckstein
|
6e2fa616c7
|
Added spi_api.c implementation
|
2020-05-20 06:39:17 -04:00 |
George Beckstein
|
eb8d128a24
|
Updated system clock settings to run at 170MHz (max for this target). Affects both HSI and HSE modes.
|
2020-05-20 06:39:17 -04:00 |
George Beckstein
|
44ca862af3
|
Changed us_ticker configuration to use TIM5 instead of TIM2 to be consistent with the allowed PWM peripheral pins.
|
2020-05-20 06:39:17 -04:00 |
George Beckstein
|
2297e1b91e
|
Updated clock configuration settings for NUCLEO_G474RE
|
2020-05-20 06:39:17 -04:00 |
George Beckstein
|
c687ae312f
|
Added missing analogin_device.c file and configured for STM32G4xx series
|
2020-05-20 06:39:17 -04:00 |
George Beckstein
|
613af0f604
|
Added support for ANALOGOUT
|
2020-05-20 06:39:17 -04:00 |
George Beckstein
|
934d60e63d
|
Added support for FLASH API
|
2020-05-20 06:39:17 -04:00 |
George Beckstein
|
7f19c8ac6e
|
Added support for SPI API
|
2020-05-20 06:39:17 -04:00 |
George Beckstein
|
06d74aa37a
|
Added support for PWMOUT
|
2020-05-20 06:39:17 -04:00 |
George Beckstein
|
f59ec66710
|
Added support for INTERRUPTIN
|
2020-05-20 06:39:17 -04:00 |
George Beckstein
|
5e25e004df
|
Added support for I2C
|
2020-05-20 06:39:17 -04:00 |