mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-05 22:03:49 -04:00
Update the RX63N RDK demo to use the latest (at the time of writing) Renesas RDK BSP.
Ethernet is still not included. The configuration is still set for the ES chip.
This commit is contained in:
parent
84ddb2abd6
commit
8baa0ac171
9 changed files with 202 additions and 139 deletions
|
@ -121,7 +121,7 @@ Configuration Options
|
|||
/* Peripheral Module Clock A Divider (PCKA).
|
||||
Available divisors = /1 (no division), /2, /4, /8, /16, /32, /64
|
||||
*/
|
||||
#define PCKA_DIV (4)
|
||||
#define PCKA_DIV (2) /* WAS 4 for 48MHz, attempting to make it equal ICLK by setting it to 2. */
|
||||
/* Peripheral Module Clock B Divider (PCKB).
|
||||
Available divisors = /1 (no division), /2, /4, /8, /16, /32, /64
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue