Added zip files.
This commit is contained in:
10
esp32/BUILD
10
esp32/BUILD
@ -13,9 +13,10 @@
|
||||
# limitations under the License.
|
||||
|
||||
ESP32_FILES = []
|
||||
ESP32_ZIP_FILES = []
|
||||
|
||||
# Main .ino file.
|
||||
ESP32_FILES += [
|
||||
ESP32_ZIP_FILES += [
|
||||
Importation('esp32/ESP32forth/README.txt',
|
||||
'$src/esp32/README.txt'),
|
||||
Importation('esp32/ESP32forth/ESP32forth.ino',
|
||||
@ -25,7 +26,7 @@ ESP32_FILES += [
|
||||
Importation('gen/esp32_boot.h', '$src/esp32/esp32_boot.fs', name='boot')
|
||||
|
||||
# Optional Compontents.
|
||||
ESP32_FILES += [
|
||||
ESP32_ZIP_FILES += [
|
||||
Importation('esp32/ESP32forth/optional/README-optional.txt',
|
||||
'$src/esp32/optional/README-optional.txt'),
|
||||
Esp32Optional('rmt', '$src/esp32/optional/rmt.h', []),
|
||||
@ -45,6 +46,11 @@ ESP32_FILES += [
|
||||
[('serial-bluetooth', '$src/esp32/optional/serial-bluetooth/serial-bluetooth.fs')]),
|
||||
]
|
||||
|
||||
# Zip it.
|
||||
ESP32_FILES += [
|
||||
Zip('esp32/ESP32forth.zip', ESP32_ZIP_FILES, base='esp32/ESP32forth'),
|
||||
]
|
||||
|
||||
# Simulator.
|
||||
ESP32_FILES += [
|
||||
Compile('esp32-sim/esp32-sim', '$src/esp32/sim_main.cpp',
|
||||
|
||||
Reference in New Issue
Block a user