Commit Graph

134 Commits

Author SHA1 Message Date
Ferenc-
87d912e072 Remove trailing whitespaces from bl602 2020-11-05 10:21:53 +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
Evangelos Ribeiro Tzaras
c84915a06c
examples: Document UART initialization 2020-11-04 11:05:17 +08: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
Madushan Nishantha
b4901b07c8
add pycache to gitignore 2020-11-02 15:27:48 +08:00
Matej Sychra
6e5fe87a89
typo fixes in first examples 2020-11-02 15:25:41 +08: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
Avamander
c1a0c908ab
Created .gitignore 2020-11-02 15:23:17 +08: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
Rafał Mikrut
d9aa3c71fc Fix some Cppcheck findings 2020-10-31 22:17:04 +08:00
Robert Lipe
e1d0f68857 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-31 22:07:49 +08:00
Samuel Thibault
8d1870b1b4 pppd: Fix the default value for ipv6cp-accept-local to false
The ipv6cp-accept-local option was supposed to enable it, but it is
already enabled by default, with no way to disable it.

For coherency with IPv4 and IPX, this disables ipv6cp-accept-local by
default, and the option can be used to enable it.

This also enables it automatically when the local id is not
specified, in coherency with IPv4 and IPX, and as the documentation was
saying.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
2020-10-31 22:05:17 +08:00
Zsolt Prontvai
f4740481ad Remove references for ESP32 2020-10-31 21:57:21 +08:00
Paul Capron
c546054984 vfs: Fix counting in inode_avail_count
As seen in `inode_del` (and `inode_alloc`), a free (`NOT_INIT`) node can be found anywhere in `g_vfs_dev_nodes`; it’s a “sparse” list.
So when checking for free nodes, the iterating index variable (`e`) shall be used, not the counter (`count`). The code got that wrong.
For instance, if the first node is not available (type is not `VFS_TYPE_NOT_INIT`), then the function previously returned 0, no matter what, and was iterating the node list in vain.
2020-10-31 21:51:30 +08: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
Yafei
bc112954be
Merge pull request #3 from BKPepe/pppd
Fix buffer overflow in EAP
2020-10-30 13:53:17 +08:00
Yafei
6196686144
Merge pull request #4 from jevere/master
bl_sys_time.c: adds null pointer checks and extra spaces cleanup
2020-10-30 13:39:27 +08: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