Age | Commit message (Expand) | Author | Lines |
2019-06-25 | implement powerDown function | Daniel Friesel | -0/+6 |
2019-06-25 | RF24: toggles, add setPayloadSize | Daniel Friesel | -22/+32 |
2019-06-25 | Nrf24: dynamic payload size and dynamic acks | Daniel Friesel | -5/+60 |
2019-06-24 | RF24: Add functions required for reading | Daniel Friesel | -0/+104 |
2019-06-24 | import nRF24 TX code | Daniel Friesel | -12/+190 |
2019-06-21 | add basic nRF24 driver | Daniel Friesel | -0/+123 |
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-06-04 | MSP430FR5994: Fix GPIO und SPI_B drivers | Daniel Friesel | -28/+28 |
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 | -2/+123 |
2019-05-24 | add ccs811, max44006, max44009 drivers. Not all are working. | Daniel Friesel | -0/+140 |
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-05-24 | esp8266: Use -fm dout to accomodate odd/broken nodemcu boards | Daniel Friesel | -2/+2 |
2019-03-13 | msp430fr5996lp: aspectc++ support | Daniel Friesel | -0/+2 |
2019-03-13 | arduino nano: bugfix, aspectc++ support | Daniel Friesel | -0/+4 |
2019-03-13 | msp430fr aspectc++ support | Daniel Friesel | -0/+16 |
2019-03-08 | ... | Daniel Friesel | -5/+5 |
2019-03-08 | msp430fr5969 counter: Track overflows | Daniel Friesel | -0/+11 |
2019-03-06 | add counter test application | Daniel Friesel | -0/+62 |
2019-03-05 | counter: rename overflowed to overflow | Daniel Friesel | -2/+2 |
2019-03-04 | Add LM75 DFA model | Daniel Friesel | -0/+14 |
2019-02-18 | improve cpu_freq help | Daniel Friesel | -2/+4 |
2019-01-31 | add simple compile and option-combination tests for posix arch | Daniel Friesel | -1/+32 |
2019-01-31 | posix: add missing delay_us and delay_ms functions | Daniel Friesel | -0/+17 |
2019-01-29 | update architecture-specific help | Daniel Friesel | -14/+31 |
2019-01-29 | add primitive esp8266 counter | Daniel Friesel | -0/+3 |
2019-01-29 | add sysinfo application | Daniel Friesel | -0/+34 |
2019-01-29 | posix: document gpio_trace switch | Daniel Friesel | -1/+1 |
2019-01-09 | import binn serialization format | Daniel Friesel | -14/+3380 |
2018-12-14 | prototest: remove ts variable (unused in benchmarks) | Daniel Friesel | -2/+2 |
2018-12-14 | also trace realloc calls | Daniel Friesel | -6/+21 |
2018-12-13 | add fake counter driver for arch=posix | Daniel Friesel | -0/+3 |
2018-12-13 | mpmalloc | Daniel Friesel | -1/+29 |
2018-12-13 | ubjw: Decrease CONTAINER_STACK_MAX | Daniel Friesel | -1/+2 |
2018-12-12 | ubjw: Add missing free() wrappers | Daniel Friesel | -2/+3 |
2018-12-12 | make info: Add counter overflow stats | Daniel Friesel | -0/+7 |
2018-12-11 | Add msp430fR5994lp-256k dummy arch | Daniel Friesel | -0/+8 |
2018-12-11 | capn-malloc: optionally use lower malloc size | Daniel Friesel | -1/+9 |
2018-12-11 | msp430fr5994: Add optional -mlarge for >48kB code size | Daniel Friesel | -0/+4 |
2018-12-11 | derp | Daniel Friesel | -5/+0 |
2018-12-11 | add optional malloc tracing | Daniel Friesel | -27/+47 |
2018-12-11 | New architecture: msp430fr5994lp (MSP430FR5994 Launchpad) | Daniel Friesel | -0/+800 |
2018-12-07 | use custom stack analyzer | Daniel Friesel | -10/+6 |