Age | Commit message (Expand) | Author | Lines |
2022-06-29 | arduino-nano: add .so support to makefile | Daniel Friesel | -1/+4 |
2022-01-16 | add DMX driver for MSP430FR5969 and MSP430FR5994 launchpads | Daniel Friesel | -3/+3 |
2022-01-03 | add preliminary arduino nano dmx driver | Daniel Friesel | -0/+65 |
2021-12-31 | the arduino nano i2c driver isn't really eeprom specific tbh | Daniel Friesel | -7/+8 |
2021-12-31 | Use CONFIG_meta_driver_hardware_i2c instead of MULTIPASS_ARCH_HAS_I2C | Daniel Friesel | -1/+0 |
2021-12-21 | arduino nano adc: add getPin_mV function | Daniel Friesel | -0/+36 |
2021-12-21 | Remove unused TIMER_US support | Daniel Friesel | -8/+0 |
2021-10-11 | add nfpvalues and nfpkeys make targets | Daniel Friesel | -0/+3 |
2021-09-30 | arduino-nano spi: add missing counter variable initializr | Daniel Friesel | -1/+2 |
2021-09-25 | arduino-nano stdout: add pprint (pgmspace string output) | Daniel Friesel | -1/+10 |
2021-05-28 | Set loop/wakeup/ostream either via .config or via app/commandline | Daniel Friesel | -9/+9 |
2021-05-28 | arduino nano kconfig: default to mega328 | Daniel Friesel | -4/+4 |
2021-04-13 | prepare for switch to config.h instead of CFLAGS defines | Daniel Friesel | -2/+2 |
2021-04-10 | Allow software and hardware i2c to be used together (e.g. on different pins) | Daniel Friesel | -1/+1 |
2021-02-14 | arduino-nano/i2c: add missing return, remove unused variable | Daniel Friesel | -2/+1 |
2021-01-28 | add more cat targets and size output | Daniel Friesel | -1/+4 |
2020-12-09 | arduino nano: add cpu frequency to kconfig | Daniel Friesel | -0/+13 |
2020-12-08 | add licensing information | Daniel Friesel | -0/+62 |
2020-09-11 | add AspectC++ to kconfig | Daniel Friesel | -1/+1 |
2020-09-07 | add machine-readable binary size output ("make attributes") | Daniel Friesel | -1/+4 |
2020-08-31 | arduino-nano: Add "make size" target | Daniel Friesel | -1/+6 |
2020-08-31 | kconfig: i2c and softi2c drivers must not be combind | Daniel Friesel | -0/+1 |
2020-08-31 | arduino nano: Turn CPU into a choice | Daniel Friesel | -2/+9 |
2020-08-31 | Merge arduino-nano-168 into arduino-nano (differences are minimal) | Daniel Friesel | -0/+10 |
2020-08-28 | Expose configuration via Kconfig | Daniel Friesel | -12/+85 |
2020-04-29 | Makefile: Create build directory if needed | Daniel Friesel | -0/+1 |
2020-03-18 | Arduino: Add ADC driver | Daniel Friesel | -0/+80 |
2019-12-20 | add untested Arduino Nano SPI driver | Daniel Friesel | -2/+51 |
2019-11-01 | arduino nano: Do not declare delay_* as inline | Daniel Friesel | -2/+2 |
2019-09-06 | add blinkencat3 app | Daniel Friesel | -0/+4 |
2019-09-02 | Add Adafruit NeoPixel library | Daniel Friesel | -0/+1493 |
2019-09-02 | arch makefiles: consistently use $SERIAL_PORT | Daniel Friesel | -6/+6 |
2019-03-13 | arduino nano: bugfix, aspectc++ support | Daniel Friesel | -0/+4 |
2019-03-05 | counter: rename overflowed to overflow | Daniel Friesel | -2/+2 |
2018-12-12 | make info: Add counter overflow stats | Daniel Friesel | -0/+1 |
2018-12-07 | use custom stack analyzer | Daniel Friesel | -2/+1 |
2018-12-05 | arduino-nano: make delay functions inline | Daniel Friesel | -2/+2 |
2018-12-05 | support static analysis of stack usage | Daniel Friesel | -1/+7 |
2018-12-04 | add monitor info to help output | Daniel Friesel | -0/+1 |
2018-12-04 | arduino-nano: change timer to new API | Daniel Friesel | -0/+4 |
2018-11-30 | arduino: check program size is below 100% before flashing | Daniel Friesel | -0/+1 |
2018-11-15 | arduino-nano: Add counter driver. Conflicts with timer_s=1 / loop=1 | Daniel Friesel | -0/+14 |
2018-11-15 | restore arduino-nano Makefile | Daniel Friesel | -4/+23 |
2018-11-13 | Support C targets | Daniel Friesel | -1/+4 |
2018-11-13 | Distinguish between C and C++ targets | Daniel Friesel | -8/+8 |
2018-10-19 | arduino nano: support additional CPU frequencies | Daniel Friesel | -4/+47 |
2018-10-15 | Enable busy waiting in I2C driver to reach selected I2C clock | Daniel Friesel | -2/+2 |
2018-10-12 | Makefiles: quiet mode, optional info output | Daniel Friesel | -8/+15 |
2018-10-12 | arduino nano: ignore non-timer interrupts for loop | Daniel Friesel | -5/+15 |
2018-10-12 | half-baked timer implementation for MSP430 and Arduino | Daniel Friesel | -8/+0 |