Commit Graph

123 Commits

Author SHA1 Message Date
jzlv
ca5416824b [docs] update release 1.2.5 2021-07-12 17:28:57 +08:00
jzlv
d8cab5bcd4 [docs] fix pwm device ctrl definition,update clock enum 2021-07-12 17:28:57 +08:00
jzlv
3c15ef486c [feat] update es8388 dual channel,touch,il9341 config 2021-07-12 17:28:56 +08:00
jzlv
039d7e7c02 [refactor][board] refactor board pinmux init and clock config 2021-07-12 17:28:56 +08:00
jzlv
9ab0b4c7b4 [fix][usb_msc] fix msc first interface num 2021-07-12 17:28:56 +08:00
jzlv
e7bdfee4eb [feat][shell] add shell fs support 2021-07-12 17:28:56 +08:00
jzlv
26d11a0174 [chore][freertos] fix cmakelist add_srcs for port and portASM.S 2021-07-12 17:28:56 +08:00
jzlv
6a018326fb [feat][common] add crc32_ex,add device oflag default definition 2021-07-12 17:28:56 +08:00
jzlv
b0704bbe7f [feat][tensorflow] add tensorflow library 2021-07-12 17:28:55 +08:00
jzlv
78900c5a30 [feat][tensorflow] add tensorflow demo 2021-07-12 17:28:53 +08:00
jzlv
e5f1ef82c8 [feat][keyscan] add keyscan demo and hal driver 2021-07-12 17:28:53 +08:00
jzlv
bb026b1d99 [fix][examples/adc] add adc demo float support 2021-07-12 17:28:52 +08:00
jzlv
3c53f41c13 [fix][timer][flash] add more status judge 2021-07-12 17:28:52 +08:00
jzlv
c5392e44c6 [feat][keyscan] add keyscan gpio func definition and clock config 2021-07-12 17:28:52 +08:00
jzlv
006e4bface [fix][uart][spi] fix uart and spi device oflag in device control dma 2021-07-12 17:28:52 +08:00
jzlv
98043ff151 [fix][adc] fix adc device channel table for ch6 and ch7 2021-07-12 17:28:52 +08:00
jzlv
2c6382a4e1 [fix][pwm] fix pwm device control definition 2021-07-12 17:28:52 +08:00
jzlv
16517b9f55 [feat][gpio] add gpio hz mode 2021-07-12 17:28:52 +08:00
jzlv
91f7d9bc9f [fix][flash] rename flash api 2021-07-12 17:28:52 +08:00
jzlv
20b12ac405 [chore] add tflite library,modify cpu_id default value 2021-07-12 17:28:01 +08:00
jzlv
163c679e01 [style] disable afternamespace 2021-07-12 17:28:01 +08:00
pfchen
9a12d1a663 [fix][flash]fix flash demo with new flash erase read write API 2021-07-06 19:09:33 +08:00
qqwang
d7d10aa400 [docs] update release 1.2.4 2021-07-06 18:05:58 +08:00
qqwang
116457f1d9 [docs] update usb_cdc_video & usb_msc_ram readme & update gitignore 2021-07-06 17:45:59 +08:00
qqwang
c985084574 [feat][examples/i2s] update i2s case to support dual channel 2021-07-06 17:42:20 +08:00
qqwang
9a2e6b78ca [feat][examples] update ble & lvgl & boot2 iap case 2021-07-06 17:36:33 +08:00
qqwang
1f492d6a38 [feat][examples/adc] update adc case 2021-07-06 17:31:23 +08:00
qqwang
1e4265ffa3 [feat][examples/ble] add ble cdk project 2021-07-06 17:11:43 +08:00
qqwang
732f9a9073 [fix][examples/flash] fix flash case bug & cdkproj enable romapi 2021-07-06 17:06:56 +08:00
qqwang
3f976db6ff [chore][freertos] fix cmakelists parameter error 2021-07-06 17:03:47 +08:00
qqwang
835952e353 [fix][examples/cam] modify pingpong buff size 2021-07-06 16:40:13 +08:00
jzlv
702cc58016 [chore] update iopenocd cfg in openocd 0.1 2021-07-06 16:28:27 +08:00
jzlv
838c1881c4 [refactor][examples/usb_cdc] simplify usb out and in tranfer process 2021-07-06 16:26:10 +08:00
jzlv
f93a4898e3 [feat][examples/cam] add camera pingpong buffer case 2021-07-06 16:25:01 +08:00
jzlv
a556eac860 [fix][examples/pwm] modify clock source in readme 2021-07-06 16:24:27 +08:00
jzlv
d2507acba5 [feat][bsp_common] add image sensor config,add bootrom log 2021-07-06 16:21:59 +08:00
jzlv
cfb6233d18 [fix][board] delete gpio32-gpio37 init 2021-07-06 16:19:19 +08:00
jzlv
13b4ba91f9 [feat][bl702_driver] add some api and delete unused api 2021-07-06 16:18:00 +08:00
jzlv
ab8a6561b8 [fix][freertos] rename atomic.h which conflict with ble 2021-07-06 16:12:05 +08:00
jzlv
5fca99bc78 [feat][math] add math library 2021-07-06 16:10:23 +08:00
jzlv
1e5f80ab19 [docs] update pwm and get_start rst 2021-07-06 16:03:20 +08:00
Jean-François Milants
3235d20a7a Fix a typo in FreeRTOS CMakeLists.txt 2021-07-05 16:53:16 +08:00
Jean-François Milants
8b6a2d7af4 Add missing files related to FreeRTOS for the BL602. Needed when building with -DCHIP=bl602, -DBOARD=bl602_iot and -DSUPPORT_FREERTOS=y.
These file are copied from bl702.
2021-07-05 16:53:16 +08:00
Jean-François Milants
8990e8c97f Add missing declarations (Efuse_Ldo11VoutSelTrim_Info_Type and Efuse_TxPower_Info_Type) in bl602_ef_ctrl.h to build with -DCHIP=bl602. These declarations come from https://github.com/bouffalolab/bl_iot_sdk/blob/master/components/bl602/bl602_std/bl602_std/StdDriver/Inc/bl602_ef_ctrl.h. 2021-07-05 16:49:39 +08:00
jzlv
a62e7a566c [docs] release V1.2.3 2021-07-01 20:02:40 +08:00
jzlv
c98d0ec7cf [chore] update cdkws and usb cdk project setting 2021-07-01 19:54:15 +08:00
jzlv
af049a8ef8 [docs] update api rst 2021-07-01 19:40:43 +08:00
jzlv
21e87ac8ca [fix][ld] fix ocram memory size 2021-07-01 19:32:12 +08:00
jzlv
d0b959f99d [refactor][examples] add case success message 2021-07-01 19:31:37 +08:00
jzlv
72e16855d6 [chore] update cdk project settings 2021-07-01 14:23:45 +08:00