Fix.
This commit is contained in:
@ -12,6 +12,7 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
|
# Main .ino file.
|
||||||
Mkdir('esp32/ESP32forth')
|
Mkdir('esp32/ESP32forth')
|
||||||
Importation('esp32/ESP32forth/README.txt',
|
Importation('esp32/ESP32forth/README.txt',
|
||||||
'$src/esp32/README.txt')
|
'$src/esp32/README.txt')
|
||||||
@ -20,6 +21,7 @@ Importation('esp32/ESP32forth/ESP32forth.ino',
|
|||||||
'$src/esp32/ESP32forth.ino',
|
'$src/esp32/ESP32forth.ino',
|
||||||
implicit=['gen/esp32_boot.h'], keep=True)
|
implicit=['gen/esp32_boot.h'], keep=True)
|
||||||
|
|
||||||
|
# Optional Compontents.
|
||||||
Mkdir('esp32/ESP32forth/optional')
|
Mkdir('esp32/ESP32forth/optional')
|
||||||
Importation('esp32/ESP32forth/optional/README-optional.txt',
|
Importation('esp32/ESP32forth/optional/README-optional.txt',
|
||||||
'$src/esp32/optional/README-optional.txt')
|
'$src/esp32/optional/README-optional.txt')
|
||||||
@ -39,6 +41,7 @@ Esp32Optional('spi-flash', '$src/esp32/optional/spi-flash/spi-flash.h',
|
|||||||
Esp32Optional('serial-bluetooth', '$src/esp32/optional/serial-bluetooth/serial-bluetooth.h',
|
Esp32Optional('serial-bluetooth', '$src/esp32/optional/serial-bluetooth/serial-bluetooth.h',
|
||||||
[('serial-bluetooth', '$src/esp32/optional/serial-bluetooth/serial-bluetooth.fs')])
|
[('serial-bluetooth', '$src/esp32/optional/serial-bluetooth/serial-bluetooth.fs')])
|
||||||
|
|
||||||
|
# Simulator.
|
||||||
Mkdir('esp32-sim')
|
Mkdir('esp32-sim')
|
||||||
Compile('gen/print-esp32-builtins', '$src/esp32/print-builtins.cpp')
|
Compile('gen/print-esp32-builtins', '$src/esp32/print-builtins.cpp')
|
||||||
Run('gen/esp32_sim_opcodes.h', 'gen/print-esp32-builtins')
|
Run('gen/esp32_sim_opcodes.h', 'gen/print-esp32-builtins')
|
||||||
|
|||||||
Reference in New Issue
Block a user