Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-14 | Trailing whitespace cleanup. | Rob Austein | |
2015-12-13 | Merge Paul's copyright updates. | Rob Austein | |
2015-12-13 | whack copyrights | Paul Selkirk | |
2015-12-12 | Silence platform-dependent compiler whining: in general, when printf() | Rob Austein | |
whines about some platform-dependent integer size issue, it's best to use both an explicitly sized format (eg, "%lu") and an explicit cast (eg, "(unsigned long)") when silencing the warning, otherwise it'll just pop up again in different form on the next platform tested. | |||
2015-11-14 | Catch up with other branch merges. | Paul Selkirk | |
- TRNG cores are contiguous (but they still have their own mux, so occupy a block of 16 cores). - Use Rob's updated libhal in my new apps. | |||
2015-11-12 | fix printf warnings, fix time_check calculation | Paul Selkirk | |
2015-10-31 | add core probe utility | Paul Selkirk | |
2015-07-17 | Debian Jessie hangs with bs=128, Kosagi forum tells us that the magic | Rob Austein | |
solution is to change to bs=32. | |||
2015-07-05 | Add load_novena_fpga script. | Rob Austein | |
2015-07-05 | Use C99 variadic macro as safety wrapper around variadic function. | Rob Austein | |
Are we having fun yet? | |||
2015-07-05 | NULL-terminate string list, doh. | Rob Austein | |
2015-07-05 | Get rid of autoconf, as we don't really need it. Add eim_peek_poke | Rob Austein | |
utility program, based on Paul's example in the core/platform/novena repository. |