Jared Boone
|
d905c446bf
|
Fix integer width oops calculating disk space().
|
2016-05-13 18:10:23 -07:00 |
|
furrtek
|
7267de234d
|
Added EPAR transmit (slow FSK), bit bug for now
|
2016-05-13 09:34:15 +02:00 |
|
Jared Boone
|
ff5e20a7a4
|
Refactor capture file writer classes -- lots of common code.
|
2016-05-12 22:31:56 -07:00 |
|
Jared Boone
|
537296b8c3
|
Stop capture on error.
|
2016-05-12 22:03:25 -07:00 |
|
Jared Boone
|
8de12ff570
|
Display modal error when RecordView experiences an error.
|
2016-05-12 22:00:40 -07:00 |
|
Jared Boone
|
9dc12fca3c
|
Check for filesystem errors in RecordView.
|
2016-05-12 21:59:46 -07:00 |
|
Jared Boone
|
92d75fa46d
|
Very crude ModalMessageView.
Initially for displaying filesystem errors.
|
2016-05-12 21:58:54 -07:00 |
|
Jared Boone
|
ebf0e765ce
|
Expose Writer errors through CaptureThread.
|
2016-05-12 21:58:15 -07:00 |
|
Jared Boone
|
87505f833b
|
Expose filesystem errors on Writer.
|
2016-05-12 21:57:38 -07:00 |
|
Jared Boone
|
8655b6d915
|
Adapt filesystem_error to new File error handling, expose on File.
|
2016-05-12 21:55:39 -07:00 |
|
Jared Boone
|
1df505331a
|
Handle File errors beyond FatFs.
|
2016-05-12 21:55:01 -07:00 |
|
Jared Boone
|
b21758781c
|
Preserve File error state once error occurs.
|
2016-05-12 21:54:13 -07:00 |
|
Jared Boone
|
0f1ae96ba4
|
Move File definition below std::filesystem.
|
2016-05-12 21:44:37 -07:00 |
|
Jared Boone
|
4567db2fdb
|
Add std::filesystem::filesystem_error object.
Not a standards-compliant implementation, but has the same vague shape, so should be easier to port later(?).
|
2016-05-12 18:19:28 -07:00 |
|
furrtek
|
9149508c83
|
Improved close call precision
|
2016-05-13 01:18:04 +02:00 |
|
Jared Boone
|
479a96fc22
|
Move Painter into EventDispatcher.
|
2016-05-12 15:52:18 -07:00 |
|
Jared Boone
|
d64344a84f
|
Un-template MessageHandlerRegistration, move code to .cpp.
|
2016-05-12 15:24:08 -07:00 |
|
Jared Boone
|
7d4dd03418
|
Wrap message handler registrations in class to subscribe/unsubscribe automatically.
|
2016-05-11 22:53:09 -07:00 |
|
furrtek
|
7d193c3445
|
Close call tuning fix, more UI elements
|
2016-05-11 23:57:22 +02:00 |
|
Jared Boone
|
e298e1ec5a
|
Fix SD capture remaining time formatting -- zero pad minutes.
|
2016-05-11 12:34:09 -07:00 |
|
Jared Boone
|
46d4c919fb
|
Show SD card capture time remaining even when not capturing.
|
2016-05-11 12:07:58 -07:00 |
|
Jared Boone
|
7fd508dfbe
|
Format remaining time on SD card as "HHH:MM:SS".
|
2016-05-11 12:02:39 -07:00 |
|
Jared Boone
|
7d3e697ea8
|
Rename SD record variables: "free"/"recorded" -> "available"
|
2016-05-11 11:50:40 -07:00 |
|
Jared Boone
|
b2322370a9
|
Display remaining capture time on SD card.
|
2016-05-11 11:22:57 -07:00 |
|
Jared Boone
|
f157c13442
|
Implement std::filesystem::space().
|
2016-05-11 10:58:57 -07:00 |
|
Furrtek
|
f9d7aec1ad
|
Update README.md
|
2016-05-11 16:49:24 +02:00 |
|
furrtek
|
fb21c1332e
|
Started close call dev
|
2016-05-11 12:45:03 +02:00 |
|
furrtek
|
b4a113be59
|
Handwriting fixes
|
2016-05-11 01:03:42 +02:00 |
|
Jared Boone
|
c48a88539a
|
Check capture FIFO before waking M0 capture thread.
|
2016-05-10 14:39:24 -07:00 |
|
Jared Boone
|
b82eff51dd
|
Refactor of capture buffer management between cores.
Instead of copying data into and out of FIFO, passing buffer pointers between cores that are sized to match preferred/ideal SD card write size.
|
2016-05-10 14:12:37 -07:00 |
|
Jared Boone
|
85a6ecd5dc
|
Missing "using namespace".
|
2016-05-10 11:02:42 -07:00 |
|
Jared Boone
|
4c57c1205f
|
SD debug display more informative card type.
|
2016-05-09 22:49:26 -07:00 |
|
Jared Boone
|
91ae692f90
|
SD debug display CSD value.
|
2016-05-09 22:48:33 -07:00 |
|
Jared Boone
|
cc9c5acc3c
|
Remove SD card debug "detected" field.
|
2016-05-09 22:42:54 -07:00 |
|
furrtek
|
a42f5beb9b
|
Handwriting recognition
|
2016-05-10 07:20:24 +02:00 |
|
Jared Boone
|
51b680c3bd
|
Implement FatFs disk_ioctl MMC_GET_{TYPE,CSD}.
|
2016-05-09 21:55:57 -07:00 |
|
Jared Boone
|
95581f8c27
|
FatFs disk_ioctl(GET_BLOCK_SIZE) unimplemented, return correct value.
|
2016-05-09 21:55:06 -07:00 |
|
Jared Boone
|
03c6c80332
|
Factor out some SD card info formatting.
|
2016-05-09 21:53:01 -07:00 |
|
furrtek
|
4511090eae
|
Unistroke in dirty code
|
2016-05-10 04:24:19 +02:00 |
|
furrtek
|
c8d37e215b
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
firmware/application/audio_thread.cpp
firmware/application/event_m0.cpp
firmware/application/time.cpp
firmware/baseband-tx/clock_recovery.cpp
firmware/baseband/stream_input.hpp
firmware/common/message.hpp
|
2016-05-09 21:16:24 +02:00 |
|
furrtek
|
569f299f42
|
Merge
|
2016-05-09 21:05:11 +02:00 |
|
furrtek
|
8523bd860e
|
Merge branch 'master' of https://github.com/furrtek/portapack-hackrf
|
2016-05-09 20:42:35 +02:00 |
|
furrtek
|
d40016ffda
|
Fixed LCR and Xylos transmitters
|
2016-05-09 20:42:20 +02:00 |
|
Jared Boone
|
dc2944d5e9
|
Make Widget::screen_rect() const.
Because I can.
|
2016-05-08 14:59:26 -07:00 |
|
Jared Boone
|
ab73d6155e
|
Improve arrow key next focus algorithm.
|
2016-05-08 14:59:03 -07:00 |
|
Jared Boone
|
72cc6569ca
|
Use UM10503 (user manual) suggestion for SD delay config.
|
2016-05-06 15:04:53 -07:00 |
|
Jared Boone
|
56a7b841cb
|
Remove CaptureThread LED control.
|
2016-05-02 12:53:33 -07:00 |
|
Jared Boone
|
eeb4645242
|
Move lots of capture_thread code to .cpp.
|
2016-05-02 12:50:49 -07:00 |
|
Jared Boone
|
697df07501
|
Move Writer implementations to ui_record_view.cpp.
|
2016-05-02 12:34:42 -07:00 |
|
Jared Boone
|
97af4585b0
|
Missing #includes.
|
2016-05-02 12:26:53 -07:00 |
|