Commit Graph

416 Commits (ec81a01226e9e09bd2be8fbc107d3334665b8809)
 

Author SHA1 Message Date
DiSlord ec81a01226 Not use float in vbat measure (faster, less size), yes get little error (but less then 1mV)
6 years ago
DiSlord 922b66abdb Move offset variable to si5351.c (better use it as independent library)
6 years ago
DiSlord 88617a31fe In ili9341.c remove tabs, add palette mode blit function
6 years ago
DiSlord 8bdb650212 Implement color command, allow change color settings in config (enabled bu default ENABLE_COLOR_COMMAND)
6 years ago
DiSlord 6f25d0d43f Remove Mutex use (CH_CFG_USE_MUTEXES = FALSE), now all Mutex depend functions run in sweep thread
6 years ago
DiSlord 51b5cce016 Fix Random jitters at band 1 and band change on some freq ranges
6 years ago
DiSlord 10ae59e786 Little cleanup
6 years ago
DiSlord 3714e05395 Fix artifacts after marker move
6 years ago
DiSlord eebb625b9d Always update marker info
6 years ago
DiSlord 04fb661b1a Add flag in config for sweep mode
6 years ago
DiSlord f9074149bb Size fixes, use define exept const, typdef index_t for indexes
6 years ago
DiSlord 19121b3371 Auto determine mark_map mask size from MAX_MARKMAP_X on compilation (up to MAX_MARKMAP_X = 32)
6 years ago
DiSlord 2d273a5548 Fix typo
6 years ago
DiSlord a19722cdc3 Reduce last patch fix size (use pointers)
6 years ago
DiSlord 90407d5730 Fix screen artifacts:
6 years ago
DiSlord 5cf86ee1a6 Revert dsp changes, need more research
6 years ago
DiSlord a2d90a5e91 Try not lost data on dsp (Less noise on small signals)
6 years ago
DiSlord 77b5d0bcc8 Select CH0 reflect channel before set freq (in some rare cases dsp started but CH not ready)
6 years ago
TT c40d78d80f env: clean Makefile
6 years ago
TT 608482a970 env: add debug conf for vscode
6 years ago
TT ba5bf9c1ad fix: board definition
6 years ago
TT 6befd57bc1 fix: segv in sample command
6 years ago
TT 7c2e4364e6
Merge pull request #125 from DiSlord/master
6 years ago
DiSlord 45f04420cb Implement info command, move info_about[] to main.c
6 years ago
DiSlord fc6e090595 Add vbat_offset to config
6 years ago
DiSlord bb7127fdd0 Remove variable, use speep_mode flag
6 years ago
DiSlord e896f32803 Replace function wait_dsp(delay) by definition:
6 years ago
DiSlord 12d53738bc Revert some changes:
6 years ago
DiSlord a43b6e3acc si5351.c and si5351.h
6 years ago
DiSlord b77e1d6680 Big work around si5351 generator
6 years ago
TT f1cc60e99e feat: add lever mode for electrical delay
6 years ago
TT f6b28c2c14
Merge pull request #121 from DiSlord/master
6 years ago
TT 18c5ca9157 feat: add lever operation of electrical delay
6 years ago
TT 7f5948c4b8 chore: add scope name onto struct and enum
6 years ago
DiSlord 153585ff1f Move more address constants to nanovna.h
6 years ago
DiSlord ccb3693516 Huge reduce flash usage (about 5k), remove cal_data and _frequencies properties from data section
6 years ago
DiSlord cc3370c962 si5351.c
6 years ago
DiSlord a164a5765a Disable HAL_USE_RTC usage (need for cmd_time)
6 years ago
DiSlord 0116c529ea Restore sweep stack size as 640
6 years ago
DiSlord cb587d05a4 Makefile:
6 years ago
DiSlord 95b3f6f7d0 Disable ChibiOS option CH_CFG_USE_MUTEXES_RECURSIVE
6 years ago
DiSlord 17734f257d Disable unused ChibiOS options:
6 years ago
DiSlord d386b0823c Write clearScreen and use it in code
6 years ago
DiSlord b7934745ca Restore main thread stack size (stack usage code optimization give good result)
6 years ago
DiSlord a4e9b7a139
Merge branch 'master' into master
6 years ago
TT 48ff4893d3 feat: force putting trailing zeros on float value
6 years ago
DiSlord d2431f0cdc Increase screen render (in some cases up to 2x speedup), decrease stack usage (code size less on 1500 bytes)
6 years ago
DiSlord 5ee23be06f Add definition of spi_buffer size
6 years ago
DiSlord c92987c52e Fix default trace refpos set (use NGRIDY value)
6 years ago
DiSlord 1177d87498 Increase main thread stack size (if used as shell, if run some commands get stack limit, example "trace 0 x" command)
6 years ago

Powered by TurnKey Linux.