kasjer opened a new pull request, #3517:
URL: https://github.com/apache/mynewt-core/pull/3517
This adds several function for PLL frequency checking.
mcu info command now displays clock frequencies with units like MHz to make
it more readable
```
compat> /mcu info
Clocks:
SYSCLK: 96 MHz
source PLL
HSI: off
HSE: on
PLL: on
PLLP: 96 MHz
PLLQ: 48 MHz
LSI: on
LSE: off
Peripherals:
AHB HCLK: 96 MHz
GPIOA on
GPIOC on
OTGFS on
APB1 PCLK1: 48 MHz
PWR on
APB2 PCLK2: 96 MHz
SPI1 on 48 MHz
SYSCFG on
TIM9 on 1 MHz
```
while it was:
```
compat> /mcu info
Clocks:
SYSCLK: 96000000
source PLL
HSI: off
HSE: on
PLL: on
LSI: on
LSE: off
Peripherals:
AHB HCLK: 96000000
GPIOA on
GPIOC on
OTGFS on
APB1 PCLK1: 48000000
PWR on
APB2 PCLK2: 96000000
SPI1 on 48000000
SYSCFG on
TIM9 on
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]