mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-23 19:20:41 +00:00
on rak815 use serial port for console
This commit is contained in:
@@ -188,6 +188,7 @@ extends = nrf52_base
|
|||||||
board = rak815
|
board = rak815
|
||||||
debug_tool = jlink
|
debug_tool = jlink
|
||||||
upload_protocol = jlink
|
upload_protocol = jlink
|
||||||
|
monitor_port = /dev/ttyUSB0
|
||||||
|
|
||||||
# For experimenting with RAM sizes
|
# For experimenting with RAM sizes
|
||||||
# board_build.ldscript = linker/nrf52840_s140_sim832.ld
|
# board_build.ldscript = linker/nrf52840_s140_sim832.ld
|
||||||
|
|||||||
@@ -305,7 +305,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
|
|
||||||
// What platforms should use SEGGER?
|
// What platforms should use SEGGER?
|
||||||
#ifdef NRF52_SERIES
|
#ifdef NRF52_SERIES
|
||||||
|
|
||||||
|
// nrf52 gets its settings via variant files
|
||||||
|
#ifndef PIN_SERIAL_RX
|
||||||
|
// No serial ports on this board - use segger in memory console
|
||||||
#define USE_SEGGER
|
#define USE_SEGGER
|
||||||
|
#endif
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#define SERIAL0_RX_GPIO 3 // Always GPIO3 on ESP32
|
#define SERIAL0_RX_GPIO 3 // Always GPIO3 on ESP32
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user