Skip to content

Commit

Permalink
fix(genU5): add missing menu
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
  • Loading branch information
fpistm committed Aug 22, 2024
1 parent 4314a68 commit 8032cb5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14495,6 +14495,14 @@ GenL5.menu.dbg.enable_log.build.flags.debug=
GenL5.menu.dbg.enable_all=Core Logs and Symbols Enabled (-g)
GenL5.menu.dbg.enable_all.build.flags.debug=-g

GenU5.menu.dbg.none=None
GenU5.menu.dbg.enable_sym=Symbols Enabled (-g)
GenU5.menu.dbg.enable_sym.build.flags.debug=-g -DNDEBUG
GenU5.menu.dbg.enable_log=Core logs Enabled
GenU5.menu.dbg.enable_log.build.flags.debug=
GenU5.menu.dbg.enable_all=Core Logs and Symbols Enabled (-g)
GenU5.menu.dbg.enable_all.build.flags.debug=-g

GenWB.menu.dbg.none=None
GenWB.menu.dbg.enable_sym=Symbols Enabled (-g)
GenWB.menu.dbg.enable_sym.build.flags.debug=-g -DNDEBUG
Expand Down

0 comments on commit 8032cb5

Please sign in to comment.