62 Commits

Author SHA1 Message Date
Keir Fraser 13d743d9b5 mk_qd.py: Allow QD image lead-in to be configured on command line 2023-01-30 18:01:25 +00:00
Keir Fraser d44a5e72ee FF.CFG: New option notify-volume= for notifying on insert/eject via speaker.
Refs #716
2023-01-17 16:01:26 +00:00
Keir Fraser 8637c47cbf New FF.CFG option osd-display-order=, analagous to LCD/OLED display-order= 2022-10-09 12:01:22 +01:00
Keir Fraser a259e23bc6 build: Check that output Hex files fit within their assigned Flash space.
Refs #660
2022-06-24 12:20:24 +01:00
Keir Fraser 2e3a130ac7 New universal UPD file format, includes firmware for both STM32F105 and AT32F435. 2022-04-14 14:20:32 +01:00
Keir Fraser 0c174ec927 build: Clean up RPATH into new build variable SRCDIR. 2022-03-13 16:00:56 +00:00
Keir Fraser 773d173717 Modify build system to place artefacts in separate out/ folder 2022-03-13 15:27:12 +00:00
Keir Fraser 7f5642abe0 AT32F435: Initial port 2022-03-10 16:05:53 +00:00
Keir Fraser 3633e9c124 Rename the functions-in-RAM data section to ".ramfuncs". Explicitly
include this renamed section in the linker script since it no longer
falls under the ".data*" wildcard.

This avoids "setting incorrect section attributes for .data.ramfunc"
which was previously worked around by removing(!) the executable
attribute. This caused far bigger problems with binutils >= 2.36

Refs #563
2021-11-06 17:21:45 +00:00
Keir Fraser c84bbe9c2b Beta support for Artery microcontrollers
- SFRC922D using AT32F415RCT7
 - SFRC922AT3 using AT32F415CBT7
2021-04-15 10:30:28 +01:00
Keir Fraser c43c285b62 openocd: Add 'make ocd' target 2020-08-21 09:02:19 +01:00
Keir Fraser bff87bbfde FF.CFG: write-drain = instant | realtime | eot
'eot' fixes Not Ready errors on large writes and disk copies to
Gotek on Amstrad PPC640/512.

Fixes #320
2020-03-13 07:14:42 +00:00
Keir Fraser c82596eb40 FF.CFG: display-on-activity=sel will trigger OLED/LCD when drive is selected.
Refs #321
2020-03-03 10:30:50 +00:00
Keir Fraser fc181422e6 edsk: Fix double-step script to support Extended CPC DSK images.
Refs #318
2020-02-16 22:57:39 +00:00
Keir Fraser 0f6b448348 edsk: Provide a script to double-up EDSK cylinders to emulate "double stepping"
Refs #318
2020-02-16 19:55:33 +00:00
Keir Fraser 5538be6686 Remove double underscore prefix from __packed and __aligned() definitions.
It is polluting the GCC namespace and breaks the build with GCC v9.
2019-12-10 15:04:55 +00:00
Keir Fraser de919ae023 Quickdisk: Initial support 2019-10-09 11:29:27 +01:00
Keir Fraser 3d9329c44a CHGRST: Implement chgrst=delay-N to automatically reset DSKCHG some
multiple of 0.5s after a disk is inserted.
2019-07-08 05:41:10 +01:00
Keir Fraser 71a0b70efa FF.CFG: Rename oled-text= to display-order=. It now controls both LCD and OLED.
Remove the 's' single-height specifier, this is teh default height anyway.
Double-height is now an optional 'd' suffix to each row's content line nr.
2019-06-25 09:16:45 +01:00
Keir Fraser d2021a8def LCD: Support 4-row LCDs (specifically the common 2004 form factor). 2019-06-21 15:42:18 +01:00
Keir Fraser 83186755a6 FF.CFG: New option oled-text=...
Default 128x64 display is now 3 rows, only 1st row double height.

The sizing and row ordering is configurable.
2019-06-12 13:12:17 +01:00
Keir Fraser 3f31b68f77 FF.CFG: New option 'chgrst = step | pa14'
Allows emulation of old drives with "Disk Change Reset" line.
2019-06-09 18:51:12 +01:00
Keir Fraser 6f51cb70d5 Call traces in crash handler 2019-06-03 14:28:28 +01:00
Keir Fraser 892d5e0669 FF.CFG: New option sort-priority=folders|files|none
Default sort priority is folders first, then files.

Also fix bug with folders >1000 items.
2019-05-23 16:56:52 +01:00
Keir Fraser 756333a04d Replace the Reloader mess with an all-in-one Bootloader update file.
Also allow the update file to be supplied on SD Card (Enhanced Gotek only).

Fixes #229
2019-05-23 14:26:33 +01:00