Silvano Seva
|
be21364b30
|
Made 'toneGen_playAudioStream' a non-blocking function, added 'toneGen_waitForStreamEnd' API function to allow blocking execution flow until a currently playing audio stream terminates or is stopped
|
2021-09-03 16:39:06 +02:00 |
Silvano Seva
|
db3efb21be
|
Added to MDx tone generator driver a function to interrupt an audio stream before its natural completion
|
2021-09-03 16:39:06 +02:00 |
Silvano Seva
|
311a89ac0f
|
Refactoring of MDx tone generator, adding support for AFSK encoding (not yet implemented) and reproduction of arbitrary audio streams.
|
2021-04-10 11:24:33 +02:00 |
Silvano Seva
|
7f9600cdb7
|
Moved MDx tone generator sine table to FLASH
|
2021-03-26 16:33:08 +01:00 |
Silvano Seva
|
7992b4abca
|
Moving to miosix kernel: adapted MDx drivers to new configuration
|
2021-03-13 09:16:06 +01:00 |
Silvano Seva
|
8b6f4e3056
|
Renamed rtc_shutdown() and toneGen_shutdown() to rtc_terminate() and toneGen_terminate()
|
2020-12-31 18:31:00 +01:00 |
Niccolò Izzo
|
c77cc46fb6
|
Fix include syntax
Interface header includes have acquired the interface prefix, to
distinguish them from regular header includes.
|
2020-12-24 16:30:13 +01:00 |
Silvano Seva
|
b1412dedb8
|
Added 'OSIntEnter'/'OSIntExit' to MDx tone generator ISR
|
2020-12-06 19:33:27 +01:00 |
Silvano Seva
|
1cf2a40182
|
Changed names of source files for MDx drivers to comply to new naming convention
|
2020-11-19 18:24:28 +01:00 |
Silvano Seva
|
552a88ed4c
|
Reorganising includes in MDxx380 tone generator source file
|
2020-11-19 12:53:13 +01:00 |
Silvano Seva
|
85a89d1f84
|
Doubled the prescale value of all the timers, since they run at twice the frequency of the bus they are connected to
|
2020-11-16 18:03:02 +01:00 |
Silvano Seva
|
01ee477b02
|
Workaround for an STM32F405 bug causing a delay between an RCC peripheral clock enable and the effective peripheral enabling, as described in ST's silicon errata sheet
|
2020-11-16 11:24:52 +01:00 |
Silvano Seva
|
f7fde110bb
|
Tone generator for CTCSS and user interface 'beep' on MD380
|
2020-11-13 14:31:43 +01:00 |