Skip to content

Commit

Permalink
Merge branch 'master' of github.com:FujiNetWIFI/fujinet-platformio
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzwald committed Aug 11, 2023
2 parents 114137c + 2f7efcb commit ace1d7d
Show file tree
Hide file tree
Showing 35 changed files with 6,122 additions and 65 deletions.
File renamed without changes.
Binary file modified data/webui/device_specific/BUILD_ATARI/picoboot.bin
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions include/pinmap/mac_rev0.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
#define SP_ACK GPIO_NUM_27
#define SP_RDDATA GPIO_NUM_4 // tri-state gate enable line
#define SP_WRDATA GPIO_NUM_22
// TODO: go through each line and make sure the code is OK for each one before moving to next
#define SP_WREQ GPIO_NUM_26
#define SP_DRIVE1 GPIO_NUM_36
#define SP_DRIVE2 GPIO_NUM_21
Expand All @@ -69,4 +68,5 @@
#endif // MASTERIES_SPI_FIX

#define SP_EXTRA SP_DRIVE2 // For extra debugging with logic analyzer
#endif /* PINMAP_A2_REV0 */
#endif /* PINMAP_MAC_REV0 */

Loading

0 comments on commit ace1d7d

Please sign in to comment.