someone42 / hardware-bitcoin-wallet

A minimal Bitcoin wallet intended for embedded devices
BSD 2-Clause "Simplified" License
151 stars 44 forks source link

PIC32: Run at 72 MHz #26

Closed someone42 closed 11 years ago

someone42 commented 11 years ago

Currently, the PIC32 port runs at 36 MHz. This was to maintain compatibility with the PIC32MX1xx/2xx series (max 40 MHz). However, it is very likely that the BitSafe will use one of the PIC32MX5xx chips (max 80 MHz).

Running at 72 MHz will make some operations faster, improving the user experience. It will also vastly improve the possibility of a bit-banged full-speed USB host implementation.