Skip to content

Commit

Permalink
[SC64] v2.18.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Polprzewodnikowy committed Dec 14, 2023
1 parent bf13434 commit 6c1446c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sw/controller/src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


#define VERSION_MAJOR (2)
#define VERSION_MINOR (17)
#define VERSION_MINOR (18)
#define VERSION_REVISION (0)


Expand Down
2 changes: 1 addition & 1 deletion sw/deployer/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sw/deployer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sc64deployer"
version = "2.17.0"
version = "2.18.0"
edition = "2021"
authors = ["Polprzewodnikowy"]
description = "SummerCart64 loader and control software"
Expand Down
2 changes: 1 addition & 1 deletion sw/deployer/src/sc64/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pub struct DeviceState {
const SC64_V2_IDENTIFIER: &[u8; 4] = b"SCv2";

const SUPPORTED_MAJOR_VERSION: u16 = 2;
const SUPPORTED_MINOR_VERSION: u16 = 17;
const SUPPORTED_MINOR_VERSION: u16 = 18;

const SDRAM_ADDRESS: u32 = 0x0000_0000;
const SDRAM_LENGTH: usize = 64 * 1024 * 1024;
Expand Down

0 comments on commit 6c1446c

Please sign in to comment.