 Bernd HerzogandGitHub
|
5ced8c90d3
|
added radio saturation to performance counter (#1734)
|
2024-01-07 15:31:08 +01:00 |
|
 Kyle ReedandGitHub
|
7bd370b5bc
|
Fix baseband thread init order bug for all procs. (#1293)
|
2023-07-23 08:54:17 +02:00 |
|
 jLynxandGitHub
|
033c4e9a5b
|
Formatted code (#1007)
* Updated style
* Updated files
* fixed new line
* Updated spacing
* File fix WIP
* Updated to clang 13
* updated comment style
* Removed old comment code
|
2023-05-19 08:16:05 +12:00 |
|
furrtek
|
8662ed4024
|
Close Call should be more accurate
Merged close call and wideband spectrum baseband processors
|
2017-02-01 08:53:26 +00:00 |
|
furrtek
|
693a2533b5
|
Reverted to original CPLD data
|
2017-01-29 06:50:48 +00:00 |
|
furrtek
|
5e40669cbc
|
Merge 'upstream/master' - At least it builds...
|
2017-01-16 03:45:44 +00:00 |
|
Jared Boone
|
87383d735c
|
C++14: Decommission my own make_unique.
|
2017-01-05 17:14:07 -08:00 |
|
Jared Boone
|
ed0d5331ad
|
Fix member initialization order.
|
2016-11-26 16:53:35 -08:00 |
|
Jared Boone
|
2ec1bab5d5
|
Plumb BasebandThread to accept direction argument.
Default is to receive, for compatibility with existing users.
|
2016-08-10 10:36:03 -07:00 |
|
Jared Boone
|
96da55d83a
|
wait_for_buffer() now handles TX buffers.
Feels a bit awkward to read LLI src/dest to determine if RX or TX. But it works.
|
2016-08-10 10:34:14 -07:00 |
|
furrtek
|
739956b42b
|
Sync with Sharebrained's fw, only Xylos TX works for now
|
2016-07-27 03:03:40 +02:00 |
|
furrtek
|
fdfa7c9776
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
firmware/Makefile
firmware/application/Makefile
firmware/application/event_m0.cpp
firmware/application/ui_setup.cpp
firmware/application/ui_setup.hpp
firmware/baseband/baseband_thread.cpp
firmware/baseband/baseband_thread.hpp
firmware/bootstrap/CMakeLists.txt
firmware/common/message.hpp
firmware/common/portapack_shared_memory.hpp
hardware/.gitignore
|
2016-07-25 16:35:42 +02:00 |
|
Jared Boone
|
74c8429f75
|
Take processor as argument to BasebandThread.
Remove lots of dependency on specific processors.
Reduce state by removing processor switching from BasebandThread.
|
2016-06-25 10:57:16 -07:00 |
|
Jared Boone
|
bb32ef5321
|
Bracket BasebandThread loop with enable/disable code.
|
2016-06-25 10:53:16 -07:00 |
|
Jared Boone
|
9188bb9ee9
|
Remove thread pointer checking.
|
2016-06-24 15:46:53 -07:00 |
|
Jared Boone
|
f8a473d56b
|
Change baseband, RSSI threads to be more RAII.
|
2016-06-24 15:34:49 -07:00 |
|
Jared Boone
|
9444d21c12
|
Remove baseband stats tracking code.
It was half-baked, and is getting in the way of a major refactoring.
|
2016-06-24 15:24:26 -07:00 |
|
furrtek
|
9149508c83
|
Improved close call precision
|
2016-05-13 01:18:04 +02:00 |
|
furrtek
|
fb21c1332e
|
Started close call dev
|
2016-05-11 12:45:03 +02:00 |
|
Jared Boone
|
85a6ecd5dc
|
Missing "using namespace".
|
2016-05-10 11:02:42 -07:00 |
|
furrtek
|
2fcfdba9ea
|
"At least it builds !"
|
2016-04-21 22:12:51 +02:00 |
|
furrtek
|
1b0da68d65
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
firmware/application/Makefile
firmware/application/core_control.cpp
firmware/application/touch.cpp
firmware/application/ui_debug.cpp
firmware/application/ui_debug.hpp
firmware/application/ui_navigation.cpp
firmware/baseband/baseband_thread.cpp
|
2016-04-21 20:36:19 +02:00 |
|
Jared Boone
|
743dc9f542
|
Rough implementation of capture mode
|
2016-04-11 10:59:55 -07:00 |
|
Jared Boone
|
6101ca36cd
|
Use unique_ptr for baseband_buffer.
|
2016-02-23 20:21:32 -08:00 |
|
furrtek
|
ba94ce55ef
|
Loadmodule emergency fix
|
2016-02-06 23:19:28 +01:00 |
|