aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-01-04Initial implementation of Electric Storm, inspired a lot by the Lejosdave
2007-01-03Move the Atmel-provided register definition file to support/, anddave
2007-01-03Refactor and flesh out AIC initialization. Add two helper functions todave
2007-01-02Rename a few methods.dave
2007-01-02Move the estorm directory to crt0, since it has now become the bootstrapping ...dave
2007-01-02More making workiness.dave
2007-01-01New code.dave
2007-01-01Move files around, in preparation for more profound changes.dave
2006-07-03Revert a few tests on estormdave
2006-07-03Make the estorm firmware image link properly, and adapt the firmware flasher ...dave
2006-07-02Oops, forgot the Makefiledave
2006-07-02Trying to get the firmware to compile...dave
2006-07-01Remove useless trailing whitespace from the AT91 BSP include. Rewritedave
2006-07-01I actually have the official AT91 BSP package lying around. Why the hell am I...dave