-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
119 changed files
with
4,297 additions
and
1,392 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 5 additions & 2 deletions
7
board_support_pkgs/lyrat/audio_board/audio_board_lyrat/audio_board.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,3 @@ | |
COMPONENT_ADD_INCLUDEDIRS := . | ||
|
||
COMPONENT_SRCDIRS := . | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
170 changes: 0 additions & 170 deletions
170
board_support_pkgs/lyrat/audio_board/audio_board_lyrat/va_dsp/va_dsp_ttt.txt
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
board_support_pkgs/lyrat/audio_board/audio_board_lyrat/va_dsp/va_dsp_ttt_mk.txt
This file was deleted.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
board_support_pkgs/lyrat/dsp_driver/lyrat_driver/components/lyrat-ipc/component.mk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
COMPONENT_ADD_INCLUDEDIRS := . include/ | ||
|
||
COMPONENT_SRCDIRS := . include/ |
11 changes: 11 additions & 0 deletions
11
board_support_pkgs/lyrat/dsp_driver/lyrat_driver/components/lyrat-ipc/include/lyrat_init.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
// Copyright 2018 Espressif Systems (Shanghai) PTE LTD | ||
// All rights reserved. | ||
|
||
#include <stdlib.h> | ||
|
||
void lyrat_stop_capture(); | ||
void lyrat_start_capture(); | ||
int lyrat_stream_audio(uint8_t *buffer, int size, int wait); | ||
void lyrat_mic_mute(); | ||
void lyrat_mic_unmute(); | ||
void lyrat_init(); |
Oops, something went wrong.