Commit Graph
68 Commits
Author SHA1 Message Date
Ton Huisman 9391498f7e [Build] Enable Dummy device and Neopixel on ESP32 Custom (script) 2021-11-11 22:20:24 +01:00
TD-er 8d1a76202f [Webflasher] Add groups in selection combobox 2021-10-25 22:37:32 +02:00
TD-er 6f5965ce23 [build] Make sure Python requirements are installed
And do not generate manifest for ESP32 bin files which are not "factory" bins.
2021-10-25 17:47:59 +02:00
TD-er 5471e21a82 [Webflasher] Generate html page for web flasher 2021-10-25 17:05:29 +02:00
TD-er 77197c8e88 [WebFlasher] Generate manifest.json file per build 2021-10-25 00:50:34 +02:00
TD-er a66f91bead [Build] Cleanup of Compile time defines scripts 2021-10-24 19:44:01 +02:00
TD-er 219c24c9e2 [Build] Fix quotes issue on compile time defines 2021-10-24 19:17:13 +02:00
TD-er ee9a903141 [Build] Concat Globals .cpp files to help building in Windows 2021-10-20 23:44:26 +02:00
TD-er e28da82cbc [Build] Fix build on Windows for ESP32 Max LittleFS builds
Needed to add another folder to concatenate .cpp files to allow linking to work again after upgrade of the IR library.
2021-10-20 22:34:50 +02:00
TD-er 961a69a2e9 [Cache Controller] Allow to save sample time in local time
Default is to save it using Unix Time, but that may be hard to use later if you need local time.
2021-08-09 03:04:41 +02:00
TD-er 5f1aa7fb94 Merge pull request #3710 from Tall-Paul/fix-post-esp32
fix for building esp32 firmware from directory with space in name
2021-07-31 21:02:01 +02:00
TD-er 57a9c38833 [Custom build] Make external RTC optional via USE_EXT_RTC define
Saves almost 5k in build size when not used.
2021-07-31 16:56:05 +02:00
unknown 59fc7da2f9 fix for building esp32 firmware from directory with space in name 2021-07-21 21:19:09 +01:00
TD-er d1aa4a39ab [Cleanup] Fix some possible uninitialised members & other loose ends 2021-07-02 19:28:39 +02:00
TD-er 93ffa93f76 Merge branch 'mega' into feature/Split_P003_pulse 2021-05-31 20:03:20 +02:00
TD-er 011fa33368 [Mem analysis] Log free memory during setup phase 2021-05-31 16:15:04 +02:00
TD-er 437c29f398 [P003 Pulse] Fix compile issue when plugin not included in build. 2021-05-30 11:29:48 +02:00
TD-er 540d2f9f86 [Cleanup] Remove SI1145 from standard custom build, to make it fit 2021-05-17 15:48:51 +02:00
TD-er a6a8ce71ad Merge branch 'mega' into P003-2.2-PULSE-enhancement 2021-05-03 00:37:56 +02:00
Ton Huisman 9b8c1359b9 [Build] Split testing sets into 4 pieces 2021-04-24 14:19:55 +02:00
TD-er 1cbaf4b73f Merge branch 'mega' into P003-2.2-PULSE-enhancement 2021-04-11 16:26:08 +02:00
KimPanda4 b921deb0ad Review corrections re. logging, commands, memspace 2021-04-03 01:16:26 +02:00
Ton Huisman 032585e94c [ESP32 MAX] Add 16M1M config (SPIFFS), rename 2M/8M (LittleFS) configs 2021-04-02 20:36:44 +02:00
Ton Huisman e12e2fa577 Merge branch 'mega' into feature/ESP32_16MB-flash-max-plugins 2021-03-31 21:25:43 +02:00
Ton Huisman 1ae36a0970 [Build] Display timestamp after copying files to build_output 2021-03-28 18:23:07 +02:00
KimPanda4 fab1a362d3 avoided nested switch, added overdue statistics 2021-03-28 01:04:14 +01:00
Ton Huisman b4f7493730 [ESP32 MAX] Switch to LittleFS, only 16M2M and 16M8M configs + ETH 2021-03-07 20:35:16 +01:00
Ton Huisman 36dec2b6f4 Merge branch 'mega' of https://github.com/letscontrolit/ESPEasy into feature/ESP32_16MB-flash-max-plugins 2021-03-07 13:36:12 +01:00
Ton Huisman f5c8efb142 [ESP32 MAX] Add configuration with 1MB SPIFFS 2021-03-06 21:54:03 +01:00
Ton Huisman 0ee1397e61 [ESP32 MAX] Extend configurations with 2MB and 4MB SPIFFS, 4MB default 2021-03-06 16:41:38 +01:00
Ton Huisman 10d07c2376 [ESP32 MAX] Configuration for ESP32 with 16MB Flash 2021-03-05 21:52:55 +01:00
Maxim Prokhorov a8b1e39f06 make sure to fetch the tag message 2021-02-22 22:53:10 +03:00
Maxim Prokhorov a4c1287dc0 Github actions instead of Travis 2021-02-22 22:53:10 +03:00
TD-er e65e3ca8e0 [PIO] Only update tmp files when changed to reduce build time 2021-02-11 17:23:17 +01:00
TD-er 448f8b9733 [Build] ESP32 factory bin files are 64k larger so don't reject those 2021-01-13 14:21:35 +01:00
TD-er 955ce7d8d7 [Rules] Use bitwise operators only on unsigned ints 2020-12-28 03:15:53 +01:00
TD-er 8f42bdad5d Merge branch 'mega' into feature/Playground_Si1145 2020-12-13 15:05:57 +01:00
TD-er 26c84e2a6c Fix build issues P107 2020-12-13 00:41:16 +01:00
TD-er 804eb4769a [Custom build] Reduce Custom build size 2020-12-08 13:45:49 +01:00
TD-er 3341bdf744 [PIO] Concatenate all WebServer/*.cpp files into temp file.
And add some build output formatting
2020-12-02 13:49:49 +01:00
TD-er f146969060 [PIO] Separate appended .cpp files with newline
And add #ifdef USES_Cxxx checks for queue element code.
2020-12-02 13:18:25 +01:00
TD-er 60dbd74342 [PIO] Add Commands/*.cpp to the files to be concatenated in single .cpp 2020-12-01 17:27:29 +01:00
TD-er 35f43cd382 [PIO] Concat *.cpp files in ControllerQueue/ and PluginStructs/ 2020-12-01 17:05:39 +01:00
TD-er b525c70c04 [PIO] Concatenate .cpp files to prevent linking errors 2020-12-01 16:15:02 +01:00
TD-er 4f268c402d Include all Dallas plugins in the Custom builds 2020-11-16 20:11:14 +01:00
TD-er 74459212b7 [Cleanup] Rename some to clarify msec or usec interval 2020-09-28 22:11:19 +02:00
TD-er 4b10be91b1 [DS2423] Add 1-wire counter
As made by @ToniA
See [the forum](https://www.letscontrolit.com/forum/viewtopic.php?p=46736#p46736)
2020-09-16 13:58:25 +02:00
Michał Obrembski c204600c05 Fixed compile-time defines not working in ESP32 platform
Added short SHA id in SET_BUILD_GIT_HEAD, since just branch name is not very useful to inspect history
2020-08-25 21:53:32 +02:00
Gijs Noorlander f1d05a59af [I2C] Add PLUGIN_WEBFORM_SHOW_I2C_PARAMS to separate I2C address setup
Also made an example for P036 Framed OLED.
2020-08-20 11:51:45 +02:00
Gijs Noorlander 98a2cac61c Include C015 in the custom build for testing 2020-08-05 00:57:34 +02:00