Skip to content

Tags: schodet/libnxt

Tags

0.5.2

Toggle 0.5.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
schodet Nicolas Schodet
libnxt 0.5.2

Nicolas Schodet (1):
      Do not exit with internal error code as status

0.5.1

Toggle 0.5.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
schodet Nicolas Schodet
libnxt 0.5.1

Nicolas Schodet (1):
      Fix firmware check dependent on processor endianness

0.5.0

Toggle 0.5.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
schodet Nicolas Schodet
libnxt 0.5.0

Main change: you no longer need to reset the brick to bootloader mode,
libnxt can do it for you.

Nicolas Schodet (16):
      Fix error in fwexec man page
      Update meson build system
      Build using builds.sr.ht
      Update license text
      Add pre-commit configuration
      Fix double close on handshake error
      Fix include
      Add nxt_exit, to allow closing a device without exiting libnxt
      Add nxt_list function to list NXT devices
      Improve command line parsing and error reporting
      Use MAC representation for NXT serial
      Add brick name to nxt_list
      Move more programs code in common part
      Allow to reset the NXT brick to bootloader mode before flashing
      Add more checks to validate a NXT firmware
      Fix warning

0.4.2

Toggle 0.4.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
schodet Nicolas Schodet
libnxt 0.4.2

Now with manual pages!

Previous version was missing the version update, so now I use the semver
script from Drew DeVault to do it.

Nicolas Schodet (2):
      Add a script to update version
      Add manual pages

0.4.1

Toggle 0.4.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
schodet Nicolas Schodet
Release LibNXT version 0.4.1

Small patch release to change David Anderson email address and update
the README.

0.4.0

Toggle 0.4.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
schodet Nicolas Schodet
Release LibNXT version 0.4.0

I had an itch to scratch :), after fourteen years, here is a new release
of LibNXT! It includes:

- A fix to avoid writing every flash pages two times!
- A fix to detach the cdc_acm driver under Linux, which was preventing
  LibNXT to access the NXT brick.
- New fwexec parameters to choose the load and jump addresses.
- Migration to libusb 1.0.
- Migration of make_flash_header.py to Python 3.
- Migration to recent tool chain to build the flash stub.
- Migration to Meson build system to ease packaging.
- Some code updates and fixes.
- A new maintainer :)

As always, see the commit log for a fully detailed change list.