19553 Commits
Author SHA1 Message Date
iceman1001 a039ac18cc Release v4.19552 - Orca v4.19552 2024-11-22 12:15:19 +01:00
iceman1001 1eb6e5cfe6 text 2024-11-22 12:15:06 +01:00
iceman1001 b1c604c4cb style 2024-11-22 11:32:10 +01:00
IcemanandGitHub 7c9e3c6221 Merge pull request #2653 from diorch1968/master
insert hf_legic.lua script changes
2024-11-22 11:11:25 +01:00
Dimitri 1df35ff67c insert hf_legic.lua script changes 2024-11-22 08:41:27 +01:00
Philippe Teuwen 7c95488035 Avoid stupid cppcheck warning 2024-11-21 23:05:59 +01:00
IcemanandGitHub 325376d7ee Merge pull request #2651 from diorch1968/master
hf_legic.lua script correction
2024-11-21 18:49:20 +01:00
IcemanandGitHub 4b141ca2c4 Merge pull request #2650 from ANTodorov/fix_spiffs_tree_linkname
fixed symlink name in mem spiffs tree
2024-11-21 18:49:04 +01:00
IcemanandGitHub f66d5970be Merge branch 'master' into fix_spiffs_tree_linkname
Signed-off-by: Iceman <iceman@iuse.se>
2024-11-21 18:48:58 +01:00
IcemanandGitHub a6c1e2a626 Merge pull request #2649 from ANTodorov/mem_spiffs_wipe_fix1
fix reported file/link names when `mem spiffs wipe`
2024-11-21 18:48:27 +01:00
diorch1968andGitHub 7937f1ae8c Merge branch 'RfidResearchGroup:master' into master 2024-11-21 15:09:15 +01:00
ANTodorov 99d5a72879 fixed symlink name in mem spiffs tree
the used strtok(...,".")` is cutting the name to the first dot
linkname.txt.lnk -> linkname

with the fix it is
linkname.txt.lnk -> linkname.txt
2024-11-21 14:28:39 +02:00
ANTodorov 7b99bfa3d6 fix reported file/link names when mem spiffs wipe 2024-11-21 12:31:48 +02:00
iceman1001 9f4a02808b fix atrs entry 2024-11-21 00:45:35 +01:00
iceman1001 f1e6cd8a4c style 2024-11-21 00:38:02 +01:00
IcemanandGitHub 84f491776b Merge pull request #2647 from ry4000/master
Added PACS AID and Updated PT AID
2024-11-21 00:36:53 +01:00
iceman1001 effb9f4030 update atrs list 2024-11-21 00:36:24 +01:00
ry4000andGitHub 266afd19a9 Added PACS AID and Updated PT AID
- Added MOBOTIX AID.
- Updated JFK OMNY AID to add BMW Digital Key as an alternative AID use.

Signed-off-by: ry4000 <154689120+ry4000@users.noreply.github.com>
2024-11-21 10:15:21 +11:00
iceman1001 ab676287d2 fix breaking builds 2024-11-20 23:48:14 +01:00
iceman1001 2ad635ce57 style 2024-11-20 23:32:02 +01:00
iceman1001 0a7ebcf3e3 text 2024-11-20 23:13:42 +01:00
Dimitri 2fe01ece80 delete bit32 commands from the script, because Lua 5.4 not support this lib. 2024-11-20 22:17:02 +01:00
IcemanandGitHub 7e041cc585 Merge pull request #2643 from ANTodorov/spi_flash_v2
refactor spi flash detection
2024-11-20 15:48:17 +01:00
ANTodorov 76aaef96cc rework addressing the review comments
Reverted 'mfr_id' to 'manufacturer_id'
Moved devices table definition to flashmem.h
Single global variable 'spi_flash_pages64k'
The local structure holding the actual device data is used in firmware.c only

difference in code:
```
   text    data     bss     dec     hex filename
 223189  138560    6067  367816   59cc8 ./armsrc/obj/fullimage.elf <-- c9e751d darkside: fix backdoor support

 223437  138624    6075  368136   59e08 ./armsrc/obj/fullimage.elf <-- this commit
 ======================================
   +248     +64      +8    +320
```
2024-11-20 14:10:02 +02:00
Anton TodorovandGitHub 3b6530cb92 Merge branch 'RfidResearchGroup:master' into spi_flash_v2 2024-11-20 13:41:57 +02:00