Skip to content

Commit

Permalink
reset and shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Jan 28, 2020
1 parent 190c007 commit a520eb0
Show file tree
Hide file tree
Showing 52 changed files with 1,018 additions and 1,037 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ set(src_files)
set(header_files)

set(src_eez
src/eez/firmware.cpp
src/eez/debug.cpp
src/eez/index.cpp
src/eez/main.cpp
Expand All @@ -97,6 +98,7 @@ set(src_eez
)
list (APPEND src_files ${src_eez})
set(header_eez
src/eez/firmware.h
src/eez/debug.h
src/eez/file_type.h
src/eez/index.h
Expand Down Expand Up @@ -124,7 +126,6 @@ set(src_eez_modules_psu
src/eez/modules/psu/ethernet.cpp
src/eez/modules/psu/event_queue.cpp
src/eez/modules/psu/idle.cpp
src/eez/modules/psu/init.cpp
src/eez/modules/psu/io_pins.cpp
src/eez/modules/psu/lcd.cpp
src/eez/modules/psu/list_program.cpp
Expand Down Expand Up @@ -160,7 +161,6 @@ set(header_eez_modules_psu
src/eez/modules/psu/ethernet.h
src/eez/modules/psu/event_queue.h
src/eez/modules/psu/idle.h
src/eez/modules/psu/init.h
src/eez/modules/psu/io_pins.h
src/eez/modules/psu/list_program.h
src/eez/modules/psu/ntp.h
Expand Down
Loading

0 comments on commit a520eb0

Please sign in to comment.