mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-21 21:49:15 +01:00
[SC64] v2.20.0 release
This commit is contained in:
parent
db4f16754f
commit
ed63eb3e8c
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#define VERSION_MAJOR (2)
|
#define VERSION_MAJOR (2)
|
||||||
#define VERSION_MINOR (19)
|
#define VERSION_MINOR (20)
|
||||||
#define VERSION_REVISION (0)
|
#define VERSION_REVISION (0)
|
||||||
|
|
||||||
|
|
||||||
|
2
sw/deployer/Cargo.lock
generated
2
sw/deployer/Cargo.lock
generated
@ -1293,7 +1293,7 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sc64deployer"
|
name = "sc64deployer"
|
||||||
version = "2.19.0"
|
version = "2.20.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bindgen",
|
"bindgen",
|
||||||
"cc",
|
"cc",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "sc64deployer"
|
name = "sc64deployer"
|
||||||
version = "2.19.0"
|
version = "2.20.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Polprzewodnikowy"]
|
authors = ["Polprzewodnikowy"]
|
||||||
description = "SummerCart64 loader and control software"
|
description = "SummerCart64 loader and control software"
|
||||||
|
@ -70,7 +70,7 @@ pub struct DeviceState {
|
|||||||
const SC64_V2_IDENTIFIER: &[u8; 4] = b"SCv2";
|
const SC64_V2_IDENTIFIER: &[u8; 4] = b"SCv2";
|
||||||
|
|
||||||
const SUPPORTED_MAJOR_VERSION: u16 = 2;
|
const SUPPORTED_MAJOR_VERSION: u16 = 2;
|
||||||
const SUPPORTED_MINOR_VERSION: u16 = 19;
|
const SUPPORTED_MINOR_VERSION: u16 = 20;
|
||||||
|
|
||||||
const SDRAM_ADDRESS: u32 = 0x0000_0000;
|
const SDRAM_ADDRESS: u32 = 0x0000_0000;
|
||||||
const SDRAM_LENGTH: usize = 64 * 1024 * 1024;
|
const SDRAM_LENGTH: usize = 64 * 1024 * 1024;
|
||||||
|
Loading…
Reference in New Issue
Block a user