Phytium Standalone SDK 2023-12-22 ChangeLog
Change Log since 2023-12-11
common
reduce local variable array space to reduce the possibility of stack overflows:1024->256.
drivers
update xmac and gmac phy,add reset flag to make it possible to reset phy only when the mac is initialised.
delete 1000M speed configure in xmac and gmac when they disabled auto-negotiation.
example
update all example configs.
third-party
update gmac link change intr funtion,the function now only does link status set, without any extra operations on the phy.
update xmac link change intr funtion,delete redundant code in intr funtion,only saved link status set.
Phytium Standalone SDK 2023-12-21 ChangeLog
Change Log since 2023-12-18
drivers
update DDMA driver
example
solve the issue that BDL data loss in I2S-oriented examples
Phytium Standalone SDK 2023-12-18 ChangeLog
Change Log since 2023-12-18
IDE
change gen_proj.py
Phytium Standalone SDK 2023-12-15 ChangeLog
Change Log since 2023-12-15
tools
Resolved a bug in the ide where custom C libraries could not be loaded into json files
Phytium Standalone SDK 2023-12-15 ChangeLog
Change Log since 2023-12-13
example
iomux issue solve, add init function before iopad set
Phytium Standalone SDK 2023-12-13 ChangeLog
Change Log since 2023-12-08
doc
add how_to_build_project.md and how_to_set_architecture.md
Phytium Standalone SDK 2023-12-13 ChangeLog
Change Log since 2023-12-08
drivers
an overhaul to DDMA, delete chan instance, optimize code logic, simplify BDL api, etc.
example
sync modification to DDMA-oriented examples
Phytium Standalone SDK 2023-12-08 ChangeLog
Change Log since 2023-12-06
example
Fixed bugs in psci example
Phytium Standalone SDK 2023-12-06 ChangeLog
Change Log since 2023-11-21
third-party
Remove the backtrace function
arch
Add unwind code for aarch32/aarch64
Fixed bugs in the FPmuCounterDisable interface
Phytium Standalone SDK 2023-12-5 ChangeLog
Change Log since 2023-12-4
third-party
add new macro __BSD_VISIBLE to undef LITTLE_ENDIAN for redefine problems when using newlib compile tools chain.