HeathenUK

Results 13 issues of HeathenUK

Hi there, As best I can tell there seem to have been some hugely backward-incompatible changes to customasm since the original (very well written!) examples were uploaded. I've tried and...

As requested, just jotting down two thoughts on potential improvements: - At the moment EXPSEL is only broken out via J3, where adding it to J6 would make it possible...

In looking to re-use the SPI routines in the firmware for a non-SD device I've had issues with what _appear_ to be the output lines (possible the input lines too?)...

Hi there, Whether in my own code or adjusting your own examples, I can't seem to alter the sample rate the SamplesGenerator uses using the setSampleRate() function. Everything works perfectly...

Hi Paul, Really appreciate all the work you've put into bringing this toolchain up, it's made my work (as someone who prefers C to BASIC or ASM but who struggles...

Hi Ted, Great work on all of these projects. With the Teensy having 1024KB of RAM (albeit only 512KB tightly coupled) and with relatively mild RAM usage in the main...

This adds: - Tab completion for paths/filenames and commands. - Automatic loading and execution of non-MOSlet .bin files either from a global location (/bin/) or from within the current working...

This adds a KEY command that permits the user to assign a string to any of the F1-F12 keys. The string can optionally include a %s token and if it...

"Wastes" 256 bytes in order to achieve this minor quality of life improvement (since dynamic allocation is harder with the way fatfs provides this information), but certainly helpful.