mbed library sources. Supersedes mbed-src. Fixed broken STM32F1xx RTC on rtc_api.c

Dependents:   Nucleo_F103RB_RTC_battery_bkup_pwr_off_okay

Fork of mbed-dev by mbed official

Committer:
maxxir
Date:
Tue Nov 07 16:46:29 2017 +0000
Revision:
177:619788de047e
Parent:
153:fa9ff456f731
To fix broken RTC on Nucleo_F103RB / STM32F103 BluePill etc..;  Used direct RTC register manipulation for STM32F1xx;  rtc_read() && rtc_write()  (native rtc_init() - works good);  also added stub for non-working on STM32F1xx rtc_read_subseconds().

Who changed what in which revision?

UserRevisionLine numberNew contents of line
<> 149:156823d33999 1 {
<> 149:156823d33999 2 "name": "platform",
<> 149:156823d33999 3 "config": {
<> 149:156823d33999 4 "stdio-convert-newlines": {
<> 149:156823d33999 5 "help": "Enable conversion to standard newlines on stdin/stdout",
<> 149:156823d33999 6 "value": false
<> 149:156823d33999 7 },
<> 149:156823d33999 8
<> 149:156823d33999 9 "stdio-baud-rate": {
<> 149:156823d33999 10 "help": "Baud rate for stdio",
<> 149:156823d33999 11 "value": 9600
<> 149:156823d33999 12 },
<> 149:156823d33999 13
<> 149:156823d33999 14 "stdio-flush-at-exit": {
<> 149:156823d33999 15 "help": "Enable or disable the flush of standard I/O's at exit.",
<> 149:156823d33999 16 "value": true
<> 149:156823d33999 17 },
<> 149:156823d33999 18
<> 149:156823d33999 19 "default-serial-baud-rate": {
<> 149:156823d33999 20 "help": "Default baud rate for a Serial or RawSerial instance (if not specified in the constructor)",
<> 149:156823d33999 21 "value": 9600
<> 149:156823d33999 22 }
<> 149:156823d33999 23 },
<> 149:156823d33999 24 "target_overrides": {
<> 149:156823d33999 25 "EFM32": {
<> 149:156823d33999 26 "stdio-baud-rate": 115200
<> 153:fa9ff456f731 27 },
<> 153:fa9ff456f731 28 "EFR32": {
<> 153:fa9ff456f731 29 "stdio-baud-rate": 115200
<> 149:156823d33999 30 }
<> 149:156823d33999 31 }
<> 149:156823d33999 32 }