Commit Graph

100 Commits

Author SHA1 Message Date
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