summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2019-06-28Switch to an OS-independent XDR implementation for protocol evaluationsDaniel Friesel-8/+539
2019-06-28XDR: Add notes about undefined behaviourDaniel Friesel-0/+8
2019-06-26Add a 16-bit XDR variantDaniel Friesel-0/+347
2019-06-25addsetautoackDaniel Friesel-7/+53
2019-06-25implement powerDown functionDaniel Friesel-0/+6
2019-06-25RF24: toggles, add setPayloadSizeDaniel Friesel-24/+38
2019-06-25Nrf24: dynamic payload size and dynamic acksDaniel Friesel-6/+85
2019-06-24RF24: Add functions required for readingDaniel Friesel-2/+261
2019-06-24import nRF24 TX codeDaniel Friesel-51/+402
2019-06-21add basic nRF24 driverDaniel Friesel-0/+330
2019-06-21compile code with -fno-exceptionsDaniel Friesel-1/+1
2019-06-21mpack: disable node api (we do not use it)Daniel Friesel-1/+1
2019-06-05Use two FRAM areas to ensure atomicityDaniel Friesel-43/+68
2019-06-04transactiontest: MSP430FR5994, avoid inturrupt issuesDaniel Friesel-4/+5
2019-06-04MSP430FR5994: Fix GPIO und SPI_B driversDaniel Friesel-42/+122
2019-05-27Add Sharp96 driver / display demoDaniel Friesel-0/+113
2019-05-27SRAM backup: documentation, config for offset+sizeDaniel Friesel-17/+46
2019-05-27Resume execution after power lossDaniel Friesel-19/+36
2019-05-27Add transaction object with retry/abort functionsDaniel Friesel-35/+69
2019-05-24MSP430: save & restore entire SRAM to/from FRAMDaniel Friesel-2/+124
2019-05-24add arduino-nano arch_typesDaniel Friesel-0/+7
2019-05-24add ccs811, max44006, max44009 drivers. Not all are working.Daniel Friesel-0/+200
2019-05-24add test/benchmark app for MSP430 EnergyTrace time resolutionDaniel Friesel-0/+83
2019-05-24add dysfunctional ccs811 test appDaniel Friesel-0/+37
2019-05-24add waittest appDaniel Friesel-0/+55
2019-05-24i2cbench: Do not require setOS to be setDaniel Friesel-6/+6
2019-05-24energy model WiPDaniel Friesel-0/+46
2019-05-24esp8266: Use -fm dout to accomodate odd/broken nodemcu boardsDaniel Friesel-2/+2
2019-03-22esp8266: add missing features to driver/counterDaniel Friesel-2/+3
2019-03-21counter: add include guardsDaniel Friesel-0/+15
2019-03-13msp430fr5996lp: aspectc++ supportDaniel Friesel-0/+2
2019-03-13arduino nano: bugfix, aspectc++ supportDaniel Friesel-2/+6
2019-03-13msp430fr aspectc++ supportDaniel Friesel-0/+16
2019-03-08...Daniel Friesel-5/+5
2019-03-08msp430fr5969 counter: Track overflowsDaniel Friesel-3/+18
2019-03-06add counter test applicationDaniel Friesel-0/+62
2019-03-05woring codegen for lm75 and sharp96 DFADaniel Friesel-1/+39
2019-03-05counter: rename overflowed to overflowDaniel Friesel-23/+36
2019-03-05sharp96: Set default pins in Makefile (it's commonly used on MSP430FR boards)Daniel Friesel-0/+3
2019-03-05ptalog: Do not request pin number when gpio is not usedDaniel Friesel-1/+1
2019-03-04counter: Provide typedefs fore value/overflow typeDaniel Friesel-4/+21
2019-03-04ptalog: Support different logging typesDaniel Friesel-2/+40
2019-03-04Add LM75 DFA modelDaniel Friesel-0/+51
2019-02-22ptalog: Add GPIO-based synchronization functionsDaniel Friesel-5/+17
2019-02-22Add PTALog classDaniel Friesel-0/+51
2019-02-18improve cpu_freq helpDaniel Friesel-2/+4
2019-01-31add simple compile and option-combination tests for posix archDaniel Friesel-1/+42
2019-01-31posix: add missing delay_us and delay_ms functionsDaniel Friesel-0/+17
2019-01-30remove unused avstack, add static-stack-analyze / "make stack"Daniel Friesel-273/+306
2019-01-29add help for common flagsDaniel Friesel-2/+14