-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Main changes since 0.13.0 Tested Segger Embedded Studio Version: 6.34a - drivers: inc: update adc driver - drivers: gptmr: update reload value - components: enet_phy: optimize APIs - components: enet_phy: dp83867: rename functions - components: conditionally add debug_console - middleware: add cherryusb (0.6.0) - middleware: littlevgl: update to v8.3.1 - middleware: fatfs: file name encoding in utf-8 - middleware: freertos: support nested irq handling - middleware: hpm_mcl: Optimized motor control foc speed - samples: drivers: dma src move to dma_general_transfer folder - samples: lwip: update all static addresses and all gateway addresses - samples: lwip: lwip_iperf: optimize the interactive log - samples: tinyusb: device: hid_generic_inout: optimize the python script - openocd: HPM6750A1 silicon in hpm6750-dual-core.cfg - header file: update the enet/conctl register files - header file: Update TRGMUX0 pin input source definition - header file: update the ADC12 header files - scripts: ses: organize file in ses according to real path. - cmake: split gcc and ses source - board: bump HPM6750 DCDC voltage to 1200mv - drivers: pdma: fix scale api issue - drivers: i2c: update DATACNT processing - drivers: i2s: fix i2s interrupt workaround in i2s_init - drivers: pwm: fix pwm capture function error - drivers: pwm: fix pwm capture configuration error - drivers: clock: fix error in clock_set_xxx_source - drivers: wdg: timeout calculation error - drivers: trgm_drv: bugfix: include error - drivers: romapi: call fencei after flash erase/write operation - drivers: watchdog: overflow - drivers: usb: host controller initialization issue - drivers: i2s: i2s_enable() issue fix - middleware: tinyusb: src: class: fix the HID report desc macro - samples: drivers: adc: optimize all ADC demos - samples: drivers: adc: fix all channel initializations without a default value - samples: motor_ctrl: hardware trigger api usage error - samples: audio_codec: update clock process for 44100 sample rate - samples: lcdc: boundary pixel is incorrenct - samples: multicore: BOOT_HEADER was missing in multicore core0 example - samples: drivers: i2s: correct audio data if depth < 32bit. - samples: hpm_math: fft_perf_test: Fix error printing information - samples: fix pdm2dao noise problem - samples: lwip: fix the enet throughput degradation - soc: correct address overlapping SES XIP linker file - soc: correct the interrupt context switch issue - soc: fix Lack of interrupt claim for swi - boards: fix some rmii reference clock APIs - boards: add hpm6750evk2 support - soc: add initfini.c - drivers: lcdc: add y8 support - drivers: spi: update data_length processing - drivers: spi: add api to enable/disable spi dma request - drivers: pmp: Add pmp_config_entry API - components: add ipc_event_mgr - component: spi: add cache maintain - middleware: add erpc - samples: lwip: support self-adaptive port speed and duplex mode - samples: jpeg: support grayscale - samples: drivers: spi: use api to get data length - samples: drivers: spi: add interrupt b2b sample - samples: drivers: mbx: add singlecore samples - samples: drivers: add dma circle transfer - samples: drivers: pwm: add pwm capture demo - samples: provide OTP API demo - samples: add cherryusb hid/msc/cdc samples - samples: add Guomi API example - samples: add erpc sample - samples: add segger_rtt Signed-off-by: Ryan QIAN <[email protected]>
- Loading branch information
Showing
1,772 changed files
with
426,484 additions
and
32,526 deletions.
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
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,5 +1,5 @@ | ||
VERSION_MAJOR = 0 | ||
VERSION_MINOR = 13 | ||
PATCHLEVEL = 1 | ||
VERSION_MINOR = 14 | ||
PATCHLEVEL = 0 | ||
VERSION_TWEAK = 0 | ||
EXTRAVERSION = 0 |
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,4 +1,4 @@ | ||
# Copyright 2021 hpmicro | ||
# Copyright (c) 2021 HPMicro | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
sdk_inc(.) |
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,5 +1,5 @@ | ||
/* | ||
* Copyright (c) 2021 hpmicro | ||
* Copyright (c) 2021 HPMicro | ||
* | ||
* SPDX-License-Identifier: BSD-3-Clause | ||
* | ||
|
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,4 +1,4 @@ | ||
# Copyright 2021 hpmicro | ||
# Copyright (c) 2021 HPMicro | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
add_subdirectory(${HPM_BOARD_DIR}) |
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,4 +1,4 @@ | ||
# Copyright 2022 hpmicro | ||
# Copyright (c) 2022 HPMicro | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
sdk_inc(.) | ||
|
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
Oops, something went wrong.