mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-10 14:58:27 +00:00
* 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
29 lines
No EOL
362 B
Markdown
29 lines
No EOL
362 B
Markdown
# usbhost
|
|
|
|
|
|
## Support CHIP
|
|
|
|
| CHIP | Remark |
|
|
|:----------------:|:------:|
|
|
|BL616/BL618 | |
|
|
|BL808 | D0 has no irq |
|
|
|
|
## Compile
|
|
|
|
- BL616/BL618
|
|
|
|
```
|
|
make CHIP=bl616 BOARD=bl616dk
|
|
```
|
|
|
|
- BL808
|
|
|
|
```
|
|
make CHIP=bl808 BOARD=bl808dk CPU_ID=m0
|
|
```
|
|
|
|
## Flash
|
|
|
|
```
|
|
make flash CHIP=chip_name COMX=xxx # xxx is your com name
|
|
``` |