wpilibsuite / wpilibsuite/SystemcoreTesting

HW Implementation Remaining

Open
#356 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Limelight Not Implemented Yet Pending WPILib
Dominant language
Java
Stars
186
Forks
24
Avg merge
8h 27m
Merged PRs (30d)
9

Description

Giant list categorized into a couple big buckets of HW functionality left to implement:

Has HAL Method, not in SC NT - Do these exist as HW capabilities?

Power

  • 3.3V Rail Voltage
  • 3.3V Rail Current
  • 3.3V Rail Active
  • 3.3V Rail Current Faults
  • Get/Set Brownout Voltage

Counter

  • SetCounterEdgeConfiguration - Remove this?
  • ResetCounter - Implement HAL side offset per discussion in #129
  • GetCounterPeriod - rateget updates in counter mode, periodget does not
  • SetCounterMaxPeriod/GetCounterStopped - should we just implement this at HAL layer if we want to keep it?
  • Class names at WPILib level are Tachometer and UpDownCounter (which no longer has ability to assign a down channel). Remove UpDownCounter?

DIO

  • A whole bunch of PWM functions in here, axe these?
  • A couple Pulse functions in here, axe these?

Serial Port

  • There's no built in serial port. Axe these? Or is there a way to provide a friendly interface for devices that show up as USB Serial?
Has HAL Method, in SC NT, not in MRCLib
  • Get CPU Temp
Has HAL Method, in SC NT, in MRCLib - just need to connect the dots
  • Get Team Number
In SC NT, not in MRCLib or HAL - Do we want to expose any of these?
  • CPU %
  • ramAvail
  • storage? (3 keys)
  • faults subtable - what if anything here do we want to expose to user code?
Other
  • GetAnalogValueToVolts/GetAnalogVoltsToValue - The math in these doesn't match what is in GetAnalogVoltage and these methods don't seem to be used? Can we get rid of them?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by comparing the HAL, SC NT, and MRCLib capabilities listed in the issue, along with the referenced WPILib classes. The unchecked items are unresolved design questions spanning power, counters, DIO, serial, system metrics, faults, and analog conversion. Done requires decisions on what to expose, remove, or connect, with each selected capability implemented and verified.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
embedded-iot
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Active
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.