Commit Graph

484 Commits

Author SHA1 Message Date
jzlv
b25a219f83 [update][ble_pds] update ble pds param 2022-01-13 18:50:14 +08:00
jzlv
1f4fd9061d [update][bsp_common][examples] sync demo and bsp common with hal driver" 2022-01-13 18:50:14 +08:00
jzlv
b6c09e3e2b [update][drivers] update bl602 and bl702 drivers 2022-01-13 18:50:14 +08:00
jzlv
b71a70ec2b [fix][common] fix warning on 64bit cpu 2022-01-13 18:50:14 +08:00
jzlv
61ca34f7c7 [update][board] update board config 2022-01-13 18:50:14 +08:00
jzlv
f9012a5a71 [chore][cdk] update header file path 2021-12-17 16:05:45 +08:00
jzlv
9896d8cd52 [update][shell] modify mm_monitor with mm_trace,add read write regs num 2021-12-10 12:35:52 +08:00
jzlv
4d1b476a1b [doc] move development_guide rst html files out,update doc url in readme 2021-12-10 12:31:43 +08:00
jzlv
5a29530fbe [update][drivers] update bl602 and bl702 std driver 2021-12-10 11:34:49 +08:00
Gerson Fernando Budke
48fbbbbc65 [feat][zephyr] Drop arch includes at blx02.h files
This move riscv specific includes to source files that require the
definitions. It drop all arch files dependencies at blX02.h file.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2021-12-10 10:55:09 +08:00
pikastech
3bbbab5e5b add pikascript components and example 2021-12-06 09:47:43 +08:00
jzlv
d43977f414 [feat][clock] move rc32m init into hal_clock.c 2021-11-23 16:48:02 +08:00
jzlv
4efd11c6f7 [doc] update release V1.4.2 2021-11-22 11:10:46 +08:00
jzlv
b0b7a0b167 [doc] update readme 2021-11-22 10:59:40 +08:00
jzlv
aa4bec3776 [feat][bl702_driver] set some bits zero in xtal_cfg at default 2021-11-22 10:59:28 +08:00
jzlv
68977a1658 [refactor][usb] set ep0 ack in irq instead of read write function 2021-11-16 10:42:16 +08:00
jzlv
160d44443d [comment][usb] modify print log 2021-11-16 10:41:34 +08:00
jzlv
5d5c6a2f32 [refactor][dma] refactor dma driver,add DMA_SI,DMA_DI and dma burst size config 2021-11-10 17:42:17 +08:00
jzlv
a31ce13293 [refactor][dac] refactor dac driver and dac clock config 2021-11-10 17:40:53 +08:00
jzlv
70d8bbde68 [update][drivers] add misc functions 2021-11-10 17:37:04 +08:00
jzlv
a9ea715135 [feat][common] add arch_ffsll、arch_ctzll、arch_clzll function 2021-11-10 16:53:03 +08:00
jzlv
b51bfd7b14 [refactor][usb_stack] refactor scsi driver,add sense code for requestsense cmd 2021-11-10 16:52:47 +08:00
jzlv
3ce09ee61b [chore][cdk] modify board select 2021-11-10 16:51:06 +08:00
jzlv
de9ab77abc [doc][dac] update dac demo readme 2021-11-10 16:49:40 +08:00
jzlv
1ad8786877 [doc] update dma and rst style in hardware connection 2021-11-10 16:48:29 +08:00
jzlv
c3a7fc5254 [doc] update reference mannul 2021-11-10 16:48:19 +08:00
Gerson Fernando Budke
ccc552ba5a [feat][zephyr] Enable bl_mcu_sdk as zephyr module
This add ZephyrRTOS entry point and define environment to build
Bouffalo Lab low level peripheral drivers as hal_bouffalolab.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2021-10-25 15:27:08 +08:00
Gerson Fernando Budke
88356e0e0b [fix][bflb_flash_tool] Fix linux apps file mode
Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2021-10-25 15:26:23 +08:00
jzlv
9dd8600117 [feat][device] add DEVICE_CHECK_PARAM macro for on or off 2021-10-25 15:22:19 +08:00
jzlv
a76692f697 [fix][bl702_driver] delete unused including header files, reset registers in xxx_close function 2021-10-25 15:21:01 +08:00
jzlv
1ffe3b83a8 [fix][bsp_common/fatfs] fix pointer assigning type in disk_ioctl function when cmd equal GET_SECTOR_SIZE or GET_BLOCK_SIZE 2021-10-25 15:19:47 +08:00
jzlv
e27aedace2 [refactor][cam] refactor camera driver,add standard interfaces for camera 2021-10-25 15:14:04 +08:00
jzlv
9792e36ab4 [feat][rt-thread] add cmakelists and modify riscv_encoding including path 2021-10-20 19:08:16 +08:00
jzlv
bac418ea5e [fix][ld] update camera ld section 2021-10-20 19:03:39 +08:00
jzlv
79f1680ab2 [doc] update release 1.4.1 2021-10-19 20:08:10 +08:00
jzlv
1a226e5ab6 [feat][bsp_common/usb] sync usb_event_type in usb_stack to reduce Conditional judgement 2021-10-19 20:07:59 +08:00
jzlv
31564a9bdd [feat][bsp_common/platform] complete calloc function that float print needs 2021-10-19 20:06:47 +08:00
jzlv
626c6f3fae [feat][board] add XTAL_32K_TYPE macro 2021-10-19 20:04:50 +08:00
jzlv
9c67a54e24 [refactor] remove bflb_platform.h from bl602 and bl702 driver,include it in anywhere used 2021-10-19 20:04:23 +08:00
Gerson Fernando Budke
e212f9de4a [fix][common] Add CHECK_PARAM definition guard
Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2021-10-19 19:03:23 +08:00
Gerson Fernando Budke
e6edfa7117 [fix][common] Drop duplicated NULL definition
Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2021-10-19 19:02:54 +08:00
Gerson Fernando Budke
b5da7d33b4 [feat][common] Allow customize ld sections
Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2021-10-19 19:02:41 +08:00
Gerson Fernando Budke
24cde3166e [fix][common] dos2unix common/misc/compiler/common.h
Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2021-10-19 19:02:28 +08:00
jzlv
236f714bba [style][usb_stack] modify class request debug log 2021-10-19 19:02:01 +08:00
jzlv
49a2082160 [feat][examples/ble] add ble pds31 demo 2021-10-19 19:00:25 +08:00
jzlv
00a000d1cb [feat][examples/freertos] add freertos tickless demo 2021-10-19 18:59:58 +08:00
jzlv
25127f5dd3 [feat][examples/mbedtls] add aes demo 2021-10-19 18:59:45 +08:00
jzlv
3722131da7 [doc] update ble pds31 rst 2021-10-19 18:59:12 +08:00
jzlv
dd10abb8bd [refactor][i2s] set I2S_MONO_CHANNEL with right channel default 2021-10-14 19:05:23 +08:00
jzlv
dfb46a982a [feat][clock] update clock frequence get function 2021-10-14 19:04:36 +08:00