Skip to content

Commit

Permalink
tested with nrf52840 and esp32s2
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Oct 5, 2023
1 parent 67e3426 commit cfb683f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hw/bsp/nrf/boards/feather_nrf52840_express/board.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set(MCU_VARIANT nrf52840)
#set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/../../linker/nrf52840_s140_v6.ld)
set(LD_FILE_GNU ${NRFX_DIR}/mdk/nrf52840_xxaa.ld)
set(LD_FILE_GNU ${CMAKE_CURRENT_LIST_DIR}/../../linker/nrf52840_s140_v6.ld)
#set(LD_FILE_GNU ${NRFX_DIR}/mdk/nrf52840_xxaa.ld)

# enable max3421 host driver for this board
set(MAX3421_HOST 1)
Expand Down
4 changes: 2 additions & 2 deletions hw/bsp/nrf/boards/feather_nrf52840_express/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
#define MAX3421_SCK_PIN 14
#define MAX3421_MOSI_PIN 13
#define MAX3421_MISO_PIN 15
#define MAX3421_CS_PIN 27
#define MAX3421_INTR_PIN 26
#define MAX3421_CS_PIN 27 // D10
#define MAX3421_INTR_PIN 26 // D9

#ifdef __cplusplus
}
Expand Down

0 comments on commit cfb683f

Please sign in to comment.