Skip to content

Commit

Permalink
cc1101 osc update, still loses sync when rf frontend overloaded and r…
Browse files Browse the repository at this point in the history
…ingbuffer is overflowing
  • Loading branch information
gabonator committed Oct 15, 2023
1 parent dbebf75 commit d6a4d1b
Show file tree
Hide file tree
Showing 21 changed files with 284 additions and 1,228 deletions.
1 change: 1 addition & 0 deletions system/apps/79_cc1101osc/build_la104.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
set -e
#https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads


Expand Down
14 changes: 0 additions & 14 deletions system/apps/79_cc1101osc/source/app.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#include "app/attack.h"

void streamerSetPrescaler(int psc);

namespace APP
Expand All @@ -8,18 +6,6 @@ namespace APP
{
return (uint32_t)"{platform:'LA104',application:'CC1101-remote control',version:'1.0'}";
}
uint32_t GetConfigPtr()
{
return (uint32_t)&appConfig;
}
void Do()
{
CheckAttack();
}
void Init()
{
InitAttack();
}
void End()
{
streamerEnd();
Expand Down
2 changes: 1 addition & 1 deletion system/apps/79_cc1101osc/source/app.lds
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MEMORY
{
/* rom (rx) : ORIGIN = 0x0801ed00, LENGTH = 60K*/
rom (rx) : ORIGIN = 0x08064300, LENGTH = 80K
rom (rx) : ORIGIN = 0x08014500, LENGTH = 80K

ram (rwx) : ORIGIN = 0x20005200, LENGTH = 16K
null (rwx): ORIGIN = 0x00001000, LENGTH = 8K
Expand Down
325 changes: 0 additions & 325 deletions system/apps/79_cc1101osc/source/app/attack.h

This file was deleted.

Loading

0 comments on commit d6a4d1b

Please sign in to comment.