summaryrefslogtreecommitdiff
path: root/src/arch/posix
AgeCommit message (Expand)AuthorLines
2023-07-03update copyrightBirte Kristina Friesel-8/+8
2022-08-09posix makefile: add counter freq (faked via clock_monotonic @ 1ns → 1GHz)Daniel Friesel-0/+1
2021-12-31Use CONFIG_meta_driver_hardware_i2c instead of MULTIPASS_ARCH_HAS_I2CDaniel Friesel-1/+0
2021-12-29Prepare for BME680 BSEC supportDaniel Friesel-1/+4
2021-12-29POSIX: Fix uptime.get_us()Daniel Friesel-1/+1
2021-12-29posix: I2C driver is hardware I2CDaniel Friesel-0/+1
2021-11-28posix: configurable i2c busDaniel Friesel-1/+9
2021-11-21POSIX: Add proper I2C driver (via /dev/i2c)Daniel Friesel-0/+69
2021-10-11add nfpvalues and nfpkeys make targetsDaniel Friesel-0/+3
2021-05-28Set loop/wakeup/ostream either via .config or via app/commandlineDaniel Friesel-4/+4
2021-04-13prepare for switch to config.h instead of CFLAGS definesDaniel Friesel-2/+2
2020-12-08add licensing informationDaniel Friesel-0/+32
2020-09-11add AspectC++ to kconfigDaniel Friesel-1/+1
2020-09-10Makefile: Add missing ${QUIET} statementsDaniel Friesel-1/+1
2020-09-07add machine-readable binary size output ("make attributes")Daniel Friesel-1/+4
2020-08-28POSIX: Fix timer_s / uptime config in makefileDaniel Friesel-3/+3
2020-08-28Expose configuration via KconfigDaniel Friesel-1/+28
2020-04-29Makefile: Create build directory if neededDaniel Friesel-0/+1
2019-01-31add simple compile and option-combination tests for posix archDaniel Friesel-1/+1
2019-01-31posix: add missing delay_us and delay_ms functionsDaniel Friesel-0/+17
2019-01-29posix: document gpio_trace switchDaniel Friesel-1/+1
2018-12-13add fake counter driver for arch=posixDaniel Friesel-0/+3
2018-12-12make info: Add counter overflow statsDaniel Friesel-0/+1
2018-12-07use custom stack analyzerDaniel Friesel-2/+1
2018-12-05support static analysis of stack usageDaniel Friesel-0/+4
2018-12-04add monitor info to help outputDaniel Friesel-0/+5
2018-11-30posix: quiet buildDaniel Friesel-3/+3
2018-11-13Support C targetsDaniel Friesel-2/+5
2018-11-13Distinguish between C and C++ targetsDaniel Friesel-3/+3
2018-10-23POSIX: Improve GPIO emulationDaniel Friesel-28/+4
2018-10-12Makefiles: quiet mode, optional info outputDaniel Friesel-1/+3
2018-09-24POSIX: Add loop and timer supportDaniel Friesel-0/+17
2018-09-17Add #define for POSIX archDaniel Friesel-0/+2
2018-07-17Move include/$arch to include/arch/$arch to be consistent with src/ hierarchyDaniel Friesel-1/+0
2018-07-12Add arch.idle() commandDaniel Friesel-0/+4
2018-01-12add optional aspectc++ supportDaniel Friesel-0/+4
2017-12-15Add basic help outputDaniel Friesel-1/+5
2017-12-13add simple cache benchmark applicationDaniel Friesel-3/+21
2017-12-11Add basic uptime getter, improve loop supportDaniel Friesel-1/+12
2017-12-08Add output support (broken on esp8266)Daniel Friesel-0/+15
2017-12-04Add basic system: LED GPIO on MSP430FR5969 Launchpad and faked GPIO on POSIXDaniel Friesel-0/+68