Age | Commit message (Expand) | Author | Lines |
2020-09-07 | mp(m): remove build/system.elf before running make, just to be safe | Daniel Friesel | -0/+2 |
2020-09-07 | add softi2c pullup to Kconfig | Daniel Friesel | -0/+34 |
2020-09-04 | i2cdetect mpu9250: derp | Daniel Friesel | -4/+4 |
2020-09-01 | add randconfig target | Daniel Friesel | -1/+14 |
2020-09-01 | add randconfig target | Daniel Friesel | -1/+4 |
2020-08-31 | arduino-nano: Add "make size" target | Daniel Friesel | -1/+6 |
2020-08-31 | further kconfig dependency fixes | Daniel Friesel | -6/+6 |
2020-08-31 | ccs811test is not ready for Kconfig yet | Daniel Friesel | -2/+0 |
2020-08-31 | msp430fr: rename spi_b to spi to be consistent with other architectures | Daniel Friesel | -53/+27 |
2020-08-31 | remove leacy arduino-nano-168 relict | Daniel Friesel | -1/+0 |
2020-08-31 | kconfig: i2c and softi2c drivers must not be combind | Daniel Friesel | -2/+6 |
2020-08-31 | esp8266: use qio by default | Daniel Friesel | -1/+1 |
2020-08-31 | mmsimple and mmsubstate conflict | Daniel Friesel | -1/+1 |
2020-08-31 | luxlog does not require timer | Daniel Friesel | -1/+0 |
2020-08-31 | Leave out incomplete s5851a and ccs811 drivers from kconfig | Daniel Friesel | -6/+3 |
2020-08-31 | Further add Kconfig fixes | Daniel Friesel | -3/+3 |
2020-08-31 | driver/Kconfig: Remove aemr-specific dummy and resistive_load drivers | Daniel Friesel | -4/+2 |
2020-08-31 | arduino-nano-168 is no more | Daniel Friesel | -5/+0 |
2020-08-31 | msp430fr5994lp-256k is no more | Daniel Friesel | -5/+0 |
2020-08-31 | softi2c driver: fix typo | Daniel Friesel | -1/+1 |
2020-08-31 | automatically exclude apps without Kconfig | Daniel Friesel | -2/+2 |
2020-08-31 | Add more app dependencies | Daniel Friesel | -0/+10 |
2020-08-31 | spi_a1 drivers are broken | Daniel Friesel | -6/+8 |
2020-08-31 | exclude aemr and prototest apps from kconfig | Daniel Friesel | -2/+6 |
2020-08-31 | msp430fr5994lp spi_a1: Fix include path | Daniel Friesel | -1/+1 |
2020-08-31 | BME280 and BME680 drivers cannot be used simultaneously | Daniel Friesel | -1/+1 |
2020-08-31 | arduino nano: Turn CPU into a choice | Daniel Friesel | -2/+9 |
2020-08-31 | ostream is only available in esp8266, msp430, posix | Daniel Friesel | -0/+1 |
2020-08-31 | remove nonfunctional MAX44006 driver | Daniel Friesel | -96/+0 |
2020-08-31 | driver Kconfig: Add missing meta_driver_uptime | Daniel Friesel | -0/+2 |
2020-08-31 | Remove remaining arduino_nano_168 references | Daniel Friesel | -3/+3 |
2020-08-31 | Merge arduino-nano-168 into arduino-nano (differences are minimal) | Daniel Friesel | -206/+10 |
2020-08-28 | Remove arch=msp430fr5994lp-256k, use arch=msp430fr5994lp large_mode=1 instead | Daniel Friesel | -43/+7 |
2020-08-28 | POSIX: Fix timer_s / uptime config in makefile | Daniel Friesel | -3/+3 |
2020-08-28 | stm32f446re-nucleo: Fix missing -c switch in "make program" | Daniel Friesel | -1/+1 |
2020-08-28 | Expose configuration via Kconfig | Daniel Friesel | -191/+950 |
2020-08-28 | remove bench app (outdated, unused) | Daniel Friesel | -64/+0 |
2020-08-27 | use the same gcc version for msp430fr5969 an msp430fr5994 | Daniel Friesel | -15/+13 |
2020-08-27 | Makefile: Auto-select sharp96 pins based on arch | Daniel Friesel | -6/+15 |
2020-08-13 | Speed upGitlab CI pipeline by using prebuilt Docker image | Daniel Friesel | -9/+3 |
2020-08-13 | GitLab CI: Add build tests for stm32f446re-nucleo | Daniel Friesel | -3/+17 |
2020-08-12 | stm32f446re: configurable clock speed | Daniel Friesel | -1/+16 |
2020-08-12 | working AEMR timing benchmarks on stm32f446re | Daniel Friesel | -5/+37 |
2020-08-12 | mp, mpm: remove object files before building | Daniel Friesel | -2/+6 |
2020-08-12 | stm32f446re: Add counter | Daniel Friesel | -13/+75 |
2020-08-12 | stm32f446re: Add uptime counter and proper loop mode with standby in between | Daniel Friesel | -3/+80 |
2020-07-26 | Add minimal STM32F446RE Nucleo support. No interrupts yet. | Daniel Friesel | -0/+296 |
2020-07-22 | add timed_resistive_load for µs-scale model generation timing benchmarks | Daniel Friesel | -1/+224 |
2020-07-17 | Add mmsubstate driver for sub-state detection evaluation | Daniel Friesel | -0/+155 |
2020-07-17 | MSP430FR5969: Disable pull-ups when configuring pin as input w/o pull-up | Daniel Friesel | -0/+5 |