This is an involuntary fork, created because the repository would not update mmSPI. SPI library used to communicate with an altera development board attached to four zigbee-header pins.

Dependents:   Embedded_RTOS_Project

Fork of mmSPI by Mike Moore

Changes

RevisionDateWhoCommit message
36:32cdc295f859 2013-09-17 gatedClock updates for RTOS class project. default tip
35:6152c9709697 2013-09-01 gatedClock add project code.
34:d5553509f31a 2013-08-31 gatedClock IR can now be written from the UI. test is passing. needs some cleanup.
33:59e13ec04ea8 2013-08-30 gatedClock snapshot current state.
32:5a5d9525c6c4 2013-08-26 gatedClock cleanup.
31:ea7b25e494b5 2013-08-25 gatedClock this is working with python 'run'.
30:331c7c7d8bc1 2013-08-25 gatedClock working on CPU step.
29:4ed71dfee7d8 2013-08-25 gatedClock instead, try suppressing cpu operation during register read.
28:80b46485fa1d 2013-08-25 gatedClock introduce CPU clock control bit.
27:fb63c8b70bc2 2013-08-25 gatedClock be able to write memory when the spi control is paid attention to in the rtl.
26:26a8f31a31b8 2013-08-21 gatedClock working on host command decoder.
25:5bb59ae7b814 2013-08-20 gatedClock cleanup.
24:d3b8c68f41f2 2013-08-20 gatedClock cleanup.
23:dbd89a56716d 2013-08-20 gatedClock cleanup.
22:7524dee5c753 2013-08-20 gatedClock cleanup.
21:e90dd0f8aaa1 2013-08-20 gatedClock remove obsolete code.
20:2d5cd38047ca 2013-08-19 gatedClock first read_memory, write_memory confirmed.
19:c2b753533b93 2013-08-19 gatedClock read_register, write_register first time consistent mapping, although the mapping comments in the code are wrong.
18:4a29cad91540 2013-08-19 gatedClock latest write_register.
17:b81c0c1f312f 2013-08-19 gatedClock test of new read_register.
16:0e422fd263c6 2013-08-19 gatedClock first evidence loaded shadows from registers & read-out to mbed.
15:d6cc57c4e23d 2013-08-19 gatedClock experimental spi receive phase correction.
14:35717622a4fb 2013-08-18 gatedClock AC immediate value is seen from R0 LED monitor.
13:3e6886a96aea 2013-08-18 gatedClock I expected an extra clock would be needed, but experimentally its not.
12:a1b7ce9c1d64 2013-08-17 gatedClock looping with char as index doesn't work, switched to int.
11:17207edac925 2013-08-17 gatedClock blink test from mbed to altera board is working.
10:8c0b8722cfcb 2013-08-17 gatedClock hack, regress later.
9:0551307e3b15 2013-08-17 gatedClock toward cpu clock toggle test.
8:e2d8bbc3e659 2013-08-17 gatedClock added cpu clock.
7:b3e8b537d5c2 2013-08-14 gatedClock void mmSPI::transceive_vector(char *cReceive, char *cSend, char cNumBytes)
6:b480fc4e87e5 2013-08-14 gatedClock void mmSPI::transceive_byte(char *cReceive, char *cSend)
5:b14dcaae260e 2013-08-14 gatedClock void mmSPI::transceive_byte(void)
4:aa1fe8707bef 2013-08-14 gatedClock mmSPI::setSPIfrequency(float fFreq)
3:de99451ab3c0 2013-08-14 gatedClock working on spi interface class.
2:bebcf53b72dc 2013-08-14 gatedClock toward defining DigitalOut objects within a class. it doesn't look to be working with straight instantiation, so use allocation instead.
1:15706d15d123 2013-08-14 gatedClock toward spi byte transceive.
0:fb42c5acf810 2013-08-14 gatedClock mmSPI skeleton.