Evan Hosseini
|
94616e6396
|
mts_mdot_f411re: Fix for Multi-Tech mDot IAR linker script
|
2018-03-08 16:41:34 -06:00 |
Cruz Monrreal
|
8a7b390fdd
|
Merge pull request #6102 from Ultimaker/master
Add support for STEVAL-3DP001V1 board
|
2018-03-06 20:41:41 -06:00 |
Rob Meades
|
c53fb9dc64
|
Call i2c_init() before i2c_frequency() (since i2c_frequency() requires the object to be set up) and zero the I2C object before giving it to i2c_init() as i2_init() has to set up a default frequency for its timeouts to work and it will only do this if the hz field in the object was zero to begin with (otherwise you end up with a random but usually very large indeed timeout).
|
2018-03-01 14:52:42 +00:00 |
daid
|
62599a97f7
|
Add support for STEVAL-3DP001V1 board, which has an STM32F401VE chip. This support is based on the NUCLEO-F401RE board. Which has the same amount of flash/ram but less pins available on the chip.
|
2018-02-28 09:37:39 +01:00 |
Cruz Monrreal
|
19e07e8d11
|
Merge pull request #6217 from jeromecoutant/PR_RTC
STM32 RTC : update free function
|
2018-02-27 15:40:11 -06:00 |
Cruz Monrreal
|
153fa05bea
|
Merge pull request #6172 from adustm/l4_linkergcc
Use SRAM2 32Kbytes on STM32L475 / L476 and L486 devices
|
2018-02-27 13:46:26 -06:00 |
jeromecoutant
|
961c8da51c
|
STM32F1 RTC : Date read after reset
F1 is the only STM32 family where RTC date is not saved into registers
|
2018-02-27 11:02:49 +01:00 |
jeromecoutant
|
45cbdc889f
|
STM32 RTC : update free function
- LSI specific implementation is removed
- Remove RTC clock disable
|
2018-02-27 10:45:43 +01:00 |
Cruz Monrreal
|
815c6fb7cf
|
Merge pull request #6193 from ashok-rao/ODIN_PinsFix
ODIN MTB LEDs Fix
|
2018-02-26 22:49:03 -06:00 |
Ashok Rao
|
a5899db9e5
|
ODIN MTB LEDs Fix
|
2018-02-23 17:10:09 +00:00 |
adustm
|
d1e6e8f128
|
Allow jenkins script to pass
|
2018-02-23 17:40:09 +01:00 |
adustm
|
28a43b55e7
|
Add initial_sp value for STM32L476 and STM32L486 devices
|
2018-02-23 10:44:14 +01:00 |
adustm
|
67953251f9
|
Use official toolchain defines
|
2018-02-23 10:29:29 +01:00 |
adustm
|
815be94197
|
Add defined for GCC_ARM to pass heap and stack tests
|
2018-02-22 17:38:26 +01:00 |
adustm
|
f551255ded
|
Add support of separate memories for heap and stack region swith the use of TWO_RAM_REGIONS define
|
2018-02-22 17:37:34 +01:00 |
adustm
|
02b2b01a83
|
Change STM32L475/76/86 GCC_ARM linker files to have HEAP in SRAM1 and stack in SRAM2 (after the interrupt vector)
|
2018-02-22 17:36:27 +01:00 |
Fahim Alavi
|
192250af87
|
Support added for R410M Changes
target added r410m
Spaces removed
Trace updated
|
2018-02-20 10:32:14 +05:00 |
Martin Kojtal
|
105da034a3
|
Merge pull request #6117 from u-blox/i2c_read_write
UBLOX C030: I2C avoid any RTOS waits
|
2018-02-19 17:16:59 +01:00 |
Bilal
|
8ebb234d51
|
Formatting change - II
|
2018-02-19 12:32:54 +05:00 |
Bilal
|
c91b61e03c
|
Formatting change
|
2018-02-16 17:20:10 +05:00 |
Bilal
|
46d84b7ebb
|
Replacing i2c_xxxx(...) calls to reduce binary size and avoid any RTOS waits
|
2018-02-16 15:24:50 +05:00 |
jeromecoutant
|
ea9c1f29a1
|
STM32F4 Cube v1.19.0 update : ST CMSIS files
Previous version was v1.16.0
|
2018-02-15 16:33:32 +01:00 |
jeromecoutant
|
0d8d3e01db
|
STM32F4 Cube v1.19.0 update : ST HAL files
Previous version was v1.16.0
|
2018-02-15 16:33:31 +01:00 |
jeromecoutant
|
4db8842604
|
STM32F4 Cube update : file name alignment
|
2018-02-15 16:33:30 +01:00 |
Kevin Bracey
|
984cc1ab50
|
Merge pull request #6032 from jarlamsa/status-callbacks
Status callbacks
|
2018-02-15 13:02:10 +02:00 |
Cruz Monrreal
|
5648b156e6
|
Merge pull request #6063 from bcostm/PULL_REQUEST_CUBE_UPDATE_F7_V1.10.0
STM32F7: Update ST HAL driver with CubeF7 v1.10.0
|
2018-02-14 12:41:37 -06:00 |
Cruz Monrreal
|
ccff46d9a3
|
Merge pull request #6070 from ithinuel/remove-magic
remove magic calibration value for HSI in ST's targets
|
2018-02-12 17:21:32 -06:00 |
Senthil Ramakrishnan
|
19ad4e2cb9
|
Fix MTB_MTS_XDOT build breakage
|
2018-02-12 12:02:21 -06:00 |
Senthil Ramakrishnan
|
96d900c99f
|
Fixes for targets with invalid HardFault_Handler implementation and review/other fixes
|
2018-02-12 11:50:33 -06:00 |
Wilfried Chauveau
|
d1a0ff9964
|
remove magic calibration value for HSI in ST's targets
|
2018-02-12 16:47:35 +00:00 |
Cruz Monrreal
|
84ee9cc7a1
|
Merge pull request #5941 from marcemmers/lpuart-use-lse
STM32L0/4 Enable use of LPUART in stop mode
|
2018-02-12 10:26:37 -06:00 |
Cruz Monrreal
|
c3e02b18b6
|
Merge pull request #6035 from ashok-rao/ODIN-serial_fix
Fix serial pins and a typo for ODIN MTB
|
2018-02-12 10:25:22 -06:00 |
Cruz Monrreal
|
75e6d97735
|
Merge pull request #6042 from jeromecoutant/PR_DISCO_F303
DISCO_F303VC : STDIO pins correction and alignment with STM32 family
|
2018-02-12 10:24:57 -06:00 |
bcostm
|
118073a9c5
|
Add missing can legacy file
|
2018-02-12 10:37:03 +01:00 |
bcostm
|
58c4a5f83e
|
F7 ST CUBE V1.10.0
F7 HAL driver V1.2.5
|
2018-02-12 10:37:03 +01:00 |
Andreas Larsson
|
67772a5e95
|
Added u-blox ODIN-W2 driver binaries v2.4 rc1
|
2018-02-09 12:54:47 +02:00 |
Martin Kojtal
|
8e8b3d3bbd
|
Merge pull request #6036 from bcostm/dev_move_DISCO_L072CZ
DISCO_L072CZ_LRWAN1: move target folder
|
2018-02-08 15:19:08 +00:00 |
jeromecoutant
|
e0e6e5a9e5
|
DISCO_F303VC : Align clock configuration with STM32 family
|
2018-02-08 14:25:46 +01:00 |
jeromecoutant
|
e8e4af3c7a
|
DISCO_F303VC : add IAR files
|
2018-02-08 14:25:45 +01:00 |
jeromecoutant
|
1ab4030f20
|
DISCO_F303VC : wrong STDIO pins
|
2018-02-08 14:25:45 +01:00 |
Cruz Monrreal
|
1c5c1c79d0
|
Merge pull request #6027 from ithinuel/fix-target-names-for-murata-abz-and-adv-wise-1510
rename MURATA type ABZ & WISE 1510 to their expected name
|
2018-02-07 20:06:50 -06:00 |
Cruz Monrreal
|
1ac115d794
|
Merge pull request #6013 from kivaisan/add-wise-1570
Add MTB_ADV_WISE_1570 target
|
2018-02-07 20:05:38 -06:00 |
Cruz Monrreal
|
63201db875
|
Merge pull request #6004 from bcostm/fix_l476-486_sram_iar
STM32L476/486: Improve SRAM usage for IAR
|
2018-02-07 14:51:30 -06:00 |
bcostm
|
7630874b9c
|
Move TARGET_DISCO_L072CZ_LRWAN1 folder
|
2018-02-07 16:23:09 +01:00 |
Ashok Rao
|
188a68829f
|
Fixed serial pins and a typo for ODIN MTB
|
2018-02-07 15:12:40 +00:00 |
Wilfried Chauveau
|
6c9fcf3dd8
|
rename MURATA type ABZ & WISE_1510 to their expected name
|
2018-02-06 21:23:37 +00:00 |
Cruz Monrreal
|
8ae80892b7
|
Merge pull request #5975 from ashok-rao/br-xDOT
Adding MTB_MTS_XDOT as a new target
|
2018-02-06 13:05:12 -06:00 |
Marc Emmers
|
7881e68efe
|
STM32L0: Enable stop mode operation for the LPUART
|
2018-02-06 15:42:39 +01:00 |
Marc Emmers
|
01660ff5ae
|
STM32L0/4: Always try to select LSE if LPUART and baudrate <= 9600
|
2018-02-06 15:42:39 +01:00 |
Cruz Monrreal
|
6a8a818ebf
|
Merge pull request #6012 from jeromecoutant/PR_SPI_FLUSH
STM32 SPI ASYNC - Add FIFO flush before transfer
|
2018-02-05 10:11:03 -06:00 |