X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;ds=sidebyside;f=hw2%2Freadme.txt;fp=hw2%2Freadme.txt;h=18e27adebba2f792fa2c7459a76914dfee7e6811;hb=6cbe6f47d7ffc6959df5a74a33d789575f4746f4;hp=0000000000000000000000000000000000000000;hpb=f9b0067097963fa87b35d7844de1a30d2c93c005;p=~andy%2Fcsm213a-hw diff --git a/hw2/readme.txt b/hw2/readme.txt new file mode 100644 index 0000000..18e27ad --- /dev/null +++ b/hw2/readme.txt @@ -0,0 +1,22 @@ +Primary mbed: + main.cpp - Primary program to control mbed + main_time.[ch] - Time synchronization functions + main_comm.[ch] - Serial communication functions + main_emit.[ch] - Periodic signal generation functions + +Testing mbed: + tester.cpp - Mbed 3 testing program + +Host control: + control.c - Linux program to control primary mbeds + +Miscellaneous: + examples.cpp - Device testing routines (not used) + +Common files: + messages.[ch] - Message definitions for mbed <--> {bbb,host} + +KL46Z Libraries: + serial_dma.[ch] - DMA based serial I/O (not used) + serial_irq.[ch] - Interrupt driven serial I/O + timer_dma.[ch] - Time stamping using DMA and PIT