Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit bc47a80d authored by Robert Nelson's avatar Robert Nelson
Browse files

gnuprumcu (0.9.4-git20230525.0-0bbbio2)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 27c1e243
Branches
No related merge requests found
......@@ -4,3 +4,4 @@
* Add TDA4VM (J721E) specs and headers.
* Add alias macros used by TI examples.
* Add AM62x specs.
* --without-toolchain-check
gnuprumcu (0.9.4-git20230525.0-0bbbio2~bookworm+20230816) bookworm; urgency=low
* Add I/O header for am62x.
* Fix bit field length in AM572x's SPP register.
* Add linker commands to align sections.
* Add TDA4VM (J721E) specs and headers.
* Add alias macros used by TI examples.
* Add AM62x specs.
* --without-toolchain-check
-- Robert Nelson <robertcnelson@gmail.com> Wed, 16 Aug 2023 15:47:43 -0500
gnuprumcu (0.9.4-git20230525.0-0bbbio1~bookworm+20230816) bookworm; urgency=low
* Add I/O header for am62x.
......
......@@ -16,5 +16,5 @@ DEB_BUILD_OPTIONS=noautodbgsym
# dh_make generated override targets
override_dh_auto_configure:
dh_auto_configure -- --host=pru --prefix=/usr/lib
dh_auto_configure -- --host=pru --prefix=/usr/lib --without-toolchain-check
gnuprumcu (0.9.4-git20230525.0-0bbbio2~bullseye+20230816) bullseye; urgency=low
* Add I/O header for am62x.
* Fix bit field length in AM572x's SPP register.
* Add linker commands to align sections.
* Add TDA4VM (J721E) specs and headers.
* Add alias macros used by TI examples.
* Add AM62x specs.
* --without-toolchain-check
-- Robert Nelson <robertcnelson@gmail.com> Wed, 16 Aug 2023 15:47:43 -0500
gnuprumcu (0.9.4-git20230525.0-0bbbio1~bullseye+20230816) bullseye; urgency=low
* Add I/O header for am62x.
......
......@@ -16,5 +16,5 @@ DEB_BUILD_OPTIONS=noautodbgsym
# dh_make generated override targets
override_dh_auto_configure:
dh_auto_configure -- --host=pru --prefix=/usr/lib
dh_auto_configure -- --host=pru --prefix=/usr/lib --without-toolchain-check
......@@ -14,7 +14,7 @@ dl_path=""
debian_version="${package_version}-0"
debian_patch=""
debian_diff=""
local_patch="bbbio1"
local_patch="bbbio2"
focal_version="~focal+20211224"
bullseye_version="~bullseye+20230816"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment