Commit Graph

11 Commits

Author SHA1 Message Date
jczhang
14ebffe962 bouffalolab_release_bl_iot_sdk_1.6.38-63-gae97ed42f 2022-08-23 20:09:25 +08:00
qwang
e51408c826
bouffalolab_release_bl_iot_sdk_1.6.37
Signed-off-by: qwang <qwang@bouffalolab.com>
2022-07-01 10:54:02 +08:00
jpeng
c2cc7bf407 bouffalolab_release_bl_iot_sdk_1.6.36 2022-03-07 13:59:29 +08:00
jpeng
5fa118c59e bouffalolab_release_bl_iot_sdk_1.6.34-122-ga1803cbd5 2022-01-17 13:54:39 +08:00
Rujun Wang
4d9ff4a160 release_bl_iot_sdk_1.6.32-104-g52434dce6 2021-11-12 14:17:43 +08:00
Rujun Wang
07ceb89192 release_bl_iot_sdk_1.6.32-68-geab3854c5
move BLDevCube to git lfs
2021-11-02 10:14:06 +08:00
Rujun Wang
b3898a520d RELEASE version: release_bl_iot_sdk_1.6.22-22-g1d4ff804 2021-04-02 17:26:44 +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
Rafał Mikrut
d9aa3c71fc Fix some Cppcheck findings 2020-10-31 22:17:04 +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
Rujun Wang
ee4a10b1a1 Initial Commit 2020-10-26 20:35:25 +08:00