TS-7970 FPGA Changelog: Difference between revisions

From embeddedTS Manuals
(Created page with "Check the FPGA rev with: <source lang=bash> echo $(($(tshwctl --addr 51 --peek) & 0xf)) </source> {|class=wikitable |- ! Rev ! Release date ! Changes |- | 0 | Jun-17-2015 | ...")
 
No edit summary
Line 19: Line 19:
|  
|  
* Switched max3100 to use FPGA_IRQ_1 to leave FPGA_IRQ_0 to the silabs.
* Switched max3100 to use FPGA_IRQ_1 to leave FPGA_IRQ_0 to the silabs.
|-
| 2
| Oct-07-2015
|
* Corrected CTS/RTS polarity on MAX3100
* Corrected flipped CPU UART CTS/RTS for bluetooth
* MAX3100 irq is now FPGA_IRQ_1 instead of FPGA_IRQ_0 so the IRQ is not shared with the silabs.
* Corrected HD1 SPI bus
|}
|}

Revision as of 12:47, 7 October 2015

Check the FPGA rev with:

echo $(($(tshwctl --addr 51 --peek) & 0xf))
Rev Release date Changes
0 Jun-17-2015
  • Initial Release
1 Aug-07-2015
  • Switched max3100 to use FPGA_IRQ_1 to leave FPGA_IRQ_0 to the silabs.
2 Oct-07-2015
  • Corrected CTS/RTS polarity on MAX3100
  • Corrected flipped CPU UART CTS/RTS for bluetooth
  • MAX3100 irq is now FPGA_IRQ_1 instead of FPGA_IRQ_0 so the IRQ is not shared with the silabs.
  • Corrected HD1 SPI bus