Skip to content

Releases: muhkuh-sys/org.muhkuh.lua-romloader

v2.5.4-dev11

11 Sep 17:51
Compare
Choose a tag to compare
v2.5.4-dev11 Pre-release
Pre-release
  • netX 90: bugfix for disable interrupts (cpsid instruction)

v2.5.4-dev10

04 Sep 17:08
Compare
Choose a tag to compare
v2.5.4-dev10 Pre-release
Pre-release
  • netX 90: disable interrupts (cpsid instruction)
  • various changes to build system. Add CI builds on github.

v2.5.3.1

04 Aug 16:01
Compare
Choose a tag to compare

Add support for the J-Link V12 JTAG interface.
(backport from v2.5.4)

v2.5.3.1-dev2

01 Aug 12:05
Compare
Choose a tag to compare
v2.5.3.1-dev2 Pre-release
Pre-release
  • Add support for the J-Link V12 JTAG interface.
    (backport from v2.5.4)

v2.5.4-dev9

05 Jul 00:32
Compare
Choose a tag to compare
  • Stabilize UART communication. Retry knock knock (identify_loader) if first knock knock failed.

2.5.4-dev8:

  • The start_mi boot image for the netX 90 disables the pull-down resistors
    of the UART RXD/TXD pins.

v2.5.4-dev7

07 Jun 13:21
Compare
Choose a tag to compare

Internal version for testing. (Tag v2.5.4-dev6)

  • Updated the error message that is shown if, while connecting to the
    netx 90 via JTAG, the chip type cannot be detected:
    Error: Could not detect the chip type.
    The debug access port might be disabled.

v2.5.4-dev6

20 Mar 14:31
Compare
Choose a tag to compare

Internal version for testing. (Tag v2.5.4-dev6)

  • Add support for the SEGGER J-Link adapter with VID 0x1366/PID 0x1020.

  • Add a git version to the start_mi hboot images.

v2.5.4-dev5

03 Mar 16:37
Compare
Choose a tag to compare

Internal version for testing. (Tag v2.5.4-dev5)

  • Add a flag to call_hboot() to return after sending the command to start the
    boot image without waiting for the boot image to execute and complete.

  • Add the function call_no_answer(), a variant of the call() function that
    returns after sending the call command without waiting for the called
    program to execute and complete.

  • Bugfix: Fix a bug causing memory corruption when exiting the application
    when romloader_uart was loaded (since 2.5.4-dev1).

  • Add a version of start_mi image that does not clear the working area.

v2.5.4-dev4

09 Feb 11:51
Compare
Choose a tag to compare

Internal version for testing. (Tag v2.5.4-dev4)

  • Bugfix: Allow connecting to netX 90 Rev.2 in secure boot mode via ethernet if the ethernet machine interface is active.

v2.5.4-dev3

09 Dec 19:42
Compare
Choose a tag to compare

Internal version for testing.

  • netX 90 Rev.1/2 with romloader_uart:
    Store the console mode (open, secure, unknown) during plugin:Connect()
    and add the function get_console_mode to retrieve the mode from Lua.