summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2021-01-28add kconfig variables for inflate libDaniel Friesel-6/+19
2021-01-26update zlib-deflate-nostdlib. now fully RFC 1950/1951 compliant.Daniel Friesel-44/+61
2021-01-24deflatetest benchmark: support avr-sizeDaniel Friesel-6/+22
2021-01-24deflatetest: add benchmark scriptDaniel Friesel-8/+80
2021-01-24Add "make cat" target (includes cycle to ms conversion)Daniel Friesel-11/+122
2021-01-24deflatetest: Move data to separate file; add deflate helperDaniel Friesel-28/+45
2021-01-21actually, it's inflate, not deflateDaniel Friesel-15/+16
2021-01-21fix illegal array accessDaniel Friesel-1/+1
2021-01-21deflate: remove debug statementsDaniel Friesel-69/+27
2021-01-21deflate: return number of bytes written to outputDaniel Friesel-15/+24
2021-01-21rename udeflate to deflateDaniel Friesel-522/+521
2021-01-20udeflate: fix off-by-one in uncompressed size checkDaniel Friesel-2/+2
2021-01-20udeflate: fix off-by-one in static huffman dictionary generationDaniel Friesel-6/+6
2021-01-20udeflate: add support for uncompressed blocksDaniel Friesel-3/+31
2021-01-20udeflate: Verify zlib FCHECKDaniel Friesel-0/+5
2021-01-20udeflate: Fix FDICT checkDaniel Friesel-1/+1
2021-01-20add some bounds checksDaniel Friesel-4/+12
2021-01-20Turn udeflate into a proper libraryDaniel Friesel-351/+482
2021-01-19add naive adler32 checksum verificationDaniel Friesel-10/+57
2021-01-18deflatetest: add static huffman supportDaniel Friesel-5/+54
2021-01-18type 2 is working \o/Daniel Friesel-17/+60
2021-01-17add deflatetest (wip)Daniel Friesel-0/+290
2021-01-15msp430fr5994: fix monitor targetDaniel Friesel-1/+1
2020-12-11msp430fR5994lp: configurable uart baud rateDaniel Friesel-11/+21
2020-12-11ptalog.h: Fix compilation error for !PTALOG_GPIODaniel Friesel-4/+2
2020-12-09lintDaniel Friesel-10/+10
2020-12-09msp430fr5994lp: model clock system in kconfig++Daniel Friesel-3/+108
2020-12-09arduino nano: add cpu frequency to kconfigDaniel Friesel-0/+13
2020-12-09etcontroller: add missing dependenciesDaniel Friesel-0/+11
2020-12-08add licensing informationDaniel Friesel-81/+1864
2020-12-02msp430fr5994lp: add 16MHz HFXT clock source supportDaniel Friesel-2/+63
2020-12-01msp430fr5994: fix typoDaniel Friesel-1/+1
2020-11-30msp430fr5994: add experimental support for 32kHz operation via LFXTDaniel Friesel-1/+19
2020-11-30msp430fr5994: add gdb and gdb-server targetsDaniel Friesel-2/+17
2020-11-30add aemr_transition_sync driver (for evaluation purposes only)Daniel Friesel-0/+88
2020-10-26nrf24: Add powerDown transitionmerge-prep/lennartDaniel Friesel-1/+4
2020-10-26msp430 sleep_ms: restore previous interrupt state on exitDaniel Friesel-1/+11
2020-10-23use 16bit uint for msp430fr overflow counterDaniel Friesel-3/+3
2020-10-22fix energytrace+timer-based AEMR/dfatool benchmarks on msp430fr5994Daniel Friesel-1/+1
2020-10-16ptalog: log state duration as wellDaniel Friesel-7/+34
2020-09-26BME680 works on Arduino NanoDaniel Friesel-1/+1
2020-09-16msp430fr5994lp: fix attribute generation with large mode enabledDaniel Friesel-0/+5
2020-09-11add AspectC++ to kconfigDaniel Friesel-7/+15
2020-09-11eeprom24lc64: fix typo, add I2C dependencyDaniel Friesel-1/+2
2020-09-10bme280, bme680 depend on arch implementing sleep_ms at the momentDaniel Friesel-2/+2
2020-09-10stm32f446re-nucleo does not have a timer driver yetDaniel Friesel-9/+9
2020-09-10stm32f446re: implement gpio.readDaniel Friesel-2/+9
2020-09-10stm32f446re-nucleo gpio: Fix offsetsDaniel Friesel-6/+6
2020-09-10Makefile: Add missing ${QUIET} statementsDaniel Friesel-11/+8
2020-09-10blinkenrocket: make delay_ms, sleep_ms work with non-compile time constantsDaniel Friesel-2/+6