Kevin Bracey
2e3776487e
Revert "STM32 RTC : skip rtc_write if possible"
...
`rtc_write` must start the RTC. `time()` uses `rtc_write(0)` to start
the RTC if it is not already enabled, but this check made that not
work.
There's no point trying to optimise this case in a HAL - if we wanted
`set_time()` to protect against users making pointless adjustments, the
implementation should be there. But even then, you might want different
levels of hysteresis depending on application, so it's probably best
left to applications.
This reverts commit 9da5e48941
.
2018-12-27 22:26:04 -06:00
Ashok Rao
a332a90586
MTB_ODIN_v2_fixes
...
1. Removed redundant code comments. Added relevant ones for MTB pins.
2. More SPI_CS pins added for peripherals on the MTB.
3. Disabled LSE_Clock as it is not present on the MTB in targets.json
2018-12-27 22:26:04 -06:00
jeromecoutant
e06b7863cc
STM32F429/STM32F439 alignment
2018-12-27 22:26:04 -06:00
mudassar-ublox
2a5e2a7a0d
Ublox C030 ADC internal channels added
2018-12-27 22:26:04 -06:00
jeromecoutant
355807cedf
STM32 LPTICKER with RTC : optimise sleep duration
2018-12-27 22:26:03 -06:00
jeromecoutant
f5577c005e
STM32 RTC : skip rtc_write if possible
2018-12-27 22:26:03 -06:00
Laurent Louf
45e7296e05
Add some rounding to determine the pulse value for PWM for the STM target.
2018-12-27 22:26:01 -06:00
jeromecoutant
0c4d7d4dd6
STM32L4 QSPI: correct register address
2018-12-27 22:26:01 -06:00
jeromecoutant
ac0fb3cea0
STM32 QSPI: remove QUADSPI_BK2 as dual bank feature is not supported
2018-12-27 22:26:01 -06:00
jeromecoutant
5a27a9a699
STM32 QSPI: frequency calculation update
2018-12-27 22:26:01 -06:00
jeromecoutant
41cd8b3d10
STM32L496 : add QSPI definition
2018-12-27 22:26:01 -06:00
jeromecoutant
c0ad4621e0
STM32F769 : add QSPI definition
2018-12-27 22:26:00 -06:00
jeromecoutant
356d5756ea
NUCLEO_F746ZG : no embedded QSPI
2018-12-27 22:26:00 -06:00
jeromecoutant
018f72d6e4
STM32 : removed unused QSPI pin names
2018-12-27 22:26:00 -06:00
test user
b6c98a99a9
ublox c030 pinName updated
2018-12-27 22:26:00 -06:00
jeromecoutant
23b25465bc
STM32L4: correct RNG clock source
2018-12-27 22:25:59 -06:00
jeromecoutant
c154da4123
STM32 LPTIM update for easy maintenance
2018-12-27 22:25:58 -06:00
jeromecoutant
2a65eacac3
STM32 mbed_sdk_init update for easy maintenance
2018-12-27 22:25:58 -06:00
jeromecoutant
eb75ac95c9
STM32 SLEEP update for easy maintenance
2018-12-27 22:25:58 -06:00
jeromecoutant
dc47e708b6
STM32 RTC update for easy maintenance
2018-12-27 22:25:58 -06:00
bcostm
6ff271b322
STM32L4 TRNG:Remove trng clock setting for L4 devices
...
This will be done in the system_clock.c file instead.
2018-12-27 22:25:58 -06:00
jeromecoutant
8d89854589
STM32 readme md file
2018-12-27 22:25:54 -06:00
jeromecoutant
3918c96b18
STM32 remove html release notes files
2018-12-27 22:25:54 -06:00
jeromecoutant
9fea2fb1d8
STM32 LPTICKER with LPTIM optimisation
2018-12-27 22:25:54 -06:00
Cruz Monrreal
1c1638342d
Merge pull request #8708 from SeeedJP/wio_bg96_hal
...
[Wio BG96] Adding platform HAL
2018-11-26 11:22:29 -06:00
Martin Kojtal
ad37c84060
Merge branch 'disco-l072_adc_vbat' of https://github.com/bcostm/mbed-os into dev_rollup
2018-11-24 20:50:55 +00:00
Martin Kojtal
0ec41ce277
Merge branch 'F0_adc_vbat' of https://github.com/bcostm/mbed-os into dev_rollup
2018-11-24 20:50:45 +00:00
Martin Kojtal
e1b60b1e58
Merge branch 'disco_f746ng_bootloader' of https://github.com/bcostm/mbed-os into dev_rollup
2018-11-24 20:49:55 +00:00
Martin Kojtal
52aea31655
Merge pull request #8702 from SenRamakri/sen_CrashReportingImpl
...
Crash Reporting implementation
2018-11-23 20:24:53 +01:00
bcostm
a35deac578
DISCO_F746NG: add bootloader support
2018-11-23 10:52:13 +01:00
Martin Kojtal
37630b237d
Merge pull request #8778 from jeromecoutant/PR_LPTIM_DIV
...
STM32 LPTICKER with LPTIM : reduce clock feature
2018-11-22 09:31:57 +01:00
bcostm
55d4db5676
NUCLEO_F030/F070: remove ADC_VBAT pin definition
2018-11-20 16:45:23 +01:00
bcostm
df74f64a4a
DISCO_L072CZ: remove ADC_VBAT pin definition
2018-11-20 16:03:12 +01:00
Senthil Ramakrishnan
f1926c0ea9
Fix linker script errors
2018-11-16 14:00:00 -06:00
Senthil Ramakrishnan
ef8c1c3cb6
Linker script modifications for crash data region
2018-11-16 13:59:59 -06:00
jeromecoutant
1ec222f268
STM32 LPTICKER with LPTIM : reduce clock feature
2018-11-16 15:34:57 +01:00
Yoshihiro TSUBOI
dad6ede7f5
[Wio 3G] Added default I/F type and pin defs
2018-11-15 17:38:03 +09:00
Teppo Järvelin
1b3db96634
Cellular: Added missing MDMRTS and MDMCTS for TARGET_MTB_ADV_WISE_1570.
2018-11-13 09:06:40 +02:00
Yoshihiro TSUBOI
cd2a5835f8
fixed year and added SPDX identifier
2018-11-13 00:03:02 +09:00
Yoshihiro TSUBOI
222b21e593
[Wio BG96] Adding platform HAL
2018-11-11 23:32:22 +09:00
Cruz Monrreal II
0803c04d7d
Merge branch 'PR_LL_GPIO' of ssh://github.com/jeromecoutant/mbed into rollup
2018-11-09 11:40:29 -06:00
Cruz Monrreal II
143a976d5d
Merge branch 'stm32f407vg-flash' of ssh://github.com/productize/mbed-os into rollup
2018-11-09 11:40:28 -06:00
Cruz Monrreal II
6b386f5237
Merge branch 'update_peripheral_pins' of ssh://github.com/MultiTechSystems/mbed into rollup
2018-11-08 13:24:07 -06:00
Adam Heinrich
02ea9ce746
STM32F407VG: Add FLASH support
2018-11-08 17:32:39 +01:00
jeromecoutant
4cf4cf1375
STM32 GPIO : code cleaning
2018-11-08 17:26:17 +01:00
David Saada
542744d03c
Support erase value in Flash HAL drivers, FlashIAP and block devices
2018-11-07 14:23:07 +02:00
Leon Lindenfelser
a360b0012f
Update peripheral pins
...
1. Add missing SPI and I2C pins.
2. Remove pin definitions for pins that are no connects.
2018-11-06 08:46:38 -06:00
bcostm
3e547e2101
DISCO_F769NI: add definitions for bootloader
2018-10-31 10:15:17 +01:00
Cruz Monrreal
1bbcfff8f3
Merge pull request #8566 from u-blox/github8520issue
...
Wifi: ublox fix to keep the credentials stored
2018-10-30 08:47:58 -05:00
Cruz Monrreal
503066a736
Merge pull request #8559 from productize/stm32f407vg-rng
...
STM32F407VG: Add TRNG support
2018-10-29 08:50:43 -05:00