bl_iot_sdk/make_scripts_riscv
Thomas Hebb e685aa22b4 Remove pyinstaller-packed binary version of flash_build.py
No scripts actually use this version: the one reference to it, which
I've also removed in this commit, was commented out. Having the binary
version is confusing because it indicates a proprietary component where
there is none. It's also of limited use, since it only works on 64-bit
Linux (and, at least on my system, doesn't even run properly there).

I disassembled the bytecode of the compiled version and the source
version and verified that they are identical, so we are losing nothing
with this deletion.
2020-12-30 15:07:31 -08:00
..
common.mk Initial Commit 2020-10-26 20:35:25 +08:00
component_wrapper.mk Initial Commit 2020-10-26 20:35:25 +08:00
project_val.mk Initial Commit 2020-10-26 20:35:25 +08:00
project.mk Remove pyinstaller-packed binary version of flash_build.py 2020-12-30 15:07:31 -08:00
toolchain.mk Initial Commit 2020-10-26 20:35:25 +08:00