Commit Graph

262 Commits

Author SHA1 Message Date
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
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
cbedd52d06 [fix] fix some code bugs 2021-07-26 14:19:39 +08:00
jzlv
291ab32674 [feat][glb] add qdec led gpio_fun type 2021-07-26 14:19:39 +08:00
jzlv
56dca947fe [feat][adc] add adc irq function 2021-07-26 10:58:25 +08:00
jzlv
cc7e3b5d84 [refactor][usb] refactor usb irq process,add rdy free judging,let usb_dc_ep_write and usb_dc_ep_read become asynchronous 2021-07-26 10:58:25 +08:00
jzlv
d75762358d [refactor] because of using -DBFLB_USE_HAL_DRIVER,so irq register can be removed 2021-07-26 10:58:24 +08:00
jzlv
1c70b10c6b [feat][global_irq] add nesting for global irq enable and disable 2021-07-26 10:58:24 +08:00
jzlv
5a869fedd9 [feat][timer] add timer clock config ,refactor hal timer code 2021-07-26 10:56:51 +08:00
jzlv
8a5aa9c076 [refactor][sensor] using new timer config instead 2021-07-26 10:56:51 +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
eccaa8adc4 [feat][timer][qdec] add timer clock config,add timer and qdec perpherial config 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
a703cb54ff [docs] update doc 2021-07-16 16:43:39 +08:00
jzlv
ee237e8197 [chore] update flash tool 2021-07-16 16:36:07 +08:00
jzlv
fd40d1de87 [feat][board] add bl702 mcu board 2021-07-16 16:28:12 +08:00
jzlv
c804bf18e8 [docs][keyscan] fix keyscan clock source comment 2021-07-16 16:25:30 +08:00
jzlv
6531fecf2c [docs] fix readme translation 2021-07-16 16:21:27 +08:00
jzlv
5b9495137c [fix][timer] fix timing that cause inaccurate 2021-07-16 16:19:52 +08:00
jzlv
673ba04e8e [feat][system] add internal and external flash selection when mcu run 2021-07-16 16:18:53 +08:00
jzlv
147df677b1 [feat][sf] add 2 line flash program support 2021-07-16 16:09:37 +08:00
jzlv
21e2591a25 [refactor][make] enable cpu float default 2021-07-16 16:07:12 +08:00
jzlv
b2112aa217 [fix] fix flash erase sector number that will case erase over next sector 2021-07-16 16:03:05 +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
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