New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

firmware: Update litex submodule, Makefiles, and linker scripts to support crt0-flash startup code. #67

Open
wants to merge 4 commits into
base: master
from

Conversation

Projects
None yet
2 participants
@cr1901
Contributor

cr1901 commented Sep 22, 2018

Once my Micropython PR and this PR (in that order I hope :)...) are accepted, anybody who wishes can now build micropython for the TinyFPGA BX :). Now perhaps we could discuss optimizing TinyFPGA BX for Micropython (for instance, SPI/I2C, USB-UART, increasing clk speed)?

ewenmcneill added a commit to fupy/micropython that referenced this pull request Oct 1, 2018

Merge pull request #51 from cr1901/litex-flash
Support LiteX boards which run main program from flash, eg TinyFPGA BX.

See timvideos/litex-buildenv#67 for required build environment changes.
@ewenmcneill

This comment has been minimized.

Show comment
Hide comment
@ewenmcneill

ewenmcneill Oct 1, 2018

Contributor

@mithro FTR, the MicroPython change which @cr1901 wanted merged first has now been merged. So possibly this one is also ready to be merged now?

Ewen

Contributor

ewenmcneill commented Oct 1, 2018

@mithro FTR, the MicroPython change which @cr1901 wanted merged first has now been merged. So possibly this one is also ready to be merged now?

Ewen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment