Jared Boone
|
daa2f7aed0
|
Drain write FIFO, don't read just one block.
|
2016-04-11 10:20:19 -07:00 |
|
Jared Boone
|
aca19ae997
|
Factor out SD card write size.
|
2016-04-11 10:20:19 -07:00 |
|
Jared Boone
|
f94938db8e
|
De-template FIFO.
|
2016-04-11 10:20:19 -07:00 |
|
Jared Boone
|
59f1a32566
|
Semi-naive audio recording to SD card.
|
2016-04-11 10:20:19 -07:00 |
|
Jared Boone
|
f09d803e61
|
Use correct SDC card present function.
Was using the LLD function directly -- no!
|
2016-04-10 17:29:14 -07:00 |
|
Jared Boone
|
9e1b88d85f
|
Enable FATFS fast seek feature.
Handy when appending to large baseband files.
|
2016-04-10 17:27:36 -07:00 |
|
Jared Boone
|
4ac2c540c9
|
Disable SDC "nice waiting" for performance.
Quick test indicates 4.5% better average write performance. No change in reads.
|
2016-04-10 17:24:28 -07:00 |
|
Jared Boone
|
0cb923be6d
|
Add SD card debug view.
Bus and card configuration data, write and read testing.
|
2016-04-10 17:16:39 -07:00 |
|
Jared Boone
|
0a9d7ec8d8
|
Add File::open_for_reading().
Barf.
|
2016-04-10 15:56:34 -07:00 |
|
Jared Boone
|
38ba02a68f
|
Change File::open to File::open_for_writing.
Not thrilled about the File API right now...
|
2016-04-10 15:55:01 -07:00 |
|
Jared Boone
|
b35a8c4501
|
Add TPMS signal_type.
|
2016-04-06 17:04:40 -07:00 |
|
Jared Boone
|
635b1fd4c3
|
Extract TPMS packet stuff to separate files.
|
2016-04-06 17:01:54 -07:00 |
|
Jared Boone
|
b7c0efbb64
|
Add ERT commodity type.
|
2016-04-06 16:16:10 -07:00 |
|
Jared Boone
|
bf348cf30a
|
Move message handling loops to MessageQueue.
|
2016-02-27 21:07:11 -08:00 |
|
Jared Boone
|
7f663f7e0c
|
Remove unused code.
|
2016-02-22 14:18:20 -08:00 |
|
Jared Boone
|
52016defd5
|
Capture screen image, save to PNG file on SD card.
|
2016-02-19 15:34:02 -08:00 |
|
Jared Boone
|
ac6af17b94
|
Fix extra, empty menu items in DebugMenuView.
Added TODO to prevent default construction of menu items, making this a compiler error in the future.
|
2016-02-19 11:22:22 -08:00 |
|
Jared Boone
|
40d7f3a134
|
Add screen capture button.
|
2016-02-18 21:35:46 -08:00 |
|
Jared Boone
|
7cf55cef52
|
Add File::write() that takes std::array.
|
2016-02-18 21:34:03 -08:00 |
|
Jared Boone
|
083711ceb2
|
Add File::open(), use inside File::open_for_append().
|
2016-02-18 21:33:38 -08:00 |
|
Jared Boone
|
6b97490794
|
Fix SD error icon.
Was missing the left half of the "X".
|
2016-02-18 21:32:25 -08:00 |
|
Jared Boone
|
1e0d34c98b
|
CRC internal type more suitable for ARM.
|
2016-02-18 21:31:51 -08:00 |
|
Jared Boone
|
c12833a288
|
Factor out a common rectangle.
|
2016-02-16 15:17:06 -08:00 |
|
Jared Boone
|
0681f9c5df
|
Init message queues in M0 event dispatcher.
|
2016-02-16 11:23:02 -08:00 |
|
Jared Boone
|
7ec476cb79
|
Rename m4_startup.* to more appropriate core_control.*
Now that there is M0- and M4-related code.
|
2016-02-16 11:09:00 -08:00 |
|
Jared Boone
|
7fbe57931e
|
Push M0 halt code into a function.
|
2016-02-16 11:04:35 -08:00 |
|
Jared Boone
|
64da082306
|
Remove dead test code.
|
2016-02-16 10:28:35 -08:00 |
|
Jared Boone
|
3e2b6087c2
|
Tighten up radio API, stop leaking 1st/2nd IF instances.
|
2016-02-16 10:28:13 -08:00 |
|
Jared Boone
|
7d60b940d6
|
Push hardware peripherals debug views into a sub-menu.
|
2016-02-12 15:05:47 -08:00 |
|
Jared Boone
|
c72a443738
|
Relabel ChibiOS core free bytes.
|
2016-02-12 13:51:14 -08:00 |
|
Jared Boone
|
937dad62ee
|
Create log files on heap.
...for imminent refactor where user can manually start/stop logging, and maybe even change the filename! *swoon*
|
2016-02-10 20:53:14 -08:00 |
|
Jared Boone
|
58864ebbe7
|
Remove extra #includes.
|
2016-02-10 20:19:27 -08:00 |
|
Jared Boone
|
22e44605b6
|
Hide baseband queue code inside baseband "API".
|
2016-02-10 20:11:19 -08:00 |
|
Jared Boone
|
49a89b9dee
|
Single function to configure/enable radio.
|
2016-02-10 16:58:25 -08:00 |
|
Jared Boone
|
692a262f41
|
Use TPMS sampling_rate variable instead of literal.
|
2016-02-10 16:48:09 -08:00 |
|
Jared Boone
|
f5cdf8ed76
|
Remove unused radio:: function.
|
2016-02-10 16:47:36 -08:00 |
|
Jared Boone
|
472b0a2e79
|
ReceiverModel no longer uses some baseband modes.
|
2016-02-10 16:32:25 -08:00 |
|
Jared Boone
|
5cdbae495a
|
Digital modes no longer use ReceiverModel.
AIS/TPMS/ERT were changing receiver mode settings -- not my intent.
|
2016-02-10 16:31:52 -08:00 |
|
Jared Boone
|
3587300701
|
Remove extra #include.
|
2016-02-10 16:19:31 -08:00 |
|
Jared Boone
|
6c06549b6e
|
Remove reference PPM methods from ReceiverModel.
|
2016-02-10 15:34:33 -08:00 |
|
Jared Boone
|
3a709c51c4
|
Hide more Widget member variables.
|
2016-02-07 10:40:06 -08:00 |
|
Jared Boone
|
8f8a9f2b63
|
Fix back button repaint/focus quirks.
|
2016-02-07 10:33:15 -08:00 |
|
Jared Boone
|
7cb3bbc9f8
|
Make Widget flags private, expose via methods.
|
2016-02-07 10:32:38 -08:00 |
|
Jared Boone
|
9a33fc884a
|
More arguments pass-by-reference.
|
2016-02-06 16:44:19 -08:00 |
|
Jared Boone
|
cd56847326
|
Remove some unused member variables.
|
2016-02-06 16:23:38 -08:00 |
|
Jared Boone
|
3172fb1ad6
|
Make assorted arguments pass-by-reference.
|
2016-02-06 16:23:20 -08:00 |
|
Jared Boone
|
a9451c17b4
|
Move PPB clock adjustment out of ReceiverModel.
|
2016-02-05 16:52:34 -08:00 |
|
Jared Boone
|
682c87e3ff
|
Wrap baseband sampling rate function to radio:: function.
|
2016-02-05 16:36:36 -08:00 |
|
Jared Boone
|
0294165481
|
Extract LOTS of stuff into an audio API.
Prevent all manner of type and implementation leakage.
|
2016-02-05 16:25:43 -08:00 |
|
Jared Boone
|
1b793da17f
|
Expose I2C0 via portapack.hpp.
|
2016-02-05 16:21:03 -08:00 |
|