summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
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
2019-01-29update architecture-specific helpDaniel Friesel-22/+39
2019-01-29add primitive esp8266 counterDaniel Friesel-0/+39
2019-01-29add sysinfo applicationDaniel Friesel-0/+34
2019-01-29Run "make help" without specifying appDaniel Friesel-2/+6
2019-01-29posix: document gpio_trace switchDaniel Friesel-1/+1
2019-01-29fix posix uptime driverDaniel Friesel-0/+1
2019-01-29Add License and initial READMEDaniel Friesel-0/+62
2019-01-09import binn serialization formatDaniel Friesel-14/+4303
2018-12-14prototest: remove ts variable (unused in benchmarks)Daniel Friesel-2/+2
2018-12-14also trace realloc callsDaniel Friesel-6/+22
2018-12-13add fake counter driver for arch=posixDaniel Friesel-0/+34
2018-12-13mpmallocDaniel Friesel-1/+29
2018-12-13ubjw: Decrease CONTAINER_STACK_MAXDaniel Friesel-1/+2
2018-12-12ubjw: Add missing free() wrappersDaniel Friesel-2/+3
2018-12-12add stackm target (machine-readable stack data)Daniel Friesel-0/+5
2018-12-12make info: Add counter overflow statsDaniel Friesel-0/+7
2018-12-11Add msp430fR5994lp-256k dummy archDaniel Friesel-0/+9
2018-12-11capn-malloc: optionally use lower malloc sizeDaniel Friesel-1/+9
2018-12-11"make info": show cflags etcDaniel Friesel-0/+3
2018-12-11msp430fr5994: Add optional -mlarge for >48kB code sizeDaniel Friesel-0/+4
2018-12-11add msp430fr5994 to ArduinoJSON and mpack embedded detectionDaniel Friesel-2/+19
2018-12-11derpDaniel Friesel-5/+0
2018-12-11add stack usage files (*.su) to gitignoreDaniel Friesel-0/+1
2018-12-11add optional malloc tracingDaniel Friesel-27/+52
2018-12-11New architecture: msp430fr5994lp (MSP430FR5994 Launchpad)Daniel Friesel-0/+1249
2018-12-07use custom stack analyzerDaniel Friesel-13/+9
2018-12-05arduino-nano: make delay functions inlineDaniel Friesel-2/+2
2018-12-05support static analysis of stack usageDaniel Friesel-3/+35
2018-12-05avstack: perltidyDaniel Friesel-121/+130
2018-12-05add imported avstack version with minor patchesDaniel Friesel-0/+262
2018-12-05XDR: Use unions instead of casts for float/double<->int conversionDaniel Friesel-6/+24
2018-12-05XDR: Add proper get_string methodDaniel Friesel-0/+15
2018-12-04add monitor info to help outputDaniel Friesel-0/+10
2018-12-04prototest: loop indefinitely on all architectures but esp8266Daniel Friesel-1/+1
2018-12-04arduino-nano: change timer to new APIDaniel Friesel-4/+9
2018-12-03prototest: only include counter when neededDaniel Friesel-2/+5
2018-12-03msp430 counter: Switch to new APIDaniel Friesel-2/+3
2018-12-03msp430: note that LTO seems to be brokenDaniel Friesel-1/+4
2018-12-03esp8266: Enable proper LTO and section GCDaniel Friesel-2/+3
2018-12-03esp8266: add counter driverDaniel Friesel-3/+21