Skip to content

Commit

Permalink
readme.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
prasimix committed Oct 15, 2016
1 parent 4b37e45 commit f9c6965
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CONTRIB.TXT
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
You must attempt to send the modified documentation by email to any of the developers who have provided their email address in the list below. This is a good faith obligation - if the email fails, you need do nothing more and may go on with your distribution.

If you wish to be notified of modifications that others may make, include your email address in this file.

-----BEGINING OF THE MAILING LIST-----

Name - email
------------
Envox d.o.o. - eez@envox.hr

-----END OF THE MAILING LIST-----
File renamed without changes.
11 changes: 8 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ Firmware key features:
- Local GUI control using TFT touch display
- Remote control based on SCPI protocol

### Ownership and License

The contributors are listed in CONTRIB.TXT. This project uses the GPL v3 license, see LICENSE.TXT.
EEZ psu-firmware uses the [C4.1 (Collective Code Construction Contract)](http://rfc.zeromq.org/spec:22) process for contributions..
To report an issue, use the [EEZ psu-firmware issue tracker](https://github.com/eez-open/psu-firmware/issues).

## Installation

### Arduino Sketch
Expand Down Expand Up @@ -259,8 +265,7 @@ Also, there is some utility code that is used, for example, to interact with the

#### Remote control: SCPI

We are using [third party SCPI parser](https://github.com/j123b567/scpi-parser) and have our [own
branch](https://github.com/mvladic/scpi-parser) where command definitions could be in AVR PROGMEM that helps preserve some memory space when Arduino Mega board is used.
We are using [third party SCPI parser](https://github.com/j123b567/scpi-parser) and have our [own branch](https://github.com/mvladic/scpi-parser) where command definitions could be in AVR PROGMEM that helps preserve some memory space when Arduino Mega board is used.
(check [avr_progmem](https://github.com/mvladic/scpi-parser/tree/avr_progmem) branch).

There are two entry points for the SCPI commands: serial port and TCP server.
Expand Down Expand Up @@ -338,4 +343,4 @@ GUI library that supports top level window with following widgets:
- Button

It is based on [SDL](https://www.libsdl.org/index.php), [SDL Image](https://www.libsdl.org/projects/SDL_image/)
and [SDL TTF](https://www.libsdl.org/projects/SDL_ttf/).
and [SDL TTF](https://www.libsdl.org/projects/SDL_ttf/).

0 comments on commit f9c6965

Please sign in to comment.