Memotech-Bill / pico-filesystem

Add support for STDIO on Files for the Raspberry Pi Pico using NEWLIB hooks
Other
18 stars 2 forks source link

Cant find HAVE_UART option #10

Open nictoglobe opened 7 months ago

nictoglobe commented 7 months ago

“To run a test with only one terminal, disable the HAVE_UART option.”

Did you mean HAVE_DEV ? As that one I can find

Cheers , Andreas

Memotech-Bill commented 7 months ago

Setting HAVE_DEV to zero would miss out testing of the entire device filesystem.

It looks like I never got around to adding the intended HAVE_UART conditionals. Now fixed.

nictoglobe commented 7 months ago

Tnx Bill,

will check it out and let you know if it solves one of my issues (having a hard time to get Pimoroni Dev VGA Board working, no Proper I2S , no SD Card access with micropython and some more)

Andreas

Memotech-Bill commented 7 months ago

I can't help you with MicroPython, I have not yet got around to trying it.

There are working examples of I2S sound using the Pimoroni VGA Demo Board in both my MEMU and BBC Basic projects. In both cases, PIO is used to pace the output.

nictoglobe commented 7 months ago

Hi, I2S is working excellent now! Next step SD Card

Andreas