Commit Graph

300 Commits

Author SHA1 Message Date
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
jzlv
c8be7280f3 [refactor] update platform and usb driver 2021-07-01 14:21:09 +08:00
jzlv
5a811531e9 [fix][drivers] fix hal driver and entry.s bug when main return 2021-07-01 14:20:25 +08:00
jzlv
d9413fae45 [docs] fix readme translation 2021-06-26 15:03:55 +08:00
jzlv
f0cf9ffcf8 [refactor] replace system libc with local libc 2021-06-25 23:13:19 +08:00
pfchen
27447f528c [fix][docs]fix english readme file name 2021-06-25 18:12:14 +08:00
qqwang
e6e363da7e [docs] add english readme 2021-06-25 17:43:48 +08:00
qqwang
cec78e1093 [feat][sec] add sec trng driver 2021-06-25 17:39:08 +08:00
qqwang
257890072b [fix][emac] fix emac init return type 2021-06-25 17:38:08 +08:00
qqwang
20ac794338 [fix][adc] fix adc read channel value at first 2021-06-25 17:37:14 +08:00
qqwang
f08e171d6b [docs] add ble timer usb api & usb demo rst 2021-06-25 17:32:01 +08:00
qqwang
9d3effa295 [chore][cdk] delete local libc & update other cdkporj config 2021-06-25 17:21:06 +08:00
qqwang
cb91cc37cb [docs] update case readme description 2021-06-25 17:16:41 +08:00
qqwang
4d59904443 [feat][examples/sec_trng] add sec trng demo 2021-06-25 17:12:48 +08:00
qqwang
4649d6ce67 [fix][examples/ble] fix ble rx assert error 2021-06-25 17:09:48 +08:00
qqwang
a0d4520afe [chore][flash tool] update bflb flash tool 2021-06-25 17:02:39 +08:00
jzlv
2fd69672fa [fix] delete unused files 2021-06-22 14:18:32 +08:00
qqwang
ed2e70c897 [docs] update linux quick start rst 2021-06-21 16:19:00 +08:00
qqwang
1a7d02ee63 [feat] update makefile 2021-06-21 16:16:18 +08:00
jzlv
c9924b3fd7 [style] delete trailing whitespace 2021-06-21 14:47:48 +08:00
qqwang
bdf17c5e46 [docs] update quick start rst 2021-06-21 14:21:18 +08:00
qqwang
38a8f4e0a5 [fix] update cdkproj settings 2021-06-21 14:20:59 +08:00
pfchen
67a94065c0 [feat]chaneg mtvt into CSR_MTVT to make old compiler build pass 2021-06-20 15:11:23 +08:00
pfchen
51ecbfbc35 [fix]remove old shell files which are not used any more 2021-06-20 15:05:40 +08:00