Commit Graph

436 Commits

Author SHA1 Message Date
jzlv
223589e8d9 [update][fatfs] add write read test 2022-12-08 11:03:19 +08:00
jzlv
05e403062c [feat][tlsf] add tlsf component 2022-12-08 11:02:49 +08:00
jzlv
d9adf21997 [refactor] move utils into component 2022-12-08 11:00:45 +08:00
jzlv
d4473020d6 [refactor] move component port from common into component 2022-12-08 10:58:41 +08:00
jzlv
44c8bf854d [doc] fix command 2022-12-07 16:56:13 +08:00
jzlv
4cdef3164f [doc] update readme and rst 2022-12-07 10:19:27 +08:00
jzlv
3f480f087b [update][shell] support shell with os 2022-12-07 10:19:05 +08:00
jzlv
2db77dee27 [chore][eclipse] update memory and add build target 2022-12-07 09:50:54 +08:00
jzlv
beaa5db640 [fix][board] fix ef_ctrl_get_device_info api 2022-12-07 09:50:16 +08:00
jzlv
fcf07aa3a9 [fix][startup] fix __Vectors section 2022-12-02 20:55:33 +08:00
jzlv
7e1e3a0927 [fix] fix project name 2022-12-02 18:15:22 +08:00
jzlv
75abaf7f71 [chore][cmake] update cmake to v2.25 2022-12-01 15:17:29 +08:00
jzlv
93116cbb91 [chore] add ninja support 2022-12-01 15:16:30 +08:00
jzlv
f7af90c996 [fix][board] fix sdh mcu_reset macro 2022-12-01 10:17:49 +08:00
jzlv
8a97e11593 [fix][lhal] fix kys macro missing 2022-11-29 17:31:30 +08:00
jzlv
fe3c57a68d [fix][flash] fix flash init, move bflb_ef_ctrl_get_device_info before flash config 2022-11-29 15:45:19 +08:00
jzlv
f83c0655cc [refactor][uart] rename uart_rts to uart_sw_rts 2022-11-29 15:45:02 +08:00
jzlv
844809bca8 [style] format code 2022-11-29 14:05:55 +08:00
jzlv
d30a09dc49 [fix][libc] strongly link _malloc_r to avoid using system libc 2022-11-28 17:14:29 +08:00
jzlv
f5541d1adf [chore][make] add make Dependency Libraries in windows 2022-11-28 14:30:54 +08:00
jzlv
769349f292 [feat][dma] add dma cycle mode case 2022-11-25 20:19:22 +08:00
jzlv
40f154ca39 [chore][ld] update 808 m0 memory 2022-11-25 20:18:59 +08:00
jzlv
3c225cace5 [chore] update cmake api and macros, update makefile for build all case 2022-11-25 20:18:36 +08:00
jzlv
41750c31cf [feat][util] add vsnprintf nano, reduce codesize for boot2 2022-11-25 20:17:49 +08:00
jzlv
53323e2c62 [update][bflog] update bflog macro 2022-11-25 20:17:29 +08:00
jzlv
8d6352419a [feat][boot2] add bl616 boot2 iap demo 2022-11-25 20:16:20 +08:00
jzlv
1b35880999 [update][lhal] update lhal 2022-11-25 20:15:34 +08:00
jzlv
f13440fc48 [feat][ef_ctrl] add ef_ctrl lhal driver 2022-11-25 19:52:09 +08:00
jzlv
3c19b600a0 [fix][gpio] disable gpio int when gpio init 2022-11-24 14:34:32 +08:00
jzlv
6fb5e2d80f [fix][board] enable usb clock 2022-11-24 14:19:55 +08:00
jzlv
9f0a36a364 [fix] fix compile error 2022-11-23 19:49:26 +08:00
jzlv
21529d6a79 [update][util] update vlibc 2022-11-23 18:48:03 +08:00
jzlv
eef2ce183c [fix][util] fix printf, use alias bflb_printf to reduce size 2022-11-23 10:55:06 +08:00
jzlv
d906c9e306 [chore][makefile] avoid 'Entering|Leaving directory' messages 2022-11-22 16:01:53 +08:00
jzlv
23102b694e [fix] format and build fix 2022-11-22 16:01:06 +08:00
jzlv
5133d0f5d9 [feat][flash] add bflb_flash_get_image_offset api 2022-11-22 16:00:00 +08:00
Jean-François Milants
a093cca2f0 Rename "bflb_flash_get_jedecid()" to bflb_flash_get_jedec_id() (in bl602_flash.c) to be consistent with the declaration in bflb_flash.h.
Fixes a build/link error when building for BL602.
2022-11-22 15:47:52 +08:00
jzlv
5f9b8e8b85 [chore] add 702 dualuart firmware 2022-11-19 16:07:02 +08:00
jzlv
8942c4d341 [feat][flash] add flash read write demo 2022-11-18 17:11:19 +08:00
jzlv
aa5a88a88e [doc] update readme and rst 2022-11-18 16:47:16 +08:00
jzlv
d763463e26 [chore][cmake] ignore format warning 2022-11-18 16:46:42 +08:00
jzlv
d6fab307bf [update] update lhal, soc and demos
* Add flash driver and init in boards.
* Add timeout for all poll wait apis
* Add 808 d0 startup to bringup
* Update lhal device tables
* Update demos
2022-11-18 16:30:00 +08:00
jzlv
9f241971e3 [update][util] add ringbuffer, bflb_block_pool and bflb_timestamp 2022-11-18 16:19:21 +08:00
jzlv
a65f86a713 [feat] add tensorflowlite component and demo 2022-11-18 16:15:14 +08:00
jzlv
57bda6c48b [feat] add tinymaix component and demo 2022-11-18 16:05:54 +08:00
Marek Kraus
b46115f175 Add MJPEG to device table only for D0 core 2022-11-15 10:30:28 +08:00
jzlv
bb5b89aa70 [doc] update readme and rst 2022-11-05 10:51:33 +08:00
jzlv
0e3e59af0d [chore][eclipse] modify pc start address 2022-11-05 10:51:10 +08:00
jzlv
1c16383805 [update][libc] enable float printf as default 2022-11-05 10:50:06 +08:00
jzlv
b7aa2e1d79 [feat][examples] add some samples 2022-11-05 10:49:12 +08:00