Skip to content

Commit

Permalink
file manager
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Feb 4, 2020
1 parent 2c3bdc8 commit 03ed5ab
Show file tree
Hide file tree
Showing 23 changed files with 372,242 additions and 62 deletions.
8 changes: 0 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,3 @@ modular-psu-firmware.eez-project-ui-state
src/third_party/micropython/ports/bare-arm/build
src/third_party/stm32_cubeide/Debug
src/third_party/stm32_truestudio/Debug

src/eez/gui/document_stm32.h
src/eez/gui/document_stm32.cpp
src/eez/scpi/commands_stm32.h

src/eez/gui/document_simulator.h
src/eez/gui/document_simulator.cpp
src/eez/scpi/commands_simulator.h
6 changes: 0 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ _For existing Programmable Power supply (EEZ H24005) firmware visit [psu-firmwar

## Build

### Prerequisites

- Open `/path/to/modular-psu-firmware/modular-psu-firmware.eez-project` in latest [Studio](https://github.com/eez-open/studio/releases/tag/nightly-build) and build it.

![Build instructions](images/studio-build-instructions.png)

### Linux

```
Expand Down
6 changes: 1 addition & 5 deletions src/eez/gui/dialogs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,7 @@ void pushToastMessage(ToastMessagePage *toastMessage) {
}

void infoMessage(const char *message) {
if (osThreadGetId() != g_guiTaskHandle) {
eez::psu::gui::g_psuAppContext.infoMessage(message);
} else {
pushToastMessage(ToastMessagePage::create(INFO_TOAST, message));
}
pushToastMessage(ToastMessagePage::create(INFO_TOAST, message));
}

void infoMessage(data::Value value) {
Expand Down
Loading

0 comments on commit 03ed5ab

Please sign in to comment.