Commit Graph

448 Commits

Author SHA1 Message Date
jzlv
31564a9bdd [feat][bsp_common/platform] complete calloc function that float print needs 2021-10-19 20:06:47 +08:00
jzlv
626c6f3fae [feat][board] add XTAL_32K_TYPE macro 2021-10-19 20:04:50 +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
Gerson Fernando Budke
e212f9de4a [fix][common] Add CHECK_PARAM definition guard
Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2021-10-19 19:03:23 +08:00
Gerson Fernando Budke
e6edfa7117 [fix][common] Drop duplicated NULL definition
Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2021-10-19 19:02:54 +08:00
Gerson Fernando Budke
b5da7d33b4 [feat][common] Allow customize ld sections
Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2021-10-19 19:02:41 +08:00
Gerson Fernando Budke
24cde3166e [fix][common] dos2unix common/misc/compiler/common.h
Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2021-10-19 19:02:28 +08:00
jzlv
236f714bba [style][usb_stack] modify class request debug log 2021-10-19 19:02:01 +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
3722131da7 [doc] update ble pds31 rst 2021-10-19 18:59:12 +08:00
jzlv
dd10abb8bd [refactor][i2s] set I2S_MONO_CHANNEL with right channel default 2021-10-14 19:05:23 +08:00
jzlv
dfb46a982a [feat][clock] update clock frequence get function 2021-10-14 19:04:36 +08:00
jzlv
bc1b8dffac [chore][cmake] add HAL API definition for using or not 2021-10-14 19:03:37 +08:00
jzlv
fa7c811b2a [fix][gpio] modify gpio function macro value,which caused uart if statement error judgement 2021-10-14 19:00:15 +08:00
jzlv
096b2ade0b [feat][usb] add ep isoc interrupt support 2021-10-14 18:57:50 +08:00
jzlv
8f233e91d6 [fix][pm] enable gpio ie in pds31 mode when pds pin reawakens 2021-10-14 18:57:11 +08:00
jzlv
8b587dbed2 [doc] update flash,usb,pm,fatfs rst 2021-10-14 18:54:16 +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
908102c0de [doc] add emac Chapter 2021-09-30 15:10:02 +08:00
jzlv
6c5470d8de [feat][clock] add XTAL_32K_TYPE macro 2021-09-30 15:09:20 +08:00
jzlv
2be4cea4d3 [feat][examples/audio_cube] add audio_cube demo 2021-09-30 15:01:42 +08:00
jzlv
205e179d8c [fix][spi_sd] modify pointer strong rotation macro 2021-09-30 15:00:26 +08:00
jzlv
e3449aabde [feat][pm] add pm util for pds31 that ble needs 2021-09-30 14:59:08 +08:00
jzlv
28de956075 [chore][camke] add -fno-jump-tables c compile flag 2021-09-30 14:51:15 +08:00
jzlv
4e9f1c1149 [chore][cmake] fix CONFIG_PRINT_FLOAT macro 2021-09-29 17:03:28 +08:00
jzlv
839870500d [fix][hal_dma] fix dma transfer lli config,optimise if statement 2021-09-29 15:27:40 +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
2bdacbc638 [feat][adc] add overrun and underrun event 2021-09-28 11:31:41 +08:00
jzlv
e63cf769fb [fix][clock] fix mtimer clock div get,fix peripheral clock source and div get,make standard for div with (div+1) 2021-09-28 11:31:22 +08:00
jzlv
3c464a6c37 [fix][examples/pwm] fix pwm div description 2021-09-28 11:31:02 +08:00
jzlv
ce6f77a9c6 [doc] update release V1.4.0 2021-09-26 16:02:51 +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
bec13de776 [feat][platform] add cxx new interface support 2021-09-26 15:10:44 +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
55bd19da15 [chore][eclipse] add COMx=xxx command 2021-09-26 13:56:21 +08:00
jzlv
0b9b45a9cb [chore][cmake] delete project.build and Preload.cmake,refactor make build command process,fix searching demo path bug 2021-09-26 13:55:48 +08:00
jzlv
66ec110725 [refactor][bl702_driver] refactor std and hal common include file, drop some flash api 2021-09-26 13:53:05 +08:00
jzlv
26c22a0e30 [refactor][bl602_driver] refactor std and hal common include file, drop some flash api, add boot2 and sec eng driver 2021-09-26 13:50:46 +08:00