Skip to content

Commit 28e29cb

Browse files
danielinuxdgarske
authored andcommitted
Don't update clock settings before staging.
(mentioned in docs/Targets.md)
1 parent 56d16f3 commit 28e29cb

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

docs/Targets.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,11 @@ wolfBoot uses the following components to access peripherals on the PSoC:
573573
Cypress provides a [customized OpenOCD](https://github.com/cypresssemiconductorco/Openocd) for programming the flash and
574574
debugging.
575575

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+
576581
#### Build configuration
577582

578583
The following configuration has been tested on the PSoC CY8CKIT-62S2-43012:

hal/psoc6.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ void hal_init(void)
9898

9999
void hal_prepare_boot(void)
100100
{
101-
/* TODO: how to restore boot-default clock speed? */
102101
}
103102

104103
#endif

0 commit comments

Comments
 (0)