source: umon/ports/beagleboneblack/target_version.h @ 220ee4b

Last change on this file since 220ee4b was dee5246, checked in by Jarielle Catbagan <jcatbagan93@…>, on 06/19/15 at 18:53:54

Duplicated csb740 directory to beagleboneblack directory for BBB port

  • Property mode set to 100644
File size: 800 bytes
Line 
1/* target_version.h:
2 * Initial version for all ports is zero.  As the TARGET_VERSION incrments
3 * as a result of changes made to the target-specific code, this file should
4 * be used as an informal log of those changes for easy reference by others.
5 *
6 * 0: UART/DRAM/FLASH/TFS working through BDI2000
7 * 0->1: Boots from flash (without bdi2000), sleep delay adjusted.
8 * 1->2: Ethernet added.
9 * 2->3: LCD interface added.
10 * 3->4: Flash driver fix, enabled INCLUDE_HWTMR, and added show_version(),
11 *               and the splash screen is loaded from TFS.
12 * 4->5: Added support for the FBI (frame buffer) interface, and hard-reset.
13 * 5->6: Speedup (clock configuration) provided by Luis; also changed
14 *       cpuio.c so that SPI-mode of the touch-screen interface now works.
15 */
16
17#define TARGET_VERSION 6
Note: See TracBrowser for help on using the repository browser.