summaryrefslogtreecommitdiffstats
path: root/src/device/meson.build
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '35-Message-Output'Gravatar Gediminas Jakutis 2019-06-011-2/+6
|\ | | | | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
| * Tweaked function declarations and build files to make it build.Gravatar Ramūnas Mažeikis 2019-05-291-2/+6
| | | | | | | | Signed-off-by: Ramūnas Mažeikis <ramunasnezinomas@gmail.com>
* | device: meson: fix some oversights.Gravatar Gediminas Jakutis 2019-05-291-4/+7
| | | | | | | | | | | | | | espmake is not used anymore, so removed the find_program() of it. Lack of nproc is now handled gracefully and won't make it error out. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* | build system: device building improvements.Gravatar Gediminas Jakutis 2019-05-271-1/+26
|/ | | | | | | | No longer depends on having the adhoc "espmake" in $PATH. This change now requires a few more explicit meson configuration options to build the firmware. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* device: actually make it all build and such.Gravatar Gediminas Jakutis 2019-05-221-2/+5
| | | | Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* device: Device prints first meaningful data.Gravatar Ramūnas Mažeikis 2019-05-121-1/+1
| | | | | | | | Device prints its own IP address and that of server daemon. This commit is part of ticket #28. Signed-off-by: Ramūnas Mažeikis <ramunasnezinomas@gmail.com>
* device: fix screen code.Gravatar Gediminas Jakutis 2019-05-111-0/+13
| | | | | | Make the screen code actually work... AND build, to begin with. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* device: make ssid and password easy to modifyGravatar Gediminas Jakutis 2019-04-101-5/+36
| | | | | | | | | | | | | The SSID and PSK the device is going to attempt connecting can now be changed with a recompiliation by adjusting the "ssid" and "password" build options for meson with e.g. meson configure -Dssid=realssid -Dpassword=actualpsk Default SSID and PSK are included to otherwise allow test builds. this closes ticket 26. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
* Initial commit.Gravatar Gediminas Jakutis 2019-03-181-0/+17
This creates a working buildable dummy template to build the project upon. Everything save for the build system are demonstrational dummies and everything including the build system is written to be easily extendable. This commit closes Ticket 5. Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>