summaryrefslogtreecommitdiff
path: root/src/arch
AgeCommit message (Expand)AuthorLines
2022-01-16add DMX driver for MSP430FR5969 and MSP430FR5994 launchpadsDaniel Friesel-3/+151
2022-01-03add preliminary arduino nano dmx driverDaniel Friesel-0/+65
2021-12-31the arduino nano i2c driver isn't really eeprom specific tbhDaniel Friesel-7/+8
2021-12-31atmega2560: add i2c driver (identical with atmega328 version)Daniel Friesel-0/+9
2021-12-31Use CONFIG_meta_driver_hardware_i2c instead of MULTIPASS_ARCH_HAS_I2CDaniel Friesel-7/+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-12-25Remove esp8266 support in favor of ESP8266 RTOS SDKDaniel Friesel-777/+0
2021-12-25msp430fr5969: switch back to 16 MHz clockDaniel Friesel-1/+1
2021-12-21add another missing copyright headerDaniel Friesel-0/+5
2021-12-21arduino nano adc: add getPin_mV functionDaniel Friesel-0/+36
2021-12-21Remove unused TIMER_US supportDaniel Friesel-53/+0
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-15msp430fr5994lp cpufreq: remove empty help blockDaniel Friesel-1/+0
2021-10-14stm32, lm4f: "build/system.elf" is the default targetDaniel Friesel-12/+12
2021-10-11add nfpvalues and nfpkeys make targetsDaniel Friesel-0/+34
2021-10-03MSP430FR SPI: _really_ support 16-bit length indicatorsDaniel Friesel-4/+4
2021-10-02msp430fr spi: Use 16-bit lengthsDaniel Friesel-4/+4
2021-09-30Use msp430 flasher 1.3.20 by defaultDaniel Friesel-4/+4
2021-09-30arduino-nano spi: add missing counter variable initializrDaniel Friesel-1/+2
2021-09-25arduino-nano stdout: add pprint (pgmspace string output)Daniel Friesel-1/+10
2021-09-23lora32u4ii: stdout: Add pprint for PSTR (pgmspace strings)Daniel Friesel-1/+11
2021-09-19lora32u4ii spi: go back to 2MHzDaniel Friesel-1/+6
2021-09-19lora32u4ii spi: Remove superfluous delay_msDaniel Friesel-1/+0
2021-09-19lora32u4ii: add spi driverDaniel Friesel-0/+51
2021-09-18lora32u4ii: add promptDaniel Friesel-0/+1
2021-09-18lora32u4ii: Add ADC driverDaniel Friesel-0/+148
2021-09-18New architecture: lora32u4iiDaniel Friesel-0/+308
2021-05-28Set loop/wakeup/ostream either via .config or via app/commandlineDaniel Friesel-67/+67
2021-05-28softi2c driver: move to kconfig-first approachDaniel Friesel-2/+2
2021-05-28arduino nano kconfig: default to mega328Daniel Friesel-4/+4
2021-05-21esp8266: build system.elf by defaultDaniel Friesel-4/+4
2021-05-21stackm: add stm32f446re supportDaniel Friesel-0/+2
2021-05-20stm32: correctly specify counter overflowDaniel Friesel-1/+1
2021-04-14msp430fr5994: fix uart output. wat.Daniel Friesel-3/+4
2021-04-13prepare for switch to config.h instead of CFLAGS definesDaniel Friesel-24/+24
2021-04-10Allow software and hardware i2c to be used together (e.g. on different pins)Daniel Friesel-4/+4
2021-02-18add minimal LM4F120H5QR (LM4F120XL Stellaris Launchpad) supportDaniel Friesel-0/+440
2021-02-17esp8266, stm32f446re-nucleo: Fix ROM/RAM usage reportDaniel Friesel-2/+2
2021-02-14arduino-nano/i2c: add missing return, remove unused variableDaniel Friesel-2/+1
2021-02-07add arch atmega2560 (preliminary support)Daniel Friesel-0/+386
2021-01-28add more cat targets and size outputDaniel Friesel-3/+14
2021-01-24Add "make cat" target (includes cycle to ms conversion)Daniel Friesel-2/+5
2021-01-15msp430fr5994: fix monitor targetDaniel Friesel-1/+1
2020-12-11msp430fR5994lp: configurable uart baud rateDaniel Friesel-11/+21
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