From 833de0f66625bbc38df33adb716d3fc2bbe20f51 Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Sun, 12 May 2024 20:24:42 +1000 Subject: [PATCH] Make LED toggle part of config --- config/open_source/target.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/open_source/target.mk b/config/open_source/target.mk index e320712..1de2561 100644 --- a/config/open_source/target.mk +++ b/config/open_source/target.mk @@ -11,6 +11,10 @@ RTOS ?= 1 NO_PWRKEY = 0 LIBC_ROM ?= 1 +# Extas added by Open source community +CONNECTED_BLUE_LIGHT = 1 # if set to 1, the blue light will flash when connected +# end our extras + export USER_SECURE_BOOT ?= 0 # enable:1 # disable:0