mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-01 23:50:38 +00:00
* RTC: PCF85063 support, port to SensorLib 0.3.1 * Tidy up defines * Remove RTC/PCF8563 mentions from unrelated variants * Bump SensorLib 0.3.2 * Use SensorRtcHelper * Consistent warning message * Fix oversight Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Manuel <71137295+mverch67@users.noreply.github.com> Co-authored-by: Ben Meadors <benmmeadors@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
15 lines
428 B
INI
15 lines
428 B
INI
; Public Beta oled/nrf52840/sx1262 device
|
|
[env:canaryone]
|
|
extends = nrf52840_base
|
|
board = canaryone
|
|
debug_tool = jlink
|
|
|
|
# add -DCFG_SYSVIEW if you want to use the Segger systemview tool for OS profiling.
|
|
build_flags =
|
|
${nrf52840_base.build_flags}
|
|
-I variants/nrf52840/canaryone
|
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/canaryone>
|
|
lib_deps =
|
|
${nrf52840_base.lib_deps}
|
|
;upload_protocol = fs
|