Ian

Results 191 issues of Ian

## Feature request: test sketches even when no platforms are selected Currently, there is tension between the `EXPECT_EXAMPLES` configuration variable and the platform configuration for an example sketch. If `EXPECT_EXAMPLES`...

enhancement
ci scripts

To allow at least some official adoption of unit testing of Arduino, I have asked several upstream discussion areas about amending [the library specification](https://arduino.github.io/arduino-cli/library-specification/). The goal would be to standardize...

question
docs

Add new board definitions based on [this gist](https://gist.github.com/ah01/762576) ```c++ #if defined(__AVR_ATmega168__) // Arduino Diecimila and older LINE("__AVR_ATmega168__", __AVR_ATmega168__); #endif #if defined(__AVR_ATmega328P__) // Arduino Duemilanove and Uno LINE("__AVR_ATmega328P__", __AVR_ATmega328P__); #endif #if...

enhancement
arduino mocks
YAML
not yet

## Feature Request Mock this library: https://www.arduino.cc/en/reference/wire Compilation mocks now exist due to #72 It appears this will need to be implemented as an array of `HardwareSerial` objects within GODMODE.

enhancement
arduino mocks

## (Issue Summary / Feature Request) The source file is in `Java/hardware/arduino/avr/libraries/`

enhancement
arduino mocks

## Issue / Feature Request Summary This might be tricky, but `PinHistory` (with the help of #23) should be able to support pulseIn and pulseOut interactions

enhancement
arduino mocks

## Issue / Feature Request Summary First reported in #24 The `tone` functions should create some sort of testable history in the GODMODE struct.

enhancement
arduino mocks

## Feature Request See discussion here: https://github.com/Arduino-CI/arduino_ci/pull/115#issuecomment-466802772 Combine @hlovdal and @PRosenb work on `interrupt.h`

enhancement
arduino mocks
avr

## Feature Request It should be possible to create some form of unit testing for sketches (specifically, any functions defined in the sketch) building on the same mock system used...

enhancement
arduino mocks

* questions * feedback * issues * feature requests https://docs.github.com/en/free-pro-team@latest/github/building-a-strong-community/configuring-issue-templates-for-your-repository

meta