Commit graph

6236 commits

Author SHA1 Message Date
Philippe Teuwen
f7dfd2a1f2 Fix arg names mismatches between decl & def 2019-06-07 21:26:03 +02:00
Philippe Teuwen
732bc766f9 Reduce some var scopes 2019-06-07 18:41:39 +02:00
Iceman
ac6b0ec1ce
Update README.md 2019-06-07 13:08:15 +02:00
iceman1001
0288b452d4 comment 2019-06-06 14:57:38 +02:00
Philippe Teuwen
7a06a77283 text of data setdebugmode 2019-06-06 11:34:33 +02:00
Philippe Teuwen
1a39ec3026 hf mf/mfu dbg => hw dbg 2019-06-06 11:31:47 +02:00
Philippe Teuwen
4761ea13f7 MF_DBGLEVEL => DBGLEVEL (pm3 side) 2019-06-06 10:05:09 +02:00
Philippe Teuwen
3b12ba2e93 replace usb_poll_validate_length() by data_available() that supports USART too 2019-06-03 00:01:08 +02:00
Philippe Teuwen
d7614684f8 Make sure standalone modes can be launched when connected on USB without client 2019-06-02 23:20:02 +02:00
Philippe Teuwen
b7016e0bed frame format doc: txt to md 2019-06-02 17:42:14 +02:00
Philippe Teuwen
3cb6912d8e update btaddon doc 2019-06-02 16:39:50 +02:00
Philippe Teuwen
27493a7b90 makefile: silent fpga_compressor stdout by default 2019-06-02 16:23:57 +02:00
Philippe Teuwen
742fe16830 Makefile verbose mode: make V=1 as for CMake 2019-06-02 16:04:35 +02:00
Philippe Teuwen
a23be5e6b3 make help: remove spurious parenthesis 2019-06-02 15:52:58 +02:00
Philippe Teuwen
7e31e7f930 say when no extra is selected 2019-06-02 15:51:17 +02:00
Philippe Teuwen
fe9e1dc733 remap LEDs 2019-06-02 11:47:10 +02:00
Philippe Teuwen
bed595f5b2 liblua: remove warning 2019-06-02 10:19:13 +02:00
Philippe Teuwen
eb9495aa37 default standalone mode 2019-06-02 10:17:52 +02:00
Philippe Teuwen
8c0cd4cfa2 Cleaner makefile execution, use 'make Q=' if you want to see full lines 2019-06-02 00:25:25 +02:00
Philippe Teuwen
3bf26f2808 simplify makefile 2019-06-01 22:49:28 +02:00
iceman1001
1cddc6919a Merge branch 'master' of https://github.com/RfidResearchGroup/proxmark3 2019-06-01 09:36:18 -04:00
iceman1001
5a80490d43 fix: skeleton compiles 2019-06-01 09:36:15 -04:00
Iceman
1c1ba77eb8
Merge pull request #207 from Fl0-0/Makefile_platform_STANDALONE
Changelog standalone Makefile.hal & Makefile.platform
2019-06-01 14:47:23 +02:00
Fl0-0
1c2b6458f2 Changelog standalone Makefile.hal & Makefile.platform 2019-06-01 11:33:50 +02:00
Philippe Teuwen
355319e36a Automate make clean when platform definitions are changed 2019-06-01 01:37:02 +02:00
Philippe Teuwen
9b668e3827 client Makefile doesn't depend on platform specs anymore 2019-06-01 01:03:34 +02:00
Philippe Teuwen
5e83fcbd58 client Makefile doesn't use PLATFORM_DEFS anymore 2019-06-01 00:59:11 +02:00
Philippe Teuwen
940cb1f64f standalone doc 2019-06-01 00:39:03 +02:00
Philippe Teuwen
e98c4e246d rework standalone makefile 2019-06-01 00:23:38 +02:00
Philippe Teuwen
6888a0f7f2 Merge remote-tracking branch 'fl0/Makefile_platform_STANDALONE'
* fl0/Makefile_platform_STANDALONE:
  Spelling & default LF_SAMYRUN example
  using saved STANDALONE print
  Makefile platform option for standalone mode
2019-05-31 23:35:07 +02:00
Philippe Teuwen
77dea32120 text 2019-05-31 23:18:17 +02:00
Philippe Teuwen
0898c0c9d1 Fix FLASH_MEM_MAX_SIZE 2019-05-31 23:17:30 +02:00
Philippe Teuwen
501919a34a flashmem: text 2019-05-31 23:08:27 +02:00
Philippe Teuwen
2cffd0f2be doc 2019-05-31 21:44:06 +02:00
Philippe Teuwen
a937d47482 doc 2019-05-31 21:39:45 +02:00
Philippe Teuwen
b2ecb02adc doc 2019-05-31 21:38:16 +02:00
Philippe Teuwen
ebf714fc64 doc 2019-05-31 21:37:11 +02:00
Fl0-0
9dc658b45e Spelling & default LF_SAMYRUN example 2019-05-31 20:09:01 +02:00
iceman1001
ecc62add26 fix return check 2019-05-31 14:07:07 -04:00
iceman1001
0a3791ea3a chg: 'lualibs - 14a minor adaptation 2019-05-31 19:10:01 +02:00
iceman1001
a8b09eba31 chg: 'hf mfu info' - typo 2019-05-31 19:06:22 +02:00
iceman1001
d87daf8b76 fix: 'mem load' - wrong offsets erased for dictionaries (MF/ICLASS) 2019-05-31 17:15:54 +02:00
iceman1001
d5c45a7368 fix: 'mem load' - erased wrong offsets for dictionaries MF/ICLASS. 2019-05-31 17:14:57 +02:00
Fl0-0
1560d1f1b3 using saved STANDALONE print 2019-05-31 14:54:44 +02:00
Fl0-0
53e48d70cd Makefile platform option for standalone mode
Signed-off-by: Fl0-0 <tonymontana277@hotmail.fr>
2019-05-31 14:44:32 +02:00
iceman1001
430742a3b6 chg: 'mem info - public key' 2019-05-31 11:25:49 +02:00
Oleg Moiseenko
295945634f
Update README.md 2019-05-30 20:30:08 +03:00
Iceman
9056b29e8b
Update bt_manual_v10.md 2019-05-30 19:22:03 +02:00
Iceman
e71235aeb9
Update bt_manual_v10.md 2019-05-30 19:21:06 +02:00
Iceman
6205c0da87
Merge pull request #205 from phcoder/gaifixr
Specify that we need TCP and not UDP connection
2019-05-29 21:24:52 +02:00