Skip to content

Commit

Permalink
refactoring widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Dec 2, 2021
1 parent 2b6dedb commit 0b7e0d4
Show file tree
Hide file tree
Showing 88 changed files with 50,549 additions and 50,199 deletions.
13 changes: 10 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ list (APPEND src_files ${src_eez})
set(header_eez
src/eez/alloc.h
src/eez/debug.h
src/eez/encoder.h
src/eez/hmi.h
src/eez/keyboard.h
src/eez/memory.h
Expand Down Expand Up @@ -529,14 +530,22 @@ source_group("bb3\\mcu" FILES ${src_bb3_mcu} ${header_bb3_mcu})

set(src_eez_platform_simulator
src/eez/platform/simulator/display.cpp
src/eez/platform/simulator/events.cpp
src/eez/platform/simulator/touch.cpp
)
list (APPEND src_files ${src_eez_platform_simulator})
set(header_eez_platform_simulator
src/eez/platform/touch.h)
src/eez/platform/simulator/events.h
)
list (APPEND header_files ${header_eez_platform_simulator})
source_group("eez\\platform\\simulator" FILES ${src_eez_platform_simulator} ${header_eez_platform_simulator})

set(header_eez_platform
src/eez/platform/touch.h
)
list (APPEND header_files ${header_eez_platform})
source_group("eez\\platform" FILES ${src_eez_platform_simulator} ${header_eez_platform})

set(src_bb3_dib_dcp405
src/bb3/dib-dcp405/adc.cpp
src/bb3/dib-dcp405/dib-dcp405.cpp
Expand Down Expand Up @@ -615,13 +624,11 @@ source_group("bb3\\dib-smx46" FILES ${src_bb3_dib_smx46} ${header_bb3_dib_smx46}

set(src_bb3_platform_simulator
src/bb3/platform/simulator/cmsis_os2.cpp
src/bb3/platform/simulator/events.cpp
src/bb3/platform/simulator/front_panel.cpp
)
list (APPEND src_files ${src_bb3_platform_simulator})
set(header_bb3_platform_simulator
src/bb3/platform/simulator/cmsis_os2.h
src/bb3/platform/simulator/events.h
src/bb3/platform/simulator/front_panel.h
)
list (APPEND header_files ${header_bb3_platform_simulator})
Expand Down
5 changes: 3 additions & 2 deletions modular-psu-firmware.eez-project
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"settings": {
"general": {
"projectVersion": "v3",
"projectType": "master",
"projectType": "firmware",
"scpiDocFolder": "docs\\SCPI reference guide\\Commands",
"imports": [
{
Expand Down Expand Up @@ -54295,7 +54295,8 @@
"color": "action_color",
"backgroundColor": "text_enable_background",
"activeColor": "text_enable_background",
"activeBackgroundColor": "action_color"
"activeBackgroundColor": "action_color",
"blink": true
},
{
"name": "trigger_button_14",
Expand Down
Loading

0 comments on commit 0b7e0d4

Please sign in to comment.