Skip to content

Commit

Permalink
Merge pull request #4719 from hierophect/stm-espr-pico-fix
Browse files Browse the repository at this point in the history
Espruino Pico: Remove settings for DNP oscillator
  • Loading branch information
dhalbert authored May 7, 2021
2 parents c6b9885 + 9920741 commit 2fe1df4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ports/stm/boards/espruino_pico/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@
#define BOARD_FLASH_SIZE (FLASH_SIZE - 0x4000)

#define HSE_VALUE ((uint32_t)8000000)
#define LSE_VALUE ((uint32_t)32768)
#define BOARD_HAS_LOW_SPEED_CRYSTAL (1)

// Replace LSE lines and recompile if you add a low power crystal
#define BOARD_HAS_LOW_SPEED_CRYSTAL (0)
// #define BOARD_HAS_LOW_SPEED_CRYSTAL (1)
// #define LSE_VALUE ((uint32_t)32768)

0 comments on commit 2fe1df4

Please sign in to comment.