Skip to content

Commit

Permalink
[SC64] v2.19.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Polprzewodnikowy committed Aug 17, 2024
1 parent a5284aa commit 04cecb1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions sw/controller/src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@


#define VERSION_MAJOR (2)
#define VERSION_MINOR (18)
#define VERSION_REVISION (1)
#define VERSION_MINOR (19)
#define VERSION_REVISION (0)


void version_firmware (uint32_t *version, uint32_t *revision) {
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.18.1"
version = "2.19.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 @@ -66,7 +66,7 @@ pub struct DeviceState {
const SC64_V2_IDENTIFIER: &[u8; 4] = b"SCv2";

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

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

0 comments on commit 04cecb1

Please sign in to comment.