DiSlord
|
7245722343
|
Fix error on menu walk up from leveler if some menu items disabled (example in HI output modulation select menu)
Also now more easy disable some menu items (only in menuDisabled need add rule)
Add delay then walk in menu
More compact code
|
6 years ago |
DiSlord
|
d845c67d23
|
small code optimization
|
6 years ago |
DiSlord
|
5c8ae50a3e
|
Fix wrong file update
Revert "remove not correct select waterfall button on enable spur removal"
This reverts commit 9b4a8d916c.
|
6 years ago |
DiSlord
|
9b4a8d916c
|
remove not correct select waterfall button on enable spur removal
|
6 years ago |
DiSlord
|
82265cd447
|
Add thread information on debug screen
Increase main thread stack size, now 0x200
|
6 years ago |
DiSlord
|
eca14f8e3c
|
Small code optimization (less size) in marker move from leveler
Now step increase every 4 step on one
|
6 years ago |
erikkaashoek
|
e9626c21ff
|
Merge branch 'DiSlord_test_branch'
|
6 years ago |
erikkaashoek
|
311d0bda42
|
Massive sweep time redesign
|
6 years ago |
DiSlord
|
8878c6f0bf
|
Big font fixes
Better look 'm' letter
Replace 'u' letter to 'µ'
|
6 years ago |
DiSlord
|
0e9a37c5e6
|
Implement shiftInBuf for fast read RSSI data (not used, need check speed and correct timings)
|
6 years ago |
DiSlord
|
3ff7cd98e6
|
Reduce main thread stack size from 576 to 384
Reduce interrupt stack size from 512 to 256
|
6 years ago |
DiSlord
|
ace88a0b5a
|
Reduce sweep thread stack size from 900 to 768
|
6 years ago |
DiSlord
|
a2ff8edabd
|
Small style fixes
SPI_BUFFER_SIZE depend from CELLWIDTH and CELLHEIGHT
|
6 years ago |
DiSlord
|
b8e98e95b9
|
Reduce USB buffer size from 128 to 32
|
6 years ago |
erikkaashoek
|
ee2ffa105d
|
also here change letter
|
6 years ago |
erikkaashoek
|
54e3eb5537
|
Updated sweep time prediction
|
6 years ago |
erikkaashoek
|
574dd404dc
|
Merge branch 'DiSlord_test_branch'
|
6 years ago |
erikkaashoek
|
0eab48086b
|
Simplified and cleaned sweep code and repaired level sweep
|
6 years ago |
DiSlord
|
07312ef04b
|
use 'µ' as postfix for values (before used 'u')
|
6 years ago |
erikkaashoek
|
654377907f
|
Use lower case 's' for seconds
|
6 years ago |
erikkaashoek
|
acf2e93401
|
Add high mode specific attenuation menu
|
6 years ago |
erikkaashoek
|
e2bbfe8b13
|
Merge branch 'DiSlord_test_branch'
|
6 years ago |
DiSlord
|
cf96ae7d22
|
Replace hardcoded values on defined constant
|
6 years ago |
DiSlord
|
f9ad83dbef
|
Define SI4432 registers
Use defined names for better read code
|
6 years ago |
erikkaashoek
|
d0a7c0649b
|
Added measuring of minimum sweep times
|
6 years ago |
DiSlord
|
7ef621beed
|
More remove screen redraw req
|
6 years ago |
DiSlord
|
1dde3bd245
|
Remove more not need full screen redraw, more faster screen update in some cases
|
6 years ago |
DiSlord
|
e365edb083
|
Merge branch 'master' of https://github.com/erikkaashoek/tinySA into DiSlord_test_branch
|
6 years ago |
DiSlord
|
fc6e705fc8
|
Revert "Debug sweep time output"
This reverts commit 22a0d8fd38.
|
6 years ago |
erikkaashoek
|
ae6f32fc12
|
Add large amount of comment to perform and sweep
|
6 years ago |
DiSlord
|
22a0d8fd38
|
Debug sweep time output
|
6 years ago |
DiSlord
|
7ec86191be
|
Merge branch 'master' of https://github.com/erikkaashoek/tinySA into DiSlord_test_branch
|
6 years ago |
erikkaashoek
|
d32f77a6d2
|
Measure and predict sweep time
|
6 years ago |
DiSlord
|
1efe2b7871
|
Replace fabs macro on fabsf(float) function from math.h (more correct and compact use it for float)
|
6 years ago |
erikkaashoek
|
a7c4558452
|
Removed color red from status panel and added scan speed indicator
|
6 years ago |
erikkaashoek
|
43da653076
|
Merge branch 'DiSlord_test_branch'
|
6 years ago |
DiSlord
|
11c5938807
|
Change use time from float to uint32 type
Now time settings stored as uSec value
|
6 years ago |
erikkaashoek
|
5b8391fffb
|
Increase speed of extra fast scan
|
6 years ago |
erikkaashoek
|
43a17936b2
|
Correct extra fast error
|
6 years ago |
erikkaashoek
|
dd289f8ecd
|
Merge branch 'DiSlord_test_branch'
|
6 years ago |
erikkaashoek
|
269b09d6a7
|
Speed improvement experiments
|
6 years ago |
DiSlord
|
142c3e3b4f
|
Use (lost in last fix) O2 for si4432.c
|
6 years ago |
DiSlord
|
9c5ffd8e93
|
Add -O2 compile option to si4432.c
Small optimize shiftIn and shiftOut
use sweep_points for calc delay in SI4432_Fill
|
6 years ago |
DiSlord
|
1104964fe9
|
Merge branch 'master' of https://github.com/erikkaashoek/tinySA into DiSlord_test_branch
|
6 years ago |
erikkaashoek
|
27eaa8f4b3
|
Reduce duration of initial sweeps
|
6 years ago |
DiSlord
|
3836117a5f
|
restore val type
|
6 years ago |
DiSlord
|
be8599d664
|
Set frequencyStop and frequencyStart uint32_t type
|
6 years ago |
DiSlord
|
1e71848eb9
|
Use my_atoui for parse string command
|
6 years ago |
erikkaashoek
|
46616a6ce7
|
Sweep progress bar
|
6 years ago |
erikkaashoek
|
5140ccde5a
|
Updated spur shifts and 10MHz keypad
|
6 years ago |