Skip to content

Commit

Permalink
kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYR
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Jan 23, 2025
1 parent 31071cc commit 8d8677a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/device/cdc_msc/prj.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CONFIG_GPIO=y
CONFIG_FPU=y
CONFIG_NO_OPTIMIZATIONS=y
CONFIG_UART_INTERRUPT_DRIVEN=y
CONFIG_NRFX_POWER=y
CONFIG_NRFX_UARTE0=y
1 change: 1 addition & 0 deletions hw/bsp/nrf/boards/pca10056/board_aliases.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
set(pca10056_BOARD_ALIAS nrf52840dk/nrf52840)

0 comments on commit 8d8677a

Please sign in to comment.