Commit Graph

86 Commits

Author SHA1 Message Date
Thomas Hebb
5405725866 Don't silently eat errors in Python requirements install
It's questionable that dependencies get installed automatically during
the build in the first place, but since they do we should at least fail
the build with an error if installation fails.

This makes the current CI issue on macOS much clearer to diagnose.
2021-01-01 11:52:44 -08:00
Tom Hebb
4d6dad50e6
Merge pull request #85 from tchebb/remove-flash-image-binary
Remove pyinstaller-packed binary version of flash_build.py
2021-01-01 11:49:56 -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
Thomas Hebb
c292a2ee59 Shorten line lengths in README where possible 2020-12-30 13:35:01 -08:00
Marek Kraus
c00a0980dc Revert "Added mbedTLS as a submodule (#64)"
This reverts commit 2aa0fdd6b6.
The difference between upstream mbedtls and AliOS mbedtls is too
huge
2020-11-23 12:44:11 +01:00
Marek Kraus
1b006ebe5d
Merge pull request #77 from cgbarros/master
Update README.rst
2020-11-21 15:24:00 +01:00
Marek Kraus
33598a822b
Merge pull request #78 from ftk/make-fix
Fix CI ignoring build errors
2020-11-21 15:23:46 +01:00
ftk
f85d4652cf fix makefile so that it no longer ignores errors 2020-11-21 16:12:54 +03:00
Caio Barros
8e6979bde4
Update README.rst
adding info of re group plus minor formatting
2020-11-20 23:19:32 -03:00
Robert Lipe
b96c037be0
In debug.c, don't compile code we aren't calling. (#31) 2020-11-19 18:33:08 +01:00
Panagiotis Vasilopoulos
59050e6d33
Improved README.md (#51)
- Removed redundant instructions
- Improved wording

Co-authored-by: Marek Kraus <gamelaster@users.noreply.github.com>
2020-11-19 18:30:30 +01:00
danielbarry
2aa0fdd6b6
Added mbedTLS as a submodule (#64)
Removed mbedTLS files and replaced them with a submodule
2020-11-19 16:04:07 +02:00
Marek Kraus
3c827b2d56
Merge pull request #73 from embeddedpenguin/tempbranch
removed crazy characters so dts to dtb wouldnt fail
2020-11-15 13:55:44 +01:00
adragott
414fcdbfef removed crazy characters so dts to dtb wouldnt fail 2020-11-15 04:07:28 -06:00
Marek Kraus
4703d95150
Merge pull request #43 from disdi/master
Add toplevel Makefile
2020-11-11 17:06:02 +01:00
Saket Sinha
0c49fe4b3e Add support for toplevel Makefile
Add toplevel Makefile with clean support.
Updated Readme for building details.
2020-11-11 10:04:25 +01:00
Marek Kraus
63ad94309a
Merge pull request #68 from ftk/master
Github Action for building SDK
2020-11-05 10:56:25 +01:00
Marek Kraus
1421c4fee2
Merge pull request #67 from enjoycodefun/makefile
Purge "invisible" and incorrect tabs from Makefiles in make_scripts_scripts
2020-11-05 10:55:46 +01:00
ftk
c78970fd56 only 2 make jobs in msys 2020-11-04 20:54:25 +03:00
ftk
f90cec631c limit amount of make jobs 2020-11-04 20:52:22 +03:00
ftk
dd4dc6c30d Build workflow 2020-11-04 20:12:50 +03:00
Enjoy Code Fun
3797caaf0b Purge "invisible" and incorrect tabs from Makefiles in make_scripts_risc/
Note: For "<tab># comment" "# comment" is command and passed to the shell. Most shells interpret "# comment" as a comment - thankfully.
A comment is "# comment", only.
2020-11-03 14:09:41 -08:00
Marek Kraus
479199e248
Update README.rst 2020-11-03 17:15:41 +01:00
Marek Kraus
67af171da0
Merge pull request #65 from fortysixandtwo/documentation_examples
examples: Document UART initialization
2020-11-02 18:01:12 +01:00
Evangelos Ribeiro Tzaras
7168e7f4e7 examples: Document UART initialization 2020-11-02 17:55:30 +01:00
Marek Kraus
690e08d8dc
Merge pull request #60 from suculent/fix/example-typos
Typo fixes spotted in examples
2020-11-01 18:41:23 +01:00
Marek Kraus
756b4c7012
Merge pull request #62 from madushan1000/master
Fix make on darwin
2020-11-01 18:37:07 +01:00
Madushan Nishantha
ffc82085ad add pycache to gitignore 2020-11-01 18:07:14 +01:00
Madushan Nishantha
dd78919310 fix make on darwin 2020-11-01 18:06:05 +01:00
Matej Sychra
82f8590f80
typo fixes in first examples 2020-10-31 22:28:56 +01:00
Marek Kraus
fefda8399b
Merge pull request #58 from v01d/README
README: add some more hardware details (evaluation boards and core type)
2020-10-31 17:35:34 +01:00
Matej Sychra
303d013e53
typo fix 2020-10-31 17:29:07 +01:00
Matias N
953f8c8c4b
README: add some more hardware details (evaluation boards and core type) 2020-10-31 13:27:43 -03:00
Marek Kraus
b0db6e5e09
Merge pull request #57 from JF002/fix-env-var
Fix typo in README
2020-10-31 16:51:01 +01:00
JF
53a55f6a60 Fix typo in README: the value of CONFIG_CHIP_NAME must be "BL602" instead of "bl602" 2020-10-31 15:56:08 +01:00
Marek Kraus
2b624db303
Merge pull request #54 from serv-inc/patch-3
chore: shebang to document python3
2020-10-31 10:10:47 +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
Avamander
ed39fa9442
Created .gitignore 2020-10-30 15:34:48 +02:00
Marek Kraus
24495294f0
Merge pull request #47 from robertlipe/sampling_3
Remove unused sampling argument
2020-10-30 08:00:58 +01:00
Avamander
06daa892a9
Added a sentence about the documentation submodule 2020-10-30 00:59:38 +02:00
Tom Hebb
f96b66f346
Remove documentation now in bl602-docs repo (#48)
* Remove documentation now in bl602-docs repo

* Replace upstream docs with bl602-docs submodule
2020-10-30 00:57:39 +02:00
Robert Lipe
dc42838bb4 Remove .gitignore. 2020-10-29 16:16:45 -05:00
Robert Lipe
19258fa1f7 create .gitignore 2020-10-29 16:15:18 -05:00
Robert Lipe
6c3a46ec08 Remove unused sampling argument. 2020-10-29 16:11:13 -05:00
Marek Kraus
91cd02fe2c
Merge pull request #42 from qarmin/fixes
Fix some Cppcheck findings
2020-10-29 17:17:03 +01:00
Rafał Mikrut
f760daf285 Fix some Cppcheck findings 2020-10-29 17:02:12 +01:00
Marek Kraus
a07e6c954d
Merge pull request #11 from disdi/master
Add top level Makefile to build all apps
2020-10-29 13:48:04 +01:00
Marek Kraus
2082881d6b
Merge pull request #36 from tchebb/independent-readme
Remove vestiges of original README
2020-10-29 12:56:51 +01:00
Thomas Hebb
72581fdce8 Remove vestiges of original README
Explicitly mention that this is a fork and that it's tied to the
Nutcracker challenge. Fix a few minor formatting issues.

I wanted to reformat the README to Markdown, but it looks like Markdown
can't express the nice multi-line table that we use for the ESP8266
comparison.
2020-10-29 04:49:16 -07:00