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
drivers/mbed_lib.json@177:619788de047e, 2017-11-07 (annotated)
- Committer:
- maxxir
- Date:
- Tue Nov 07 16:46:29 2017 +0000
- Revision:
- 177:619788de047e
- Parent:
- 167:e84263d55307
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?
User | Revision | Line number | New contents of line |
---|---|---|---|
AnnaBridge | 167:e84263d55307 | 1 | { |
AnnaBridge | 167:e84263d55307 | 2 | "name": "drivers", |
AnnaBridge | 167:e84263d55307 | 3 | "config": { |
AnnaBridge | 167:e84263d55307 | 4 | "uart-serial-txbuf-size": { |
AnnaBridge | 167:e84263d55307 | 5 | "help": "Default TX buffer size for a UARTSerial instance (unit Bytes))", |
AnnaBridge | 167:e84263d55307 | 6 | "value": 256 |
AnnaBridge | 167:e84263d55307 | 7 | }, |
AnnaBridge | 167:e84263d55307 | 8 | "uart-serial-rxbuf-size": { |
AnnaBridge | 167:e84263d55307 | 9 | "help": "Default RX buffer size for a UARTSerial instance (unit Bytes))", |
AnnaBridge | 167:e84263d55307 | 10 | "value": 256 |
AnnaBridge | 167:e84263d55307 | 11 | } |
AnnaBridge | 167:e84263d55307 | 12 | } |
AnnaBridge | 167:e84263d55307 | 13 | } |