Commit Graph

10 Commits

Author SHA1 Message Date
Thomas Hebb
8ac96e8cff Merge remote-tracking branch 'upstream/master'
Merge in a number of upstream changes from Bouffalo, resolving
conflicts. Most conflicts came from warring whitespace fixes, which is
better than no whitespace fixes in either repo. I generally took the
upstream version in such cases to make future merges easier.

I have left out all upstream docs changes from this merge, since those
will have to be separately merged into our bl602-docs submodule.
2021-01-03 10:19:08 -08:00
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
Robert Lipe
3bc544d9f3 clean components/ whitespace issues
image_conf, make_scripts_riscv -  Delete trailing spaces. Change tabs to 4 space multiples.

    .c and .h get tabs expanded to four spaces for consistency, traliing whitespace whacked.
    Makefiles do NOT get tabs changed.
2020-11-08 13:56:51 -06:00
serv-inc
98263fe4b3
chore: chmod flash_build.py
- to enable calling like ./flash_build.py
2020-11-02 15:24:18 +08:00
serv-inc
0947577a81
chore: shebang to document python3 2020-11-02 15:24:05 +08:00
Madushan Nishantha
dd78919310 fix make on darwin 2020-11-01 18:06:05 +01:00
serv-inc
a0fbac10ef chore: chmod flash_build.py
- to enable calling like ./flash_build.py
2020-10-30 20:48:36 +01:00
serv-inc
74e20e2471
chore: shebang to document python3 2020-10-30 20:44:51 +01:00
aiden-ct
6e45b959bb
Added Quick Start to README.md (#17)
* Added simple Quick Start section to README.md
* Added requirements.txt file for linker script

Co-authored-by: Avamander <avamander@gmail.com>
2020-10-29 00:26:15 +02:00
Rujun Wang
ee4a10b1a1 Initial Commit 2020-10-26 20:35:25 +08:00