Commit Graph
22622 Commits
Author SHA1 Message Date
Niel Nielsen bd52734774 Modify PLATFORM_EXTRAS comments in Makefile
Updated commented PLATFORM_EXTRAS options for clarity.

Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-08-28 14:14:29 +02:00
Niel Nielsen 755fdc7c7a Implement low-battery shutdown and update comments
Added support for low-battery shutdown features and updated comments for clarity.

Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-08-28 14:14:29 +02:00
Niel Nielsen d35ddce206 Update low-battery options in Makefile.hal
Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-08-28 14:14:29 +02:00
Niel Nielsen 98abc5d5f7 Clarify low-battery options in Makefile.hal
Updated comments for clarity on low-battery options.

Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-08-28 14:14:29 +02:00
Niel Nielsen b7b20ef698 Update Makefile with PLATFORM_EXTRAS comments
Added comments for PLATFORM_EXTRAS options in Makefile.

Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-08-28 14:14:29 +02:00
Philippe Teuwen a6b4107066 Add --on to hw bwmcharge, same syntax as hw bwmautooff 2026-08-28 13:17:05 +02:00
Niel Nielsen c2aec48b49 Add files via upload
Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-08-28 13:10:24 +02:00
Niel Nielsen 4cf2e83c3a Add support for BWM charger, buzzer, and RGB indicator
Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-08-28 13:10:24 +02:00
Niel Nielsen 2535307642 Add BWM charger and PM5 RGB indicator support
Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-08-28 13:10:24 +02:00
Niel Nielsen 4ec53ea2e6 Add newline at end of appmain.c
Fix missing newline at end of file

Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-08-28 13:10:24 +02:00
Niel Nielsen 767f7b2531 Refactor battery management functions and integrate buzzer
Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-08-28 13:10:24 +02:00
Niel Nielsen e9688db826 Refactor BWM_WIFI command handling logic
Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-08-28 13:10:24 +02:00
Niel Nielsen b3fc31f58f Fix header file formatting and add missing defines
Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-08-28 13:10:24 +02:00
Niel Nielsen 33535330e1 Enhance WiFi command with stop option and error messages
Updated command handling for WiFi configuration to include a stop option and adjusted error messages accordingly.

Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-08-28 13:10:24 +02:00
Niel Nielsen fd2cfbd194 Define DHCP wait and poll times in bwm_wifi.h
Added definitions for DHCP wait and poll times.

Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-08-28 13:10:24 +02:00
Niel Nielsen 26cb7495a6 Adjust DHCP wait time and improve IP handling
Increase DHCP wait time to accommodate slower hotspots and improve IP acquisition reliability.

Signed-off-by: Niel Nielsen <nieldk@gmail.com>
2026-08-28 13:10:24 +02:00
Philippe Teuwen f08792fef0 Add -n to hf 14a reader 2026-08-28 10:29:26 +02:00
Iceman 9a2ba4f5d6 Merge pull request #3542 from Antiklesys/master
Fixing bugs from 76181dfb8 and 377d7cd61
2026-08-28 13:07:14 +07:00
Antiklesys f5dc8ab42f FIxing bugs from 76181dfb8 and 377d7cd61
FIxing bugs from 76181dfb8 and 377d7cd61 breaking secure channel operations
2026-08-28 13:43:11 +08:00
iceman1001 77a9f45db6 texts 2026-08-28 01:16:30 +02:00
iceman1001 377d7cd612 since it still felt a bit slow, Claude came up with the idea of burst mode transfers. A new sim module firmware 'sim022.bin' and we now can auto-negotiate for TA1 = 0x95 which give us 125 000 bits/s which is almost 10x from the 10752 bits/s we were doing before. Thanks Claude! 2026-08-28 01:16:11 +02:00
Iceman 9c962ed537 Merge pull request #3541 from Msprg/fix-install-simfw
Fix make install after sim014 firmware removal
2026-08-28 05:23:53 +07:00
Iceman d92ae331b3 Merge pull request #3540 from Msprg/felica-argtable-longopt
hf felica liteauth: use NULL instead of "" for options without a long name
2026-08-28 05:23:08 +07:00
Msprg 2d898d31e7 fix make install after sim014 firmware removal
e2cf7dee5 removed sim014.bin but the top-level Makefile still lists it
in INSTALLSIMFW, so 'make install' fails on cp. Install sim020 instead,
and point the pm3_tests.sh existence check at the same file.
2026-08-27 23:55:50 +02:00
MsprgandClaude Fable 5 f2c214722c hf felica liteauth: use NULL instead of "" for options without a long name
argtable treats the long option field as a string to scan; an empty
literal makes arg_parse() read one byte past it. AddressSanitizer flags
it as a global-buffer-overflow whenever the command's help is built,
e.g. on every `proxmark3 --fulltext`. Every other command in the client
passes NULL here.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-27 23:34:45 +02:00