Skip to content

Commit

Permalink
Update README.md instructions for Freeze package
Browse files Browse the repository at this point in the history
  • Loading branch information
dmazzella committed Mar 14, 2019
1 parent 613b7c5 commit ffe8428
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,12 @@ Install 'cryptoauthlib' into the PyBoard

1. Copy 'cryptoauthlib' into PyBoard's filesystem
2. Freeze package using FROZEN_MPY_DIR (1)

(1) Into the file cryptoauthlib/packet.py:
- comment optimized method ```at_crc``` decorated with ```@micropython.viper```
- uncomment generic method ```at_crc```
(1) For MicroPython >= v1.10-221:
No need to change nothing
(2) For MicroPython < v1.10-221:
Change into the file cryptoauthlib/packet.py:
- comment optimized method ```at_crc``` decorated with ```@micropython.viper```
- uncomment generic method ```at_crc```

Software
---------------------
Expand Down

0 comments on commit ffe8428

Please sign in to comment.