PIC32MZ: Review DEVCFG setting; adjust a few to match example code

This commit is contained in:
Gregory Nutt 2015-02-27 10:54:18 -06:00
parent c45d42a253
commit 9beda0ca40
2 changed files with 6 additions and 5 deletions

View File

@ -61,6 +61,8 @@
#define BOARD_FNOSC_SPLL 1 /* Use system PLL */
#define BOARD_POSC_HSMODE 1 /* High-speed crystal (HS) mode */
#define BOARD_POSC_SWITCH 1 /* Enable clock switching */
#undef BOARD_POSC_FSCM /* Disable clock monitoring */
/* PLL configuration and resulting CPU clock.
* CPU_CLOCK = ((POSC_FREQ / IDIV) * MULT) / ODIV
@ -143,7 +145,7 @@
/* Watchdog pre-scaler (re-visit) */
#define BOARD_WD_PRESCALER 8 /* Watchdog pre-scaler */
#define BOARD_WD_PRESCALER 1048576 /* Watchdog pre-scaler */
/* LED definitions **********************************************************/
/* LED Configuration ********************************************************/

View File

@ -152,14 +152,14 @@ CONFIG_PIC32MZ_UART1=y
# Device Configuration 0 (DEVCFG0)
#
# CONFIG_PIC32MZ_DEBUGGER_ENABLE is not set
CONFIG_PIC32MZ_JTAG_ENABLE=y
# CONFIG_PIC32MZ_ICESEL_CH2 is not set
# CONFIG_PIC32MZ_JTAG_ENABLE is not set
CONFIG_PIC32MZ_ICESEL_CH2=y
# CONFIG_PIC32MZ_TRACE_ENABLE is not set
#
# Device Configuration 1 (DEVCFG1)
#
CONFIG_CONFIG_PIC32MZ_OSCIOFNC=0
CONFIG_CONFIG_PIC32MZ_OSCIOFNC=1
# CONFIG_PIC32MZ_WDTENABLE is not set
#
@ -683,7 +683,6 @@ CONFIG_EXAMPLES_NSH=y
#
# CONFIG_NETUTILS_CODECS is not set
# CONFIG_NETUTILS_FTPC is not set
# CONFIG_NETUTILS_FTPD is not set
# CONFIG_NETUTILS_JSON is not set
# CONFIG_NETUTILS_SMTP is not set
# CONFIG_NETUTILS_TFTPC is not set