diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cw-example/README.md | 2 | ||||
l--------- | src/fsm/FreeRTOS (renamed from src/cw-example/FreeRTOS) | 0 | ||||
-rw-r--r-- | src/fsm/FreeRTOSConfig.h (renamed from src/cw-example/FreeRTOSConfig.h) | 0 | ||||
-rw-r--r-- | src/fsm/Makefile (renamed from src/cw-example/Makefile) | 0 | ||||
-rw-r--r-- | src/fsm/README.md | 16 | ||||
-rw-r--r-- | src/fsm/audio.c (renamed from src/cw-example/audio.c) | 0 | ||||
-rw-r--r-- | src/fsm/audio.h (renamed from src/cw-example/audio.h) | 0 | ||||
-rw-r--r-- | src/fsm/bin/.git_keep (renamed from src/cw-example/bin/.git_keep) | 0 | ||||
l--------- | src/fsm/bsp (renamed from src/cw-example/bsp) | 0 | ||||
-rw-r--r-- | src/fsm/common.h (renamed from src/fsm/src/common.h) | 0 | ||||
-rw-r--r-- | src/fsm/cw.c (renamed from src/cw-example/cw.c) | 0 | ||||
-rw-r--r-- | src/fsm/cw.h (renamed from src/cw-example/cw.h) | 0 | ||||
-rw-r--r-- | src/fsm/debug.c (renamed from src/cw-example/debug.c) | 0 | ||||
-rw-r--r-- | src/fsm/debug.h (renamed from src/cw-example/debug.h) | 0 | ||||
-rw-r--r-- | src/fsm/fsm.c (renamed from src/fsm/src/fsm.c) | 0 | ||||
-rw-r--r-- | src/fsm/fsm.h (renamed from src/fsm/src/fsm.h) | 0 | ||||
-rw-r--r-- | src/fsm/main.c (renamed from src/cw-example/main.c) | 0 |
17 files changed, 15 insertions, 3 deletions
diff --git a/src/cw-example/README.md b/src/cw-example/README.md deleted file mode 100644 index 5a75a32..0000000 --- a/src/cw-example/README.md +++ /dev/null @@ -1,2 +0,0 @@ -An example program that tries to output CW using -the audio codec on the STM32F4DISCOVERY. diff --git a/src/cw-example/FreeRTOS b/src/fsm/FreeRTOS index 51f4e96..51f4e96 120000 --- a/src/cw-example/FreeRTOS +++ b/src/fsm/FreeRTOS diff --git a/src/cw-example/FreeRTOSConfig.h b/src/fsm/FreeRTOSConfig.h index 11427d8..11427d8 100644 --- a/src/cw-example/FreeRTOSConfig.h +++ b/src/fsm/FreeRTOSConfig.h diff --git a/src/cw-example/Makefile b/src/fsm/Makefile index 8a6e463..8a6e463 100644 --- a/src/cw-example/Makefile +++ b/src/fsm/Makefile diff --git a/src/fsm/README.md b/src/fsm/README.md index 4fe3d28..69f1f22 100644 --- a/src/fsm/README.md +++ b/src/fsm/README.md @@ -1 +1,15 @@ -First implementations of the FSM. Tests are coming... +An example program that tries to output CW using +the audio codec on the STM32F4DISCOVERY, using the FSM +and switches. + +Connections as follows: + +Blue in QRP_n PC1 +Violet out LED red PC2 +Grey in 1750 PC4 +White out LED yel PC5 +Black - GND GND +Brown in RX_n PC6 +Red in U_n PC8 +Orange out LED grn PC9 +Green in D_n PC11 diff --git a/src/cw-example/audio.c b/src/fsm/audio.c index 752ad12..752ad12 100644 --- a/src/cw-example/audio.c +++ b/src/fsm/audio.c diff --git a/src/cw-example/audio.h b/src/fsm/audio.h index 35f3f65..35f3f65 100644 --- a/src/cw-example/audio.h +++ b/src/fsm/audio.h diff --git a/src/cw-example/bin/.git_keep b/src/fsm/bin/.git_keep index e69de29..e69de29 100644 --- a/src/cw-example/bin/.git_keep +++ b/src/fsm/bin/.git_keep diff --git a/src/cw-example/bsp b/src/fsm/bsp index 5d9120a..5d9120a 120000 --- a/src/cw-example/bsp +++ b/src/fsm/bsp diff --git a/src/fsm/src/common.h b/src/fsm/common.h index 45ba854..45ba854 100644 --- a/src/fsm/src/common.h +++ b/src/fsm/common.h diff --git a/src/cw-example/cw.c b/src/fsm/cw.c index a54a3ea..a54a3ea 100644 --- a/src/cw-example/cw.c +++ b/src/fsm/cw.c diff --git a/src/cw-example/cw.h b/src/fsm/cw.h index b090a04..b090a04 100644 --- a/src/cw-example/cw.h +++ b/src/fsm/cw.h diff --git a/src/cw-example/debug.c b/src/fsm/debug.c index 2e33a32..2e33a32 100644 --- a/src/cw-example/debug.c +++ b/src/fsm/debug.c diff --git a/src/cw-example/debug.h b/src/fsm/debug.h index 6215e5f..6215e5f 100644 --- a/src/cw-example/debug.h +++ b/src/fsm/debug.h diff --git a/src/fsm/src/fsm.c b/src/fsm/fsm.c index ca6a753..ca6a753 100644 --- a/src/fsm/src/fsm.c +++ b/src/fsm/fsm.c diff --git a/src/fsm/src/fsm.h b/src/fsm/fsm.h index db37fd2..db37fd2 100644 --- a/src/fsm/src/fsm.h +++ b/src/fsm/fsm.h diff --git a/src/cw-example/main.c b/src/fsm/main.c index ba0e9c0..ba0e9c0 100644 --- a/src/cw-example/main.c +++ b/src/fsm/main.c |