70 Commits

Author SHA1 Message Date
fvanroie
830b3acbef Add strcpy_P for native builds 2021-05-16 21:59:29 +02:00
fvanroie
81850a52ad Remove HASP_NUM_INPUTS 2021-05-12 04:29:32 +02:00
fvanroie
75f76a7f3e Add HASP_TOPIC_COMMAND and HASP_USE_BROADCAST 2021-05-07 00:37:42 +02:00
fvanroie
76ae156018 Add separate hasp_console 2021-05-06 21:26:11 +02:00
fvanroie
21bbdb9c32 Cleanup headers 2021-05-06 04:19:41 +02:00
fvanroie
8194744387 Set TFT_BACKLIGHT_ON default HIGH 2021-04-15 22:57:27 +02:00
fvanroie
04d970f529 Move defines to hasp_conf.h 2021-04-15 17:15:47 +02:00
fvanroie
2dc7255117 Reduce build warnings 2021-04-12 03:28:13 +02:00
arovak
ed3ba7d55c Add user_override_sample.h with example settings 2021-04-05 21:31:51 +02:00
Thomas Langewouters
67a63105ce Add linux emulator platform 2021-03-01 21:38:45 +01:00
fvanroie
87557f8b05 Fixes for STM32F4 2021-02-24 23:06:51 +01:00
fvanroie
45a364c076 Fix build errors on ESP32 ethernet 2021-02-24 03:09:05 +01:00
fvanroie
2a2fc45425 Add strcasecmp 2021-02-21 20:36:38 +01:00
fvanroie
046ecb0b7a Post latest updates 2021-02-17 22:12:56 +01:00
fvanroie
367458469b Xplatform changes 2021-02-16 17:12:38 +01:00
fvanroie
a70eb1fd5f Add Windows client 2021-02-15 03:09:17 +01:00
fvanroie
1a29225f3e Add HASP_OBJECT_NOTATION 2021-02-04 00:39:47 +01:00
fvanroie
ee01ad0c0d Code cleanup 2021-01-20 17:55:14 +01:00
fvanroie
49719a5af9 Fix hasp_filesystem include 2021-01-10 02:15:25 +01:00
fvanroie
0d5b92b7e5 Add build options 2020-12-29 00:57:18 +01:00
fvanroie
f9a67dbedc Reorganize folder structure 2020-12-26 03:22:45 +01:00
fvanroie
a949e70556 Set default configs 2020-12-13 05:56:35 +01:00
fvanroie
ade03960ff
Gpio improvements (#24)
* Return network status

* lvgl v8 preparations

* Fix pin assignment

* Improve idle checking

* Add bcklpin 32

* Update upload_port

* Comment on seperate line

* Update test.yaml

* Copy boot partitions

* Add release workflow

* Update README.md

* Small changes

* Add docs

* Delete 17-javascript.md

* Update docs

* Rename haspWakeUp to guiWakeUp

* Code cleanup

* Rename haspWakeUp to guiWakeUp

* Code cleanup

* Change to lvgl#dev-v8

* Update check_obj_type

* Enable default PULLUP

* Bump StreamUtils Version

* Increase JsonDocument size

* Improve GPIO Settings

* Comment default ports

* Add more GPIOs configs

* Gpio improvements

* Use saved_page in hasp_new_object

Co-authored-by: fvanroie
2020-12-13 00:26:02 +01:00
fvanroie
046d4f3ec6 Fix dependencies and typos 2020-11-29 23:10:27 +01:00
fvanroie
5ec7e1b45e Add support for LittleFS 2020-11-25 13:41:52 +01:00
fvanroie
5cdf3ca380 Rename hasp_ethernet driver for stm32 2020-11-22 17:20:37 +01:00
fvanroie
68a38d0b38 Prepare for LittleFS 2020-11-14 14:02:35 +01:00
fvanroie
aa244d5cf2 Rewrite Logging 2020-11-10 00:22:42 +01:00
fvanroie
879a0288cc Merge branch '0.2.0' into 0.1.0-fsmc 2020-11-09 01:04:51 +01:00
fvanroie
8662935676 Dispatcher rewrite 2020-11-08 22:42:27 +01:00
fvanroie
9b6652ffce Add missing #endif 2020-11-03 23:03:09 +01:00
fvanroie
c1a6aca093 Merge branch '0.2.0' of https://github.com/fvanroie/hasp-lvgl into 0.2.0 2020-11-03 23:00:33 +01:00
fvanroie
a3bda0ec08 Add HASP_OTA_PORT 2020-11-03 23:00:11 +01:00
arovak
ba8f5b1fa0 Inital ESP32 Ethernet support 2020-11-03 22:52:41 +01:00
fvanroie
2ee14c21da Version bump 2020-10-27 22:44:03 +01:00
fvanroie
c1e497c3ad Update to 0.2.0 2020-10-19 22:10:35 +02:00
fvanroie
9e2795600c Update to lvgl 7.6.1 2020-10-12 11:26:47 +02:00
fvanroie
947a842d58 Update User Configs 2020-06-13 22:40:57 +02:00
fvanroie
15380386bc Merge branch '0.1.0-fsmc' of https://github.com/arovak/hasp-lvgl into 0.1.0-fsmc 2020-05-28 15:08:52 +02:00
arovak
b508503fcd initial WiFiSpi support for STM32F4xx 2020-05-28 00:16:37 +02:00
fvanroie
4b2b8e2b8a Add HASP_NUM_GPIO_CONFIG 2020-05-25 19:50:44 +02:00
fvanroie
d9a6402f0f Update default configs 2020-05-21 23:12:50 +02:00
fvanroie
e974bd7f03 Fix mac address query 2020-05-07 00:06:50 +02:00
fvanroie
313d938968 Add W5500 support 2020-05-06 22:44:59 +02:00
fvanroie
bc2f11053a Small fixes 2020-05-06 20:19:57 +02:00
fvanroie
3d0d3a49b5 Add stù32f4 http and mqtt 2020-05-06 19:39:03 +02:00
arovak
ba9a7e204f initial ethernet support 2020-05-04 00:37:33 +02:00
fvanroie
0bb0f9875d Fix for ESP8266 2020-05-02 15:19:16 +02:00
fvanroie
80b1c0e6fa Move from button to gpio 2020-05-02 00:16:17 +02:00
arovak
554849714d Initital Tasmotaslave support 2020-04-30 15:03:59 +02:00