Commit Graph

43 Commits

Author SHA1 Message Date
shchen
f3e1252985 add ble mesh node demo 2020-12-24 15:50:14 +08:00
shchen
bd5ee2566f project name error 2020-12-24 15:44:38 +08:00
shchen
2b7db9aef8 add ble mesh node demo 2020-12-24 15:40:36 +08:00
shchen
a327efd414 ble demo 2020-12-23 16:31:47 +08:00
Rujun Wang
3a6fef76a2 [LICENSE] update license file 2020-12-19 13:43:51 +08:00
Yafei Jin
db12f7c305
Add sample of sdk_app_spi 2020-12-10 10:17:37 +08:00
Yafei Jin
397aef0e6d
Add missing lib required by openocd.exe 2020-12-08 20:49:47 +08:00
chinawrj
a5006ee592
Merge pull request #19 from Virus-V/master
fix issue #18
2020-11-26 13:30:05 +08:00
Zhuoran.Rong
71e5f5e303 fix issue #18 2020-11-26 11:20:17 +08:00
qwang
25fb041d1c Add basic C++ support 2020-11-25 21:58:07 +08:00
Yafei
e231762bbb
Merge pull request #14 from robertlipe/clean_components
Clean components: fix whitespace in components/
2020-11-10 09:40:50 +08:00
Yafei
fef645af6c
Merge pull request #13 from robertlipe/clean_ca
Clean whitespace in customer_apps
2020-11-10 09:39:29 +08:00
Yafei
1ee9de92d4
Merge pull request #12 from robertlipe/clean_html
HTML files: remove trailing spaces.
2020-11-10 09:36:04 +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
Robert Lipe
e82b9d746d Customer_apps whitespace fix
.c and .h get tabs expanded to four spaces for consistency, traliing whitespace whacked.
    Makefiles do NOT get tabs changed.
2020-11-08 13:48:34 -06:00
Robert Lipe
89726f4433 HTML files: remove trailing spaces. 2020-11-08 13:32:47 -06:00
Yafei
f8c47051ed
Merge pull request #10 from Ferenc-/UPSTREAM_FORMATTING_FIXES
Remove trailing whitespaces from bl602
2020-11-06 21:40:31 +08:00
Ferenc-
87d912e072 Remove trailing whitespaces from bl602 2020-11-05 10:21:53 +01:00
Evangelos Ribeiro Tzaras
c84915a06c
examples: Document UART initialization 2020-11-04 11:05:17 +08: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
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
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
chinawrj
9a10205e96
Merge pull request #5 from YafeiJin/master
ignore toolchain for Languages info
2020-10-29 15:23:11 +08:00
Yafei Jin
c27b1712ea ignore toolchain 2020-10-29 08:06:45 +08:00
Paul Mackerras
c9ff47b828
pppd: Ignore received EAP messages when not doing EAP
This adds some basic checks to the subroutines of eap_input to check
that we have requested or agreed to doing EAP authentication before
doing any processing on the received packet.  The motivation is to
make it harder for a malicious peer to disrupt the operation of pppd
by sending unsolicited EAP packets.  Note that eap_success() already
has a check that the EAP client state is reasonable, and does nothing
(apart from possibly printing a debug message) if not.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
2020-10-29 00:12:01 +01:00
Jesus Velazquez
838ff4f832 bl_sys_time.c: adds null pointer checks and extra spaces cleanup
Signed-off-by: Jesus Velazquez <jesus.velazquez@gmail.com>
2020-10-28 11:59:59 -07:00
Josef Schlehofer
87970e63c5
Fix buffer overflow in EAP
Fixes CVE-2020-8597
2020-10-28 19:41:15 +01:00
chinawrj
8aaf173a1b
Merge pull request #2 from jevere/master
web_server.c: remove references to ESP32
2020-10-28 23:28:11 +08:00
Jesus Velazquez
143f051b9c web_server.c: remove references to ESP32
Signed-off-by: Jesus Velazquez <jesus.velazquez@gmail.com>
2020-10-28 08:03:53 -07:00
bouffalolab2020
61d60a3dc0
Delete README.md 2020-10-27 10:34:41 +08:00
bouffalolab2020
3a5d815642
Update README.rst 2020-10-26 20:51:11 +08:00
bouffalolab2020
f10bf7c6d9
Update README.rst 2020-10-26 20:50:41 +08:00
Rujun Wang
9ba1743258 Add missing docs 2020-10-26 20:43:20 +08:00
Rujun Wang
ee4a10b1a1 Initial Commit 2020-10-26 20:35:25 +08:00