Commit Graph

355 Commits

Author SHA1 Message Date
jzlv
571b40cc33 [chore][flash_tool] update flash tool config 2021-08-26 12:26:33 +08:00
jzlv
2ec02357c9 [chore][openocd] update openocd tool,add openocd rule and exe in linux 2021-08-26 12:26:32 +08:00
jzlv
9d772dc35e [chore] modify eclipse openocd path 2021-08-26 12:26:29 +08:00
jychen
0927bee298 [doc] add toolchain and sdk submodule usage instruction 2021-08-26 12:26:29 +08:00
jychen
a75cac001f [fix] Update README.md url 2021-08-25 02:49:37 +00:00
ll
dc34d62ad7 [feat][examples/spi] add oled ssd1306 driver and badapple demo 2021-08-19 14:31:29 +08:00
cooldome
97760e3633 handle STREQUAL when variable is not defined 2021-08-17 11:16:13 +08:00
jzlv
2d438d8ce0 [feat][wakeup] add gpio wakeup config process 2021-08-07 18:49:49 +08:00
cooldome
6bfe2a9b1b fix bl702_iot as target board 2021-08-05 20:51:37 +08:00
jzlv
92063f0092 [fix][flash] flash auto identify if mid != 0xff 2021-08-05 20:47:27 +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
ac418d27a3 [feat][docs] add english docs 2021-08-05 20:33:12 +08:00
qqwang
0d9f65c145 [docs] update docs 2021-08-05 20:32:23 +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
48f270d6f2 [feat][crc] add BFLB_Soft_CRC32_Ex api 2021-08-05 19:50:12 +08:00
qqwang
ee5bc44d74 [fix][memheap] fix memheap warning 2021-08-05 19:46:28 +08:00
qqwang
d1e7c32099 [fix][device] add return error for device function 2021-08-05 19:45:00 +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
qqwang
0ca17e290f [feat][pm] add hal power manage driver 2021-08-05 18:24:48 +08:00
qqwang
40b7b2752a [feat][rtc] add hal rtc driver 2021-08-05 18:11:29 +08:00
qqwang
432b7b469c [fix][hbn] fix rtc int func name 2021-08-05 18:10:07 +08:00
qqwang
42dab3efea [fix][i2s] fix i2s fifo config 2021-08-05 18:06:27 +08:00
qqwang
c05ee5a9c8 [feat][power] update hal power and add lowpower level setting 2021-08-05 18:05:24 +08:00
qqwang
7accc39ec6 [feat][pds] add pds gpio_9 wakeup function back 2021-08-05 18:02:55 +08:00
qqwang
d3a4c33b16 [fix][interrupt] fix interrupt vector 2021-08-05 18:00:33 +08:00
qqwang
b95b3c02dd [feat][gpio] add gpio wakeup fun and delete unused gpio pin 2021-08-05 17:58:06 +08:00
qqwang
93c8f3dd23 [feat][l1c] update flush cache external api 2021-08-05 17:56:16 +08:00
qqwang
34a81fbe16 [feat][uart] add uart de-glitch value setting 2021-08-05 17:52:45 +08:00
qqwang
41def8e82e [feat][emac] update hal emac phy config 2021-08-05 17:49:04 +08:00
qqwang
078afbd359 [feat][clock] update hal clock 2021-08-05 17:46:42 +08:00
qqwang
5880cebc7f [feat][flash] update flash driver 2021-08-05 17:42:37 +08:00
qqwang
07924c6222 [refactor][boot2_iap] refactor bl702 hal boot2 iap 2021-08-05 17:37:53 +08:00
qqwang
d32c3358a5 [chore] fix boot2 iap linkscript 2021-08-05 17:32:19 +08:00
qqwang
c0518d0e3e [chore] fix bl702 ram linkscript 2021-08-05 17:28:59 +08:00
jzlv
1b1acc8510 [fix][clock] fix get system clock function,make fclk become system clock instead of root clock 2021-07-30 19:56:16 +08:00
jzlv
5c1a2e12a8 [docs] update release 1.2.6 2021-07-28 15:44:18 +08:00
jzlv
130e1c3be4 [docs] update board,i2s,timer rst 2021-07-28 15:44:00 +08:00
jzlv
54bb05cb4f [chore] update bl70x_init ,add mono reset for flash programming 2021-07-28 15:07:21 +08:00
jzlv
929a2591a1 [feat][pid] add pid algorithm 2021-07-28 15:06:39 +08:00
jzlv
3bb692cfa7 [fix][shell] fix shell fs enable error in compile which causes no such file 2021-07-28 15:05:46 +08:00
jzlv
789618b2d2 [fix][common] using romapi memcpy instead 2021-07-28 15:04:00 +08:00
jzlv
97df783484 [fix][irq] add nesting process for enable irq and disable irq 2021-07-28 15:03:33 +08:00
jzlv
d92d1e9019 [chore] fix library check bug 2021-07-28 15:00:51 +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
1d485a83af [refactor][flash] delete unused include 2021-07-26 15:07:50 +08:00
jzlv
69f237b25e [feat][spi] update spi standard write and read poll function 2021-07-26 14:35:21 +08:00