bl_mcu_sdk/examples/peripherals/pwm_v1/pwm_basic
jzlv 356f258e83 [sync] sync from internal repo
* use nuttx libc, disable system libc
* use tlsf as default
* update lhal flash driver
* add example readme
* add flash ini for new flash tool
* add fw header for new flash tool
2023-01-17 21:04:07 +08:00
..
CMakeLists.txt
flash_prog_cfg.ini [sync] sync from internal repo 2023-01-17 21:04:07 +08:00
main.c [update] update lhal, soc and demos 2022-11-18 16:30:00 +08:00
Makefile
proj.conf
README.md [sync] sync from internal repo 2023-01-17 21:04:07 +08:00

pwm_basic

Support CHIP

CHIP Remark
BL602/BL604
BL702/BL704/BL706

Compile

  • BL602/BL604
make CHIP=bl602 BOARD=bl602dk
  • BL702/BL704/BL706
make CHIP=bl702 BOARD=bl702dk