| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
"Arduino C# Compiler" (#1785) This "compiler" (actually a metadata converter and code analyzer) can take a compiled Iot program written using the Arduino binding and flash it as a standalone application to an ESP32 or similar 32-bit microcontroller. Test and debug your application on the PC using the Arduino binding, and when everything works as expected, just flash it to the ESP32 and run it without the PC. There are still a lot of open ends, but several more-or-less complex programs already work (see the WeatherStation example). Further documentation (both on usage as well as on internals) is still to be written. See Readme for further instructions. | 3 年前 | |
Obsolete PinNumberingScheme (#2358) * Obsolete PinNumberingScheme Let's see what breaks * Fixing using statement * share progress from triage meeting * Remove various usages of PinNumberingScheme * Remove all occurences of PinNumberingScheme from bindings * Fix some test errors * Checkout compatible version * There's a strange build error now * Add compat suppressions * Suppression update for Windows * Small review finding * Obsolete test instead of removing it --------- Co-authored-by: Jose Perez Rodriguez <joperezr@microsoft.com> Co-authored-by: Patrick Grawehr <patrick.grawehr@leica-geosystems.com> Co-authored-by: Patrick Grawehr <pgrawehr@hotmail.com> | 1 年前 | |
Create replacement for now lacking physical-to-logical pin mapping (#2435) * Move class (but not namespace) to prevent circular dependency later * A first draft. Looks neater than with ChatGPT. Obviously. * Design looks ok, now need to test this * Add tests for new class * Remove remains of ConvertPinNumberToLogicalNumberingScheme * Remove obsolete method from bindings as well * Some minor findings * Review findings (improve name) | 10 个月前 | |
"Arduino C# Compiler" (#1785) This "compiler" (actually a metadata converter and code analyzer) can take a compiled Iot program written using the Arduino binding and flash it as a standalone application to an ESP32 or similar 32-bit microcontroller. Test and debug your application on the PC using the Arduino binding, and when everything works as expected, just flash it to the ESP32 and run it without the PC. There are still a lot of open ends, but several more-or-less complex programs already work (see the WeatherStation example). Further documentation (both on usage as well as on internals) is still to be written. See Readme for further instructions. | 3 年前 | |
First draft for new ComponentInformation support (#1965) * First draft for new ComponentInformation support * Support SPI busses in ComponentInformation * Implementation of QueryComponentInformation for all core object types * Fix tests (Can have more than one SPI device for the same set of pins) * Disable kernel creation Due to the code changes, the kernel grew to big, will attempt to fix that later * Remove ComponentState.cs, as usage is still unclear * Prevent infinite recursion while iterating the tree In case there's a loop in it * Provide OpenPins list from base class And keep separate list in ManagedGpioController, so we don't need to expose the list. * Fix baseline compatibility errors * Event will eventually be added later * Add comment that this API is subject to change * Add ComponentInformation specifics for FtDevice | 3 年前 | |
"Arduino C# Compiler" (#1785) This "compiler" (actually a metadata converter and code analyzer) can take a compiled Iot program written using the Arduino binding and flash it as a standalone application to an ESP32 or similar 32-bit microcontroller. Test and debug your application on the PC using the Arduino binding, and when everything works as expected, just flash it to the ESP32 and run it without the PC. There are still a lot of open ends, but several more-or-less complex programs already work (see the WeatherStation example). Further documentation (both on usage as well as on internals) is still to be written. See Readme for further instructions. | 3 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 3 年前 | ||
| 1 年前 | ||
| 10 个月前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 |