Commit Graph

19 Commits

Author SHA1 Message Date
Jason2866 68e9e3dbc7 NimBLE 1.3.1 2021-08-22 15:52:00 +02:00
Sillyfrog 00f3c3ecd2 PIO tools overrides using .ini file settings 2021-08-17 09:16:30 +10:00
Sillyfrog 34d0f8302e PIO tools environment variable controls 2021-08-16 22:41:10 +10:00
Sillyfrog 7dd7cf71a0 Refactor Python PIO tools 2021-08-16 20:37:38 +10:00
Jason2866 4209f7d1cb
Final? fix for map file with IDF4.4 2021-08-09 18:34:09 +02:00
Jason2866 18442c7e57
next try for IDF 4.4 map file building
#12837 @arendst  @sillyfrog give it a try. I am a Python noob... The `map_name` generating is problematic. Better would be to use last entry of the string `src_dir`.
2021-08-09 16:27:22 +02:00
Theo Arends 0c30aeeebc Fix compile erro by lack of map file (#12837) 2021-08-09 10:58:37 +02:00
Jason2866 0ce68b1b6b
Fixes #12837
With the new toolchain used with IDF 4.4 the MAP file is in a different folder and the name has changed (from firmware.map to Tasmota.map).
Now name-firmware.py is searching for both-
2021-08-08 13:35:17 +02:00
Jason2866 5ff35f99f2 gzip map file 2021-08-06 20:34:14 +02:00
Jason2866 a15b6e8d73
typo 2021-04-24 20:11:27 +02:00
Jason2866 7e862adf9a
Autocopy platformio_tasmota_cenv_sample
to platformio_tasmota_cenv.ini when not existing
2021-04-24 20:06:29 +02:00
Jason2866 0025ca4ae4
Auto copy platformio_override 2021-04-12 10:18:27 +02:00
Jason2866 c41373d7ef
warning if ESP8266 firmware is too big 2021-02-10 13:51:53 +01:00
Jason2866 1b1b1ed83c
build gz only for ESP8266 2021-01-18 19:21:51 +01:00
Jason2866 af798b40e2
fix compile ESP8266 2021-01-15 20:59:56 +01:00
Jason2866 7fc0c42e04
change from string to list
and hack for using littlefs for ESP32 instead of SPIFFS
2021-01-15 15:15:04 +01:00
Jason2866 988ca925dd
PIO file system downloader script 2021-01-13 13:51:03 +01:00
Theo Arends bc8610f277 Force python3
Force python3 (#10057)
2020-12-05 11:47:09 +01:00
Barbudor 1694087a28 Rename pio folder to pio-tools solve linux build errors
When vscode is ran from the Tasmota folder in Linux, build fails with message :
```Executing task: pio run <
    The terminal process failed to launch: Path to shell executable "pio" is not a file of a symlink.```
Renaming pio folder into pio-tools solve the problem.

Note: the problem can still occur if the user have a pio folder in his PATH...
2020-11-17 22:01:42 +01:00