mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2024-11-21 21:49:15 +01:00
[SC64] v2.14.0 release
This commit is contained in:
parent
1e19b648fb
commit
066f3b0485
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
|
|
||||||
#define VERSION_MAJOR (2)
|
#define VERSION_MAJOR (2)
|
||||||
#define VERSION_MINOR (12)
|
#define VERSION_MINOR (14)
|
||||||
#define VERSION_REVISION (1)
|
#define VERSION_REVISION (0)
|
||||||
|
|
||||||
|
|
||||||
void version_firmware (uint32_t *version, uint32_t *revision) {
|
void version_firmware (uint32_t *version, uint32_t *revision) {
|
||||||
|
2
sw/deployer/Cargo.lock
generated
2
sw/deployer/Cargo.lock
generated
@ -1002,7 +1002,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sc64deployer"
|
name = "sc64deployer"
|
||||||
version = "2.12.1"
|
version = "2.14.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"clap",
|
"clap",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "sc64deployer"
|
name = "sc64deployer"
|
||||||
version = "2.12.1"
|
version = "2.14.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Polprzewodnikowy"]
|
authors = ["Polprzewodnikowy"]
|
||||||
description = "SC64 loader and control software"
|
description = "SC64 loader and control software"
|
||||||
|
@ -59,7 +59,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 = 12;
|
const SUPPORTED_MINOR_VERSION: u16 = 14;
|
||||||
|
|
||||||
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