44 Commits

Author SHA1 Message Date
2233eeff4e update MPU driver version 2019-04-13 15:49:39 -07:00
d08e58465a build a protoc binary to use to ensure version compat 2019-02-09 18:43:45 -08:00
08db5c5917 fix sdkconfig defaults and more 2019-01-24 23:00:12 -08:00
82ea623747 fix sx127x types 2019-01-23 18:57:22 -08:00
3afef4f2d5 More work on getting E32 lora to work 2019-01-23 18:37:45 -08:00
611bade298 start using regular protobuf instead of nanopb
Fix using full version of protobuf

fix issue with lora config defaults

fix a few things in cmake files

fix cmake flags

minor protobuf build fixes
2019-01-17 22:10:26 -08:00
d34b7679f2 Initialize in better order to avoid errors 2019-01-17 21:58:37 -08:00
399ded8801 seems like I have implemented GPS support 2019-01-17 19:34:13 -08:00
45bc99dd01 Use upstream mpu-driver & i2cbus 2019-01-16 18:18:35 -08:00
3d91c655f7 use forked versions of mpu and i2cbus 2019-01-16 00:20:09 -08:00
46e86e05d0 begin using mpu driver lib 2019-01-15 22:20:50 -08:00
f34c32a19e add changes to CMakeLists.txt 2019-01-15 20:37:31 -08:00
b8e2f8670e Merge commit '8d24829f67ea5ed5b020111ea34b98ecc8f68f29' as 'components/u8g2' 2019-01-15 20:36:08 -08:00
8dfdd4e4bc Remove u8g2 submodule 2019-01-15 20:34:25 -08:00
660e534963 C++ interface for U8G2 2019-01-15 18:04:16 -08:00
2911ad535f start work on mpu driver 2019-01-14 13:07:11 -08:00
a0ab15b815 fix Kconfig defaults 2019-01-05 14:49:50 -07:00
abdfde2762 make sure to clean up resources 2019-01-05 14:47:11 -07:00
541667b0f0 add sx127x nanopb send method 2019-01-03 15:52:52 -07:00
d837a9f40d fix nanopb_generate 2019-01-03 14:27:48 -07:00
802fbceb84 don't clutter up file associations 2019-01-03 14:17:30 -07:00
90f64c2b37 add protobuf generation 2019-01-03 14:16:54 -07:00
3a7b15912e fix reading packets 2019-01-02 18:19:50 -07:00
d8c132319f fix writing fifo 2019-01-02 18:05:42 -07:00
4e436cfb7c add locking for sx127x spi and more register access 2019-01-02 15:52:27 -07:00
13e1c275fb still write handle on failed init 2018-12-31 14:06:21 -07:00
33bb813a02 Use Kconfig for SX127X 2018-12-31 14:02:11 -07:00
c27b53796d fix last bits of namespace pollution 2018-12-31 13:49:31 -07:00
93b29e0c3f refactor register names to enum 2018-12-31 13:48:11 -07:00
94764b1fd1 rename some definitions for sx127x 2018-12-31 13:40:39 -07:00
6db8a0aab8 use atomic operations for sx127x task state 2018-12-31 13:37:08 -07:00
2cffb1c80b use handles for sx127x 2018-12-31 13:13:05 -07:00
2f008797f0 add support for packet rx 2018-12-31 12:56:02 -07:00
ff669ed8e6 fix stack smashing issue 2018-12-31 11:31:05 -07:00
aa890a8dca move isr to iram 2018-12-31 11:05:23 -07:00
4c6dbb76c1 use google code style 2018-12-31 01:40:41 -07:00
845459fe5b some refactoring, add needed consts, add err checks 2018-12-31 01:26:22 -07:00
3b07b53dee fix error msgs and a few things 2018-12-31 00:06:59 -07:00
d3eccdbcb1 better use of strings in log messages 2018-12-30 23:51:51 -07:00
62e4b286db add ticks_to_wait parameter for send_packet 2018-12-30 19:27:58 -07:00
6f15b96a79 add error checking for tx 2018-12-30 19:23:52 -07:00
589a819e4f add support for packet tx 2018-12-30 02:47:47 -07:00
85f816850b Refactor sx127x_driver into a component 2018-12-29 22:07:22 -07:00
923bdbf7b8 add oled support 2018-12-21 09:20:30 -08:00