Philippe Teuwen
aaacc75e9f
Release v4.21611 - BREAKMEIFYOUCAN!
2026-04-14 10:19:30 +02:00
iceman1001
c33f10f56b
style
2026-04-03 11:46:58 +07:00
iceman1001
6da8aa2e98
style
2026-04-03 11:27:38 +07:00
kormax
6c4b995e21
Introduce 'GetTickCountLabel' for detecting RTCC reconfigurations
2026-03-31 20:42:15 +03:00
Sujit Konapur
0577f6f321
fix: use strip() when comparing PLATFORM_DEFS to avoid spurious rebuilds
...
PLATFORM_DEFS is built with += on an initially empty variable, which
produces a leading space in GNU make. The cached value written to
.Makefile.options.cache has no leading space, so the ifneq comparison
always evaluates to true, causing PLATFORM_CHANGED=true on every
invocation and triggering a clean of bootrom/armsrc/recovery after
every build.
2026-03-09 23:26:45 -07:00
Philippe Teuwen
64247b33b1
Init PLATFORM_DEFS
2026-03-01 21:00:05 +01:00
iceman1001
338ab9c81a
Revert "Release v4.21128 - Permafrost"
...
This reverts commit b10235b03b .
2026-02-25 16:15:01 +01:00
iceman1001
b10235b03b
Release v4.21128 - Permafrost
2026-02-25 16:15:01 +01:00
Aaron Tulino (Aaronjamt)
c0e82539f2
[hf seos] Simulate support
2025-12-21 04:26:44 -07:00
iceman1001
b097e10aa3
this commit refactors the signature checks. First we introduce a common pm3 generic private / public key pair in order to allow for users to self sign their own modded device. The verification checks now looks at both hard coded public keys. If a vendor wants to add their own public key thus allowing for a simple way for us to identify their devices they can now do so. The downside is that the firmware mismatch detection becomes a bit dodgy. mem info; mem info -v; mem info -s -p <filename.pem>; mem info -s -p <filename.pem> -w contains the changes. OBS! when -w be careful to not overwrite your genuine RDV4 signature. As always, with great power comes great responsibility
2025-09-25 19:44:36 +02:00
iceman1001
45d869e87a
change "mem wipe" / "mem info" to use NG.\nsome more style changes
2025-09-12 22:06:37 +02:00
iceman1001
628d8633f7
Revert "Release v4.20728 - Phrack"
...
This reverts commit ee9b3f4acb .
2025-09-11 20:31:08 +02:00
iceman1001
ee9b3f4acb
Release v4.20728 - Phrack
2025-09-11 20:31:08 +02:00
iceman1001
65607fc727
added Ultralight-C simulation. hf mfu sim -t 13. Use eload first. Also added support to upload UL-C dictionaries and UL-AES to spiffs memory. A lot of textual reworked across client. Unifiy texts and a bit more color ;)
2025-06-19 17:26:20 +02:00
iceman1001
1f718683b3
Revert "Release v4.20469 - Daddy Iceman"
...
This reverts commit 9fa173c727 .
2025-06-16 16:18:01 +02:00
iceman1001
9fa173c727
Release v4.20469 - Daddy Iceman
2025-06-16 16:18:01 +02:00
iceman1001
2d610b8dc0
text & style
2025-06-08 10:02:00 +02:00
Jakub Kramarz
9744f8afbb
Add option to override default USART baud rate in platform settings
2025-05-09 15:53:30 +02:00
iceman1001
6ed1853320
Revert "Release v4.20142 - Blue Ice"
...
This reverts commit a657dbda9b .
2025-03-25 16:18:49 +01:00
iceman1001
a657dbda9b
Release v4.20142 - Blue Ice
2025-03-25 16:18:49 +01:00
Jakub Kramarz
15a37ef9df
seos_sam: ran make style
2025-01-07 00:30:49 +01:00
Jakub Kramarz
032619c1f3
armsrc/ticks.c: disable TC2 on StopTicks (may be enabled by StartCountSspClk)
2025-01-07 00:04:48 +01:00
Piotr Rzeszut
d9a3e4f050
Refactor keys in flash statistics to check for files
2024-12-26 01:11:46 +01:00
ANTodorov
bd803ce8fd
rework to use smart SPI flash detection
...
Check JEDEC ID is in range between 0x0001 ... 0xFFFE,
Compare the output from 0x90 and 0x9F,
Then the size from the JEDEC ID
Otherwise fall-back to 256 kB
Extend the spi_flash_decode.py to handle more (known) SPI flash ICs
2024-12-03 09:40:57 +02:00
ANTodorov
639f16ba3b
added JEDEC information for SPI flash W25Q64JV
...
added some "extrapolated" but logical matches by Manufacturer/Device ID only
some reordering
2024-11-28 11:04:32 +02:00