Age | Commit message (Expand) | Author | Lines |
2019-10-17 | blinkencat3: rotate colours clockwise | Daniel Friesel | -4/+4 |
2019-10-06 | blinkencat3: decrease default brightness | Daniel Friesel | -11/+30 |
2019-09-24 | convert BME680 driver to C++ class | Daniel Friesel | -21/+18 |
2019-09-23 | Add Bosch SensorTec BME680 driver + utilities | Daniel Friesel | -0/+39 |
2019-09-06 | add blinkencat3 app | Daniel Friesel | -0/+263 |
2019-07-26 | nrf24l01test: more tests | Daniel Friesel | -21/+42 |
2019-07-16 | more radio tests | Daniel Friesel | -3/+6 |
2019-07-16 | Working Nrf24 ping-pong | Daniel Friesel | -9/+32 |
2019-06-28 | Switch to an OS-independent XDR implementation for protocol evaluations | Daniel Friesel | -8/+4 |
2019-06-26 | Add a 16-bit XDR variant | Daniel Friesel | -0/+10 |
2019-06-25 | addsetautoack | Daniel Friesel | -2/+2 |
2019-06-25 | RF24: toggles, add setPayloadSize | Daniel Friesel | -6/+6 |
2019-06-25 | Nrf24: dynamic payload size and dynamic acks | Daniel Friesel | -2/+34 |
2019-06-24 | RF24: Add functions required for reading | Daniel Friesel | -0/+3 |
2019-06-24 | import nRF24 TX code | Daniel Friesel | -0/+2 |
2019-06-21 | add basic nRF24 driver | Daniel Friesel | -0/+28 |
2019-06-05 | Use two FRAM areas to ensure atomicity | Daniel Friesel | -43/+65 |
2019-06-04 | transactiontest: MSP430FR5994, avoid inturrupt issues | Daniel Friesel | -4/+5 |
2019-05-27 | Add Sharp96 driver / display demo | Daniel Friesel | -0/+113 |
2019-05-27 | SRAM backup: documentation, config for offset+size | Daniel Friesel | -17/+46 |
2019-05-27 | Resume execution after power loss | Daniel Friesel | -19/+36 |
2019-05-27 | Add transaction object with retry/abort functions | Daniel Friesel | -35/+69 |
2019-05-24 | MSP430: save & restore entire SRAM to/from FRAM | Daniel Friesel | -0/+115 |
2019-05-24 | add test/benchmark app for MSP430 EnergyTrace time resolution | Daniel Friesel | -0/+83 |
2019-05-24 | add dysfunctional ccs811 test app | Daniel Friesel | -0/+37 |
2019-05-24 | add waittest app | Daniel Friesel | -0/+55 |
2019-05-24 | i2cbench: Do not require setOS to be set | Daniel Friesel | -6/+6 |
2019-03-13 | msp430fr aspectc++ support | Daniel Friesel | -0/+4 |
2019-03-08 | ... | Daniel Friesel | -5/+5 |
2019-03-06 | add counter test application | Daniel Friesel | -0/+62 |
2019-01-31 | add simple compile and option-combination tests for posix arch | Daniel Friesel | -0/+31 |
2019-01-29 | add sysinfo application | Daniel Friesel | -0/+34 |
2019-01-09 | import binn serialization format | Daniel Friesel | -14/+8 |
2018-12-14 | prototest: remove ts variable (unused in benchmarks) | Daniel Friesel | -2/+2 |
2018-12-04 | prototest: loop indefinitely on all architectures but esp8266 | Daniel Friesel | -1/+1 |
2018-12-03 | prototest: only include counter when needed | Daniel Friesel | -2/+5 |
2018-11-30 | prototest: nanopb: debugging | Daniel Friesel | -0/+1 |
2018-11-22 | prototest makefile: respect $QUIET | Daniel Friesel | -7/+7 |
2018-11-22 | prototest: switch to full autogeneration | Daniel Friesel | -373/+8 |
2018-11-22 | prototest: ignore benchmark files | Daniel Friesel | -17/+0 |
2018-11-21 | prototest: autogen capnproto_c | Daniel Friesel | -39/+50 |
2018-11-21 | capn-c: *.c -> *.cc | Daniel Friesel | -3/+3 |
2018-11-21 | capnp_c list test | Daniel Friesel | -0/+24 |
2018-11-21 | working minimal capnp_c test case | Daniel Friesel | -23/+110 |
2018-11-20 | move nanopb generated files to nanopbbench.pb.* | Daniel Friesel | -5/+6 |
2018-11-19 | prototest: further benchmarking and code generation tests | Daniel Friesel | -22/+119 |
2018-11-15 | prototest makefile: add prototest_bench_{energy,cycles} switch | Daniel Friesel | -5/+14 |
2018-11-14 | prototest: More arduinojson, ubjson, cbor | Daniel Friesel | -7/+43 |
2018-11-14 | prototest: restore nlohmann tests | Daniel Friesel | -0/+43 |
2018-11-13 | prototest: add ubjson | Daniel Friesel | -1/+31 |