Commit Graph

159 Commits

Author SHA1 Message Date
jzlv
1f4fd9061d [update][bsp_common][examples] sync demo and bsp common with hal driver" 2022-01-13 18:50:14 +08:00
jzlv
f9012a5a71 [chore][cdk] update header file path 2021-12-17 16:05:45 +08:00
pikastech
3bbbab5e5b add pikascript components and example 2021-12-06 09:47:43 +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
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
e27aedace2 [refactor][cam] refactor camera driver,add standard interfaces for camera 2021-10-25 15:14:04 +08:00
jzlv
bac418ea5e [fix][ld] update camera ld section 2021-10-20 19:03:39 +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
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
d66a28da5c [chore][cdk] add syscall.c into cdk project compiling 2021-10-14 18:52:54 +08:00
jzlv
a6a7f077e5 [feat][emac] add lwip component,add phy_8720 driver,add emac demo 2021-09-30 15:18:11 +08:00
jzlv
2be4cea4d3 [feat][examples/audio_cube] add audio_cube demo 2021-09-30 15:01:42 +08:00
jzlv
e3449aabde [feat][pm] add pm util for pds31 that ble needs 2021-09-30 14:59:08 +08:00
jzlv
9f2e63e06f [refactor][examples/adc] use gpio12 for adc channel4 default 2021-09-28 11:34:18 +08:00
jzlv
89c4df772e [doc] update nn and dsp readme 2021-09-28 11:32:27 +08:00
jzlv
3c464a6c37 [fix][examples/pwm] fix pwm div description 2021-09-28 11:31:02 +08:00
jzlv
eb1d640268 [chore][cdk] update cdk setting,add all hal source into cdk,delete unused include path 2021-09-26 15:30:44 +08:00
jzlv
f8336fd09f [feat][examples/cxx] add cxx basic demo 2021-09-26 15:21:52 +08:00
jzlv
4a30634073 [feat][examples/pka] add system prng demo 2021-09-26 15:21:27 +08:00
jzlv
62783d6013 [feat][examples/adc] add adc int read volt demo 2021-09-26 15:20:50 +08:00
jzlv
5b50669a14 [feat][examples/usb] add usb msc flash and ota demo 2021-09-26 15:11:25 +08:00
jzlv
ecb43ef0d0 [feat][examples/usb] add USB HS control for descriptor 2021-09-26 15:09:27 +08:00
jzlv
48479d0e20 [fix][examples] modify some demos peripheral init parameters,update ld file 2021-09-26 15:06:14 +08:00
jzlv
ee03cdc86e [feat][examples/boot2_iap] add usb iap feature 2021-09-26 14:02:09 +08:00
jzlv
c555e79e07 [feat][examples/ble] update ble ld file,add mbedtls for oad,add capcode setting for ble 2021-09-26 14:00:38 +08:00
jzlv
82ddd766ab [refactor][examples/adc] refactor adc channel volt reading process 2021-09-26 13:58:45 +08:00
jzlv
5d1126d0f0 [feat][nmsis] add nmsis component and nn,dsp demo 2021-09-26 13:38:51 +08:00
jzlv
b0e709d9d6 [feat][rt-thread] add rt-thread component and msh demo 2021-09-23 19:16:38 +08:00
jzlv
eb3767dcaa [chore] delete unused files 2021-08-26 12:26:40 +08:00
jzlv
d8a91f4313 [feat][examples/usb] add usb audio with mic and speaker dmo,add usb cdc shell demo 2021-08-26 12:26:39 +08:00
jzlv
fae3c81a98 [feat][examples/wdt] add wdt demo 2021-08-26 12:26:39 +08:00
jzlv
5ce9d886ac [feat][examples/i2c] add i2c ssd1306 demo 2021-08-26 12:26:39 +08:00
jzlv
6bf3e173d5 [feat][examples/acomp] add acomp demo 2021-08-26 12:26:38 +08:00
jzlv
20b9f44f11 [feat][examples/spi] add spi ws2812,spi ssd1306,spi lcd display images using tinyjpeg demo 2021-08-26 12:26:38 +08:00
jzlv
a65e345b7f [feat][examples/pm] add power management demo,replace lowpower test demo 2021-08-26 12:26:37 +08:00
jzlv
9fb0591d29 [fix][examples] improve some cases process 2021-08-26 12:26:37 +08:00
jzlv
da549faf2d [chore][ld] update ld config 2021-08-26 12:26:37 +08:00
jzlv
5d9e51d889 [fix][examples] add while(1) when case fail 2021-08-26 12:26:37 +08:00
jzlv
6ee666be9b [refactor][boot2_iap] refactor boot2 iap interface 2021-08-26 12:26:37 +08:00
jzlv
208622abb4 [chore][cdk] update cdk project setting 2021-08-26 12:26:36 +08:00
ll
dc34d62ad7 [feat][examples/spi] add oled ssd1306 driver and badapple demo 2021-08-19 14:31:29 +08:00
jzlv
1c26e68beb [refactor] rename NVIC as CPU_Interrupt 2021-08-05 20:43:13 +08:00
jzlv
7e77a26dad [fix][usb2uart] fix irq name and delete pin32-pin37 2021-08-05 20:39:11 +08:00
qqwang
8d46c47542 [feat][examples/pm] add hbn gpio wakeup and hbn rtc wakeup case 2021-08-05 19:52:22 +08:00
qqwang
402092ad49 [feat][examples/boot2_iap] update boot2 iap case 2021-08-05 19:33:29 +08:00
qqwang
bb941e3bed [feat][examples/rtc] add rtc calendar case 2021-08-05 19:27:25 +08:00
qqwang
8013111747 [feat][examples/rtc] add rtc wakeup case 2021-08-05 19:19:42 +08:00
jzlv
cee97fe003 [chore] fix helloworld cdk setting 2021-07-28 15:00:18 +08:00
jzlv
ff131e47a3 [refactor][boot2_iap] add bl702 hal wrapper and cmake flag for boot2 2021-07-26 15:31:46 +08:00
jzlv
75fe79b184 [feat][qdec] add qdec hal driver and demo 2021-07-26 14:19:39 +08:00
jzlv
691db880e0 [refactor][i2s] refactor shell support and device ctrl tx dma definition 2021-07-26 14:19:39 +08:00
jzlv
45bad8b2f8 [refactor][examples/timer] refactor timer demo 2021-07-26 14:19:39 +08:00
jzlv
46ed669b1a [chore][cmake] refactor cmake building style,remove all components support,using auto component building instead 2021-07-26 10:56:51 +08:00
jzlv
a1912eeec1 [fix][pwm] fix device ctrl definition 2021-07-26 10:56:51 +08:00
jzlv
2d4df8a271 [chore] modify default board definition for gpio、helloworld and uart demo 2021-07-26 10:56:50 +08:00
jzlv
e1546ab92c [chore] add default board definition for ble 2021-07-26 10:56:50 +08:00
jzlv
3f8f00e4df [fix][examples/adc/boot/i2s] delete unused flag noun in xxx_register 2021-07-17 11:16:33 +08:00
jzlv
c932e33c61 [chore][cdk] rename project name 2021-07-16 16:44:04 +08:00
jzlv
c804bf18e8 [docs][keyscan] fix keyscan clock source comment 2021-07-16 16:25:30 +08:00
jzlv
50d130075c [refactor] delete unused flag noun in device_register 2021-07-16 16:01:55 +08:00
jzlv
66635f84f7 [refactor][board] rename bl70x with bl702 2021-07-16 15:56:37 +08:00
jzlv
8dca249d77 [refactor][board] refactor board directory structure 2021-07-15 10:15:17 +08:00
jzlv
411776be3f [fix][keyscan] fix keyscan default clk setting and array index warning 2021-07-13 13:57:59 +08:00
jzlv
9ab0b4c7b4 [fix][usb_msc] fix msc first interface num 2021-07-12 17:28:56 +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
pfchen
9a12d1a663 [fix][flash]fix flash demo with new flash erase read write API 2021-07-06 19:09:33 +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
835952e353 [fix][examples/cam] modify pingpong buff size 2021-07-06 16:40:13 +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
c98d0ec7cf [chore] update cdkws and usb cdk project setting 2021-07-01 19:54:15 +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
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
jzlv
c9924b3fd7 [style] delete trailing whitespace 2021-06-21 14:47:48 +08:00
qqwang
38a8f4e0a5 [fix] update cdkproj settings 2021-06-21 14:20:59 +08:00
jzlv
79ff39938b [chore] update tools 2021-06-20 12:33:52 +08:00
jzlv
fa599c307e [feat] add usb custom hid demo 2021-06-20 12:32:14 +08:00
jzlv
a8c56e2d37 [feat] add pwm motor demo 2021-06-20 12:31:43 +08:00
jzlv
929b5543f6 [feat] add dht11 demo 2021-06-20 12:30:57 +08:00
jzlv
4d70ca1363 [feat] add shell demo 2021-06-20 12:30:30 +08:00
jzlv
4eaa5849e9 [fix] delete emac demo 2021-06-20 12:29:18 +08:00
jzlv
6c4c5e877b [feat] make cdk project for examples 2021-06-20 12:28:04 +08:00
jzlv
d427e7fdda [style] format files by clang-format 2021-06-20 12:25:46 +08:00
jzlv
579ed433a3 [feat] add demo readme for command line compile 2021-06-07 19:20:22 +08:00