We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d16f3 commit 28e29cbCopy full SHA for 28e29cb
2 files changed
docs/Targets.md
@@ -573,6 +573,11 @@ wolfBoot uses the following components to access peripherals on the PSoC:
573
Cypress provides a [customized OpenOCD](https://github.com/cypresssemiconductorco/Openocd) for programming the flash and
574
debugging.
575
576
+
577
+### Clock settings
578
579
+wolfBoot configures PLL1 to run at 100 MHz and is driving `CLK_FAST`, `CLK_PERI`, and `CLK_SLOW` at that frequency.
580
581
#### Build configuration
582
583
The following configuration has been tested on the PSoC CY8CKIT-62S2-43012:
hal/psoc6.c
@@ -98,7 +98,6 @@ void hal_init(void)
98
99
void hal_prepare_boot(void)
100
{
101
- /* TODO: how to restore boot-default clock speed? */
102
}
103
104
#endif
0 commit comments