Skip to content

Commit

Permalink
Update for v0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Jan 8, 2019
1 parent 6a20f90 commit 219b835
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

export FW_VER := 0.14
export FW_VER := 0.15

PROJ := FlashFloppy
VER := v$(FW_VER)
Expand Down
6 changes: 6 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
** Keir Fraser <keir.xen@gmail.com>
************************************

** v0.15 - 8 January 2018
- Support Enhanced Gotek with SD card connector
- Board requirements are in the wiki (Hardware Mods)
- USB drive, if inserted, takes priority over SD card
- SD card is not supported for firmware update

** v0.14 - 7 December 2018
- Direct Access: Fix broken sector writes (USB corruption)
- Primarily affected the CPC/ST file selectors (not Amiga)
Expand Down
9 changes: 5 additions & 4 deletions attic/pins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ GPIn:
PA4 USB_ENA (active-low push-pull output to power switch)
PA5 USB_FAULT (active-low open-drain signal from power switch)
PA15 MOTOR (connect to floppy pin 16, and to 5v via 1K)
PC15-12 Board ID (connect to VSS/GND)
PC15-12 Board ID (connect to VSS/GND selectively)
0000 = no SD card connector
0001 = includes SD card conenctor

Jumpers & Switches:
-------------------
Expand Down Expand Up @@ -63,9 +65,8 @@ TimerOut:
SD Card [Enhanced Boards only]:
-------------------------------
If unused, pull all high.
GPIn: [pull high]
PC9 CARD_DETECT (low when card is ejected, open when card inserted)
PC12 Board ID bit 0 (do not connect, firmware pulls high)
GPIn: [pulled high by firmware]
PC9 CARD_DETECT (low when card is ejected, open/nc when card inserted)
GPOut:
PB12 CS
SPI2: (Rx:DMA1/4, Tx:DMA1/5)
Expand Down

0 comments on commit 219b835

Please sign in to comment.