aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-23Update version to 0.4.2HEAD0.4.2masterNicolas Schodet
2021-10-23Add manual pagesNicolas Schodet
2021-10-23Add a script to update versionNicolas Schodet
2021-10-23Change to version 0.4.1Nicolas Schodet
2021-10-05Update README with build instructions on Debian based distributions0.4.1Nicolas Schodet
2021-10-04Update David Anderson email addressNicolas Schodet
2021-10-03Change to version 0.4.00.4.0Nicolas Schodet
2021-10-03Update README fileNicolas Schodet
2021-10-03Remove inclusion of headers which are not neededNicolas Schodet
2021-10-03Enable higher warning level by default at buildNicolas Schodet
2021-10-03Change buffer type to uint8_t, fix const correctnessNicolas Schodet
2021-10-03Fix include guardNicolas Schodet
2021-10-03Update code to work with libusb 1.0Nicolas Schodet
2021-10-02Use clang-format for code formattingNicolas Schodet
2021-10-02Allow setting a jump address for fwexecNicolas Schodet
2021-10-01Fix duplicated flash writeNicolas Schodet
2021-09-30Replace the build system with MesonNicolas Schodet
2021-09-30Fix missing newline in fwexec help messageNicolas Schodet
2021-09-29Use endian independent codeNicolas Schodet
2021-09-29Fix duplicated const qualifierNicolas Schodet
2021-09-29Convert make_flash_header.py script to python3Nicolas Schodet
2021-09-29flash_write: update Makefile to use a recent toolchainNicolas Schodet
2021-09-29Detach the kernel driverNicolas Schodet
2007-09-25Redesign the SConstruct to play nicely with packaging.david.jc.anderson
2007-09-25Update my email address.david.jc.anderson
2007-05-09Allow to specify the usb interface to use (SAM-BA use the interface 1, but Le...jflesch
2007-04-28Add the support for nxtosjflesch
2007-04-26Add support for loading binaries at arbitrary addresses in ram and jumping to...david.jc.anderson
2007-04-23Refactor the initial SAM-BA handshake into the SAM-BA layer.david.jc.anderson
2007-04-23Refactor the firmware vendor IDs.david.jc.anderson
2007-04-22Update the README for version 0.3.david.jc.anderson
2007-04-22Update copyright notices to make the paternity of the software clearer.david.jc.anderson
2007-04-22Remove the sambaget program, because all in all it's not of any use.david.jc.anderson
2007-04-22Rejigger the flash writer to be able to pull a binary flash driver from code....david.jc.anderson
2007-04-22Remove the useless 'documentation'.david.jc.anderson
2007-04-22Move the libnxt code to the root of the trunk, as there is nothing else in th...david.jc.anderson
2007-04-22Remove the estorm source code, which is not at all related to libnxt.david.jc.anderson
2007-04-09Add the fwexec utility, based on the runc utility developed by the Lejos proj...dave
2007-03-02Disable interrupt handling during PIT initialization.dave
2007-03-01Finish the initial code for the system timer, and add a helper function to th...dave
2007-03-01Add the new GNU ld script for estorm, as well as the highly modified crt0 code.dave
2007-03-01Remove the crt0 subdir.dave
2007-03-01There.dave
2007-03-01Oops.dave
2007-03-01Major borking in progress, to reorganize the bootstrap code after enlightenme...dave
2007-03-01Remove two of the three default irq handlers. Useless extra instructions.dave
2007-03-01Correct more comments.dave
2007-03-01More typos.dave
2007-03-01Fix a few comment typos.dave
2007-03-01Move the support and crt0 code into the electric storm directory. It's better...dave