aboutsummaryrefslogtreecommitdiff
path: root/stmhal/boards/pllvalues.py
AgeCommit message (Collapse)Author
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George
This is to keep the top-level directory clean, to make it clear what is core and what is a port, and to allow the repository to grow with new ports in a sustainable way.
2017-08-24stmhal/boards/pllvalues.py: Make script work with both Python 2 and 3.Damien George
2017-08-24stmhal: Compute PLL freq table during build instead of at run time.Damien George
Allows for simpler, smaller and faster code at run time when selecting the boards frequency, and allows more customisation opportunities for the PLL values depending on the target MCU.
2016-09-14stmhal/boards: Add pllvalues.py script to compute PLL values for sysclk.Damien George
The algorithm here should mirror that in the machine.freq() function.