libnxt 0.4.2-1 source package in Ubuntu

Changelog

libnxt (0.4.2-1) unstable; urgency=medium

  [ Petter Reinholdtsen ]
  * New upstream version 0.4.2
    - Drop obsolete Debian specific manual pages replaced by
      upstream ones.

  [ Nicolas Schodet ]
  * Add autopkgtest, test NXT detection by simulating the NXT brick.

 -- Petter Reinholdtsen <email address hidden>  Fri, 29 Oct 2021 14:50:03 +0200

Upload details

Uploaded by:
Debian LEGO Team
Uploaded to:
Sid
Original maintainer:
Debian LEGO Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
libnxt_0.4.2-1.dsc 2.0 KiB ebccff64ff733fd63aed96ce527b06750154dedeb66841b9a69986d6cd273806
libnxt_0.4.2.orig.tar.xz 14.8 KiB 4bfe7c0b3b8a434acfbe642814b941b09bfcd8e63418e9818d6aa3571f9e4ab0
libnxt_0.4.2-1.debian.tar.xz 8.2 KiB 1d6eb868a2d5525a574afa56c128ce23fb95d84560ddc75d16ec9ce8af0b45fd

Available diffs

No changes file available.

Binary packages built by this source

libnxt: utility library for talking to the LEGO Mindstorms NXT brick

 LibNXT is an utility library for talking to the LEGO Mindstorms NXT intelligent
 brick at a relatively low level. It currently does:
  * Handling USB communication and locating the NXT in the USB tree.
  * Interaction with the Atmel AT91SAM boot assistant.
  * Flashing of a firmware image to the NXT.
  * Execution of code directly in RAM.
 .
 The design of LibNXT is layered, meaning you can plug into it at any level of
 complexityor abstraction you desire, from the lowest level USB bulk bit-pushing
 interface, to an API exposing the SAM-BA commandset, right up to just calling
 nxt_firmware_flash() and having everything taken care of!
 .
 This package provides two binary utils:
  * fwflash is the program that uses LibNXT. As its name hints, its purpose is
    to take a NXT firmware image file and flash it to a connected NXT device.
  * fwexec is another utility, which takes a specially compiled firmware image,
   uploads it to the NXT's RAM, and executes it directly from there.

libnxt-dbgsym: debug symbols for libnxt