Liam Powell
Liam Powell
I have been thinking about combining this with something like [Racket's PEG package](https://docs.racket-lang.org/peg/index.html) and allowing passes to be defined on rules within that, which would avoid the shape related problem,...
> Is there a reason why the mcu/host "console" message system was changed? Is there something not working well with the existing "pipe" system? Most of the time it will...
This should likely be removed entirely as it's not supported by any current browser: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection#browser_compatibility
See also: #372 #373
HSE bypass mode only uses a single pin as an input for a clock signal rather than connecting the two pins to a crystal driver. It's required when using a...
Doing so would likely involve breaking existing configs as we would likely want to change `STM32_CLOCK_REF_8M` to `STM32_CLOCK_REF_CRYSTAL_8M` etc.. I'm not sure if it makes sense to do that given...
#101 is somewhat related in that shipping libraries with in the toolchain package would address this, specifically glibc in the case of this issue.