Skip to content

Releases: zfields/nes-rob

Nintendo R.O.B. Control Library

09 Mar 04:25
Compare
Choose a tag to compare

Provide support for MBED and SAMD boards.

The wiring API introduced new enums for these board types, which prevent them from compiling with standard Arduino Wiring API signatures.

Nintendo R.O.B. Control Library

08 Mar 20:02
Compare
Choose a tag to compare

fix: Restores compiler support for avr-gcc

  • <system_error> is not supported in the AVR c++11 implementation.
  • Introduced the nes::rob::error_code abstraction to provide support.

Prototype to Production!

07 Mar 16:35
Compare
Choose a tag to compare

This release provides several new features, as well as unit-testing and coverage.

  • Rearchitecture to support unit-testing and multiple implementations
  • New R.O.B. command direct injection implementation!
  • Robust API Documentation
  • Introduces Catch2 testing framework
  • Introduces FakeIt mocking framework
  • Introduces gcovr test coverage reporting
  • Introduces valgrind to detect memory leaks
  • Dockerfiles to capture environments related to test coverage execution and documentation generation
  • Deprecates original command naming, in favor of Gyromite names

NES R.O.B. Control Library

21 Jan 20:50
Compare
Choose a tag to compare

Better supports Arduino Uno and AVR class microcontrollers.

NES R.O.B. Control Library (patch 1)

09 Jan 05:59
2d447a2
Compare
Choose a tag to compare

Resolves command bug (#1) - discovered during hardware testing.

NES R.O.B. Control Library

06 Jan 04:40
Compare
Choose a tag to compare

This release first version of the Nintendo Entertainment System Robot Operating Buddy (R.O.B.) Control Library. As of this release, the library is available to any Arduino compatible device!