Ewen McNeill
Ewen McNeill
For anyone else finding this, see also https://github.com/tinyfpga/TinyFPGA-Bootloader/issues/18, https://github.com/tinyfpga/TinyFPGA-Bootloader/issues/43, and https://discourse.tinyfpga.com/t/error-while-updating-bootloader-invalid-literal-for-int-with-base-10/484/3 (the last one with some hints on fixing a bricked board if you know how to solder and have...
@tinyfpga, as noted in https://discourse.tinyfpga.com/t/issues-with-tinyprog-u-on-bx/628/16, it appears that https://github.com/tinyfpga/TinyFPGA-Bootloader/tree/master/programmer does not include changes after 2018-09-07, and thus only has the source for 1.0.22b1 (missing 1.0.22b2 and 1.0.23 as compared with...
@MartyMacGyver Tim Ansell (@mithro ) and I have done some spring cleaning on the tinyprog PyPI package (and on GitHub) over the last couple of days, and have a 1.0.24...
> I believe this is no longer relevant? Well, there's still no Python 3 wheel of `tinyprog` 1.0.23 :-) And there's no non-development release of anything later either. But if...
> > @DurandA -- We may be able to mark specific functions in lib runtime / libc as used (even though not referenced)? > > I am not sure if...
> then some `` undefined reference to `__mulsi3' `` are thrown :-( It sounds like the "compiler replacements for missing instructions" (which that looks like -- signed multiply for integers),...
> We really should be filing bugs against gcc / clang for this failure mode. If someone comes up with a minimal reproducible example that shows that the compiler-replacements of...
> Since RISC-V is not upstreamed yet, we might want to convert the example to a different platform (ARM?). As far as I can remember/find, [the ARM instruction set almost...
One of my clients just got broken by this "regression" in behaviour between 2.4.2 (if year is detected first, will always be parsed as YMD): if ymd[0] > 31 or...
Thanks for the prompt reply. For concrete reference of others later, the way someone at my client managed to break this was "[`pip install awscli`](http://docs.aws.amazon.com/cli/latest/userguide/awscli-install-linux.html#awscli-install-linux-awscli)", which dragged in (through some...