summaryrefslogtreecommitdiffstats
path: root/ports/beagleboneblack/target_version.h
diff options
context:
space:
mode:
authorJarielle Catbagan <jcatbagan93@gmail.com>2015-06-19 11:53:54 -0700
committerEd Sutter <edsutterjr@gmail.com>2015-06-27 08:42:46 -0400
commitdee5246bb5ccd40bcb50fc4a90ce0fe822660252 (patch)
treebb09c92161c5686931a569939de5193f1b0dd8c1 /ports/beagleboneblack/target_version.h
parentRemoved execution mode file attribute from all ASCII text files (diff)
downloadumon-dee5246bb5ccd40bcb50fc4a90ce0fe822660252.tar.bz2
Duplicated csb740 directory to beagleboneblack directory for BBB port
Diffstat (limited to 'ports/beagleboneblack/target_version.h')
-rw-r--r--ports/beagleboneblack/target_version.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/ports/beagleboneblack/target_version.h b/ports/beagleboneblack/target_version.h
new file mode 100644
index 0000000..4abd503
--- /dev/null
+++ b/ports/beagleboneblack/target_version.h
@@ -0,0 +1,17 @@
+/* target_version.h:
+ * Initial version for all ports is zero. As the TARGET_VERSION incrments
+ * as a result of changes made to the target-specific code, this file should
+ * be used as an informal log of those changes for easy reference by others.
+ *
+ * 0: UART/DRAM/FLASH/TFS working through BDI2000
+ * 0->1: Boots from flash (without bdi2000), sleep delay adjusted.
+ * 1->2: Ethernet added.
+ * 2->3: LCD interface added.
+ * 3->4: Flash driver fix, enabled INCLUDE_HWTMR, and added show_version(),
+ * and the splash screen is loaded from TFS.
+ * 4->5: Added support for the FBI (frame buffer) interface, and hard-reset.
+ * 5->6: Speedup (clock configuration) provided by Luis; also changed
+ * cpuio.c so that SPI-mode of the touch-screen interface now works.
+ */
+
+#define TARGET_VERSION 6