Commit graph

129 commits

Author SHA1 Message Date
iceman1001 ba320f26f7 ensure registers and vars is set correct 2023-08-28 15:34:36 +02:00
iceman1001 114dda1582 After testing and verification its found that the SHALLOW MODULATION in HF is not working well in RDV4. Swapping from PWR_OE4 to PWR_OE1 makes it much better. Thanks to @d18c7db for solution and @gentlekiwi for testing and never giving up on finding the bug 2023-08-28 12:00:44 +02:00
Alex 3e4b7d07ff Whitespace, formatting 2023-08-24 18:21:07 +02:00
Alex 66b1758278 Removed commented out includes
Include statements in individual files are not required when compiling the code the correct way as a project with an explicitly defined work library. The Makefile exactly replicates the compilation process of the ISE environment and generates the required project files.
2023-08-24 18:06:44 +02:00
Alex c41c685807 Merged hi_reader and hi_reader_15 into one file
hi_reader_15  was a superset of hi_reader, now uses conditional compile from Makefile like the other files to select compilations options
2023-08-24 17:52:12 +02:00
iceman1001 71023d0c6e regenerated with the HF update 2023-07-12 16:25:14 +02:00
iceman1001 92f4ec08ab I tend to get better Mifare functionality. tested 6,7,8 and seven gave me better results 2023-07-12 16:09:28 +02:00
iceman1001 e43f6804a1 style 2023-07-06 22:37:34 +02:00
d18c7db c59bdec4f2 Unified fpga folders 2023-05-30 19:47:27 +02:00
Philippe Teuwen e79fb92074 Add fpga-xc3s100e and icopyx support 2021-08-21 23:45:46 +02:00
Philippe Teuwen 491adacb94 get rid of tabs 2020-10-06 20:45:13 +02:00
Philippe Teuwen 3f9ddf9b29 make style 2020-10-06 18:41:15 +02:00
iceman1001 8e5a285099 textual 2020-10-02 19:42:47 +02:00
iceman1001 7eadc900c1 pwr_oe2 is LF 2020-10-02 19:42:19 +02:00
iceman1001 cf3b18605f correction of text 2020-10-01 23:49:01 +02:00
iceman1001 a2abfb44ae correction of text 2020-10-01 23:48:32 +02:00
Philippe Teuwen c03e26cf57 Revert "tune stype exceptions"
This reverts commit aff439953f.
2020-08-13 12:48:46 +02:00
Philippe Teuwen aff439953f tune stype exceptions 2020-08-13 12:33:27 +02:00
Philippe Teuwen 4ed57c7c4d make style 2020-08-13 12:25:04 +02:00
iceman1001 ec1c72d73c fix felica image 2020-07-08 23:11:11 +02:00
iceman1001 2c0f595f86 no more snooping around 2020-07-03 14:59:10 +02:00
iceman1001 e2f0f08202 added felica bit file 2020-07-02 11:52:16 +02:00
iceman1001 fdd0487c37 updated bit files 2020-07-02 11:51:52 +02:00
iceman1001 da947affeb felica fpga scr file 2020-07-02 11:51:07 +02:00
iceman1001 59836bbb3b remove 2020-07-02 11:50:01 +02:00
iceman1001 081f397ed7 remove 2020-07-02 11:49:46 +02:00
iceman1001 41dde3281d add files 2020-07-02 11:49:22 +02:00
iceman1001 8df14408b8 fgpa changes from official repo. Had to split felica into its own image. Leading to three bit files created. 2020-07-02 11:47:46 +02:00
iceman1001 3f0f08ffbb updated fpga lf image for hitag 2020-02-22 13:34:52 +01:00
Philippe Teuwen af7fb17607 plotedge script: warn for numpy, matplotlib 2020-02-21 16:10:18 +01:00
Philippe Teuwen 15b661dbfb plot_edgedetect.py converted to python3 2020-02-21 15:36:12 +01:00
iceman1001 d6f552e856 assign direct 2020-01-28 22:06:40 +01:00
iceman1001 6fa188062c style 2020-01-12 17:30:29 +01:00
iceman1001 2e37c04a15 Add: 'hf plot' - implement function from offical repo (piwi) 2020-01-12 15:33:06 +01:00
iceman1001 e4bd3544d5 style 2020-01-12 00:31:08 +01:00
iceman1001 621eb12976 fix: lf simulation, wrong offsets in majormode 2020-01-12 00:30:23 +01:00
iceman1001 5b7882fc4f style 2020-01-12 00:19:12 +01:00
iceman1001 442bab0706 style 2020-01-12 00:18:34 +01:00
iceman1001 05f2fbc75a hitag adaptations (@anon) 2020-01-01 20:52:32 +01:00
iceman1001 9f02aeb85e style 2020-01-01 20:46:51 +01:00
iceman1001 e84f3bb467 add hf plot fpga stuff (@piwi) 2020-01-01 20:44:51 +01:00
iceman1001 21ffdec1cd chg: hitag refactoring (@anon) 2020-01-01 18:18:34 +01:00
osboxes.org 33436ae2c2 rmdir soft 2019-12-31 22:25:50 +01:00
Philippe Teuwen 4fdb5a2f4b make install: half way 2019-08-30 21:55:13 +02:00
Iceman 3cf64f9f23 fix: some mkdir stuff.. 2019-08-21 16:49:32 +02:00
Philippe Teuwen 847b6bcc33 remove tabs 2019-08-13 17:51:11 +02:00
Philippe Teuwen d19754567d summer restructuring:
* .h include only the strict minimum for their own parsing
  * this forces all files to include explicitment their needs and not count on far streched dependencies
  * this helps Makefile to rebuild only the minimum
  * according to this rule, most standalone .h are now gone
  * big app.h is gone
  * remove seldom __cplusplus, if c++ happens, everything will have to be done properly anyway
* all unrequired include were removed
* split common/ into common/ (client+arm) and common_arm/ (os+bootloader)
  * bring zlib to common/
  * bring stuff not really/not yet used in common back to armsrc/ or client/
  * bring liblua into client/
  * bring uart into client/
  * move some portions of code around (dbprint, protocols,...)
* rename unused files into *_disabled.[ch] to make it explicit
* rename soft Uarts between 14a, 14b and iclass, so a standalone could use several without clash
* remove PrintAndLogDevice
* move deprecated-hid-flasher from client to tools
* Makefiles
  * treat deps in armsrc/ as in client/
  * client: stop on warning (-Werror), same as for armsrc/

Tested on:

* all standalone modes
* Linux
2019-08-11 21:42:01 +02:00
Philippe Teuwen 1354aec556 typos 2019-08-06 13:51:10 +02:00
iceman1001 2400418067 style 2019-08-01 11:15:39 -04:00
iceman1001 141ab65f78 chg: compiled binary fpga lf 2019-07-31 16:14:50 +02:00