Commit Graph

78 Commits

Author SHA1 Message Date
ftk
f85d4652cf fix makefile so that it no longer ignores errors 2020-11-21 16:12:54 +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
Marek Kraus
a06f64d068
Added Matrix channel 2020-10-29 12:44:02 +01:00
Marek Kraus
ae8d982483
Merge pull request #35 from tchebb/improve-hardware-documentation
Start "hardware notes" file, add datasheet to repo, clean up README
2020-10-29 12:42:43 +01:00
Thomas Hebb
c6301a0a7c Write initial hardware_notes.md
This file contains various notes that compile and synthesize information
about the BL602's hardware features, gathered from this repository and
elsewhere on the internet.
2020-10-29 04:27:53 -07:00
Thomas Hebb
af89cd3c26 Add datasheet to repository and link to it from README
The datasheet was downloaded from [here][1]. Link to it from a new
"Hardware Information" section of the README, and also link to the SVD
file already in this repository.

[1]: http://files.pine64.org/doc/datasheet/padi-ii/BL602_BL604_DS_Datasheet.pdf
2020-10-29 04:27:53 -07:00
Thomas Hebb
28580b95a1 Fix formatting, spelling errors in README.rst
The code blocks added by #17 were formatted as Markdown, but this is an
reStructuredText file. Fix them, and also address a few other small
formatting, spelling, and line length nits.
2020-10-29 04:27:53 -07:00
Marek Kraus
01d8d7a681
Merge pull request #16 from BryanQuigley/unused-import
Remove two unused imports
2020-10-29 10:45:21 +01:00
Marek Kraus
435dd2b562
Merge pull request #28 from BKPepe/more-pppd-backports
More ppp backports
2020-10-29 09:45:10 +01:00
Robert Lipe
dfc40a74d7
Fix mismatched datatypes in DMA arguments. (#29)
The file's uint32_t alignment should be more restrictive than the
uint16_t alignment, so this SHOULD be safe ... and reduces build noise.

Co-authored-by: Robert Lipe <robertlipe@gpsbabel.org>
2020-10-29 09:32:44 +01:00