Commit graph

6 commits

Author SHA1 Message Date
Gered b35e5efd01 change build output location. make srec2bin.py more flexible
the Makefile now builds all artifacts, including final output s37 and
bin files under "build" so as to not clutter up the root directory
and making it easier to gitignore all build artifacts now and into the
future.

as well, the Makefile now has a new target to invoke srec2bin.py for us
to build ready-to-flash artifacts

srec2bin.py has been updated to be more flexible and do some minimal
argument error checking. it now also will output a CSV file for use
with FoenixMgr's flash-bulk option. this is useful as the number of
8k bin files can and will vary now and into the future, especially if
you are building with -O2 optimizations for size, etc.
2025-02-09 13:02:02 -05:00
Gered 3c96d30f7a update gitignore 2025-02-07 16:37:24 -05:00
Gered 8e50c61349 update gitignore 2025-02-02 15:32:22 -05:00
Peter Weingartner a5531fb1be Updated FatFS, and new SD support... able to read directories 2024-07-08 16:56:37 -04:00
Peter Weingartner e2efc7e9bb Boot/Launch Initial Code (SDC)
Added initial code to support launching code on boot. Currently should just boot from FNXBOOT.{PGX,PGZ,ELF}.
2024-06-12 14:28:58 -04:00
Peter Weingartner d42e892b45 Initial Commit 2024-06-09 10:50:06 -04:00