-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Integrated HPM_SDK v1.0.0 - Upgraded RT-Thread to V4.1.0 - Added audio example, ethernet exmaple, usb examples Signed-off-by: Fan YANG <[email protected]>
- Loading branch information
1 parent
9d7ff2d
commit 6d8137a
Showing
4,604 changed files
with
489,020 additions
and
158,386 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,22 @@ | ||
# rtt-bsp-hpm6300evk | ||
|
||
RT-Thread Studio BSP for HPM6300EVK Board | ||
|
||
## Supported examples | ||
|
||
*** | ||
|
||
- blink_led | ||
- uart_dma_demo | ||
- timer_demo | ||
- sdcard_demo | ||
- flashdb_demo | ||
- can_example | ||
- adc_example | ||
- Users need to provide valid voltage to ADC1 IN7 pin(J26 Pin5 on HPM6300EVK) first, then runs the adc demo, the sampled voltage will be printed out by the demo via the console UART periodically. | ||
- Valid voltage range is [0V, 3.3V], make sure the input voltage is in valid range, otherwise the SoC may be demaged. | ||
- Users need to provide valid voltage to ADC1 IN7 pin(J26 Pin5 on HPM6300EVK) first, then runs the adc demo, the sampled voltage will be printed out by the demo via the console UART periodically. | ||
- Valid voltage range is [0V, 3.3V], make sure the input voltage is in valid range, otherwise the SoC may be demaged. | ||
- ethernet_demo | ||
- ethernet_ptp_master_demo | ||
- ethernet_ptp_slave_demo | ||
- usb_device_generic_hid | ||
- usb_host_msc_udisk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.