iceman1001
6ee974b935
swapped from bigbuf malloc calls to calloc calls on device side. Now all allocations should start from a known state of memory
2025-08-20 16:23:36 +02:00
iceman1001
875b3c44b4
unify text - step 1
2025-03-25 10:12:16 +01:00
douniwan5788
112caec054
refactor: lf config renames
2024-08-27 23:45:42 +08:00
iceman1001
6bdfe11c1a
minor fixes
2024-05-28 10:00:11 +02:00
iceman1001
369db7c9d7
style
2024-05-27 20:29:02 +02:00
iceman1001
cb937a3f57
fix overwriting return value in one case
2024-05-14 10:59:10 +02:00
iceman1001
4304372858
tweaking felica timings to see if it gets better results
2024-04-22 10:41:28 +02:00
iceman1001
a913b2c662
style
2023-12-01 10:59:18 +01:00
wh201906
3ee13c9ba6
Apply suggestions from @henrygab
...
Check if memory allocation fails
Fix memory leak
Initialize struct in declaration
Add/Fix some notes
Remove unlikely() in favor of readability
Remove a hard-coded magic number
2023-11-15 18:04:52 +08:00
wh201906
ab9f49f86e
Some minor fixes
...
Use longer timeout in WaitForRawDataTimeout() to handle CMD_WTX
Fix a wrong type
Apply changes to other similar part
Remove unused instructions
2023-11-14 10:46:45 +08:00
wh201906
b4cc7c02cd
Real-time LF sampling mode on armsrc
2023-11-14 01:43:20 +08:00
yah01
9d07ee497c
Improve lf sampling performance
...
Signed-off-by: yah01 <yah2er0ne@outlook.com >
2023-10-27 13:47:26 +08:00
Henry Gabryjelski
78262139ec
more const for lfsampling and lfzx
2023-08-14 23:07:19 -07:00
iceman1001
08d2c2f1a5
style
2023-02-11 11:42:58 +01:00
wh201906
f4879fdc17
Bypass some functions if bps is not 8
2023-01-22 15:41:07 +00:00
wh201906
239a8646b2
Fix the wrong sample count when bps!=8
2023-01-22 15:38:09 +00:00
iceman1001
2dd250ab80
fix initialization of bitstream buffer
2022-04-10 13:15:24 +02:00
Philippe Teuwen
b703bb746b
Adapting license headers, WIP
2022-01-06 02:20:38 +01:00
Łukasz Jurczyk
218a4ba2ec
Added ledcontrol to lf functions
2021-11-18 15:00:54 +01:00
Philippe Teuwen
5b54385347
rename globals
2021-08-21 23:08:26 +02:00
Philippe Teuwen
f4f14317e1
rename typedef structs
2021-08-21 22:24:58 +02:00
iceman1001
8472c6ffe7
make style
2021-07-29 15:00:00 +02:00
iceman1001
765d2acbb0
t55xx detect/read/write/dump etc will fail if you set lf config to something. Moved the reset / restore of lf config to device side for T55XX readblock. t55xx sniff still obeys lf config since it uses lf sniff beneath.
2021-07-29 10:51:31 +02:00
iceman1001
bc5d7084c3
change t55xx detect to unset lf config decimation to 1 if its value wasnt 1. Thanks to @mwalker33
2021-07-28 09:51:35 +02:00
iceman1001
a6712295c7
textual - hw status on device side
2021-05-11 16:11:33 +02:00