-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arduino-esp32 2.0.x support #536
Commits on Apr 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f7a684f - Browse repository at this point
Copy the full SHA f7a684fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54f0649 - Browse repository at this point
Copy the full SHA 54f0649View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fd56ea - Browse repository at this point
Copy the full SHA 9fd56eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 894489b - Browse repository at this point
Copy the full SHA 894489bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1832209 - Browse repository at this point
Copy the full SHA 1832209View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8eba514 - Browse repository at this point
Copy the full SHA 8eba514View commit details -
Configuration menu - View commit details
-
Copy full SHA for 565033f - Browse repository at this point
Copy the full SHA 565033fView commit details
Commits on Apr 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1a9ab7e - Browse repository at this point
Copy the full SHA 1a9ab7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a93d476 - Browse repository at this point
Copy the full SHA a93d476View commit details -
Configuration menu - View commit details
-
Copy full SHA for 552756b - Browse repository at this point
Copy the full SHA 552756bView commit details
Commits on Apr 29, 2021
-
Further consolidation of IDF v3.x and IDF v4.x implementation for sel…
…ect(). Starting with IDF v4.0 the VFS layer obtains a semaphore from the LwIP VFS adapter if there is at least one socket in the fd_set, if none are present a binary semaphore is created and passed to the VFS adapters in the fd_set. Any VFS adapter can wake up the select() call early by invoking the esp_vfs_select_triggered/_isr API.
Configuration menu - View commit details
-
Copy full SHA for 0d2272a - Browse repository at this point
Copy the full SHA 0d2272aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd6a401 - Browse repository at this point
Copy the full SHA cd6a401View commit details
Commits on May 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 67c276e - Browse repository at this point
Copy the full SHA 67c276eView commit details -
Add ESP32-S2 and ESP32-C3 temporary support for __atomic_exchange_1.
This will be reverted after arduino-esp32 2.0.0-alpha2 (or later) once ESP-IDF #6463 has been picked up.
Configuration menu - View commit details
-
Copy full SHA for afae71f - Browse repository at this point
Copy the full SHA afae71fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed8426d - Browse repository at this point
Copy the full SHA ed8426dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f14daa - Browse repository at this point
Copy the full SHA 8f14daaView commit details -
Configuration menu - View commit details
-
Copy full SHA for eb05f4e - Browse repository at this point
Copy the full SHA eb05f4eView commit details
Commits on May 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f56b501 - Browse repository at this point
Copy the full SHA f56b501View commit details
Commits on May 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 63f5e61 - Browse repository at this point
Copy the full SHA 63f5e61View commit details -
Configuration menu - View commit details
-
Copy full SHA for b18adac - Browse repository at this point
Copy the full SHA b18adacView commit details -
Expose TWAI driver (IDF v4.3+ only)
Needs a bit more debugging and testing, when there is no CAN transceiver attached (or the CAT5 is unplugged) the stack appears to be blocked when using add_can_port_async. add_can_port_select works but needs more testing.
Configuration menu - View commit details
-
Copy full SHA for 538f4c9 - Browse repository at this point
Copy the full SHA 538f4c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c306aae - Browse repository at this point
Copy the full SHA c306aaeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2b5ef9 - Browse repository at this point
Copy the full SHA d2b5ef9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 138c21f - Browse repository at this point
Copy the full SHA 138c21fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e42e21 - Browse repository at this point
Copy the full SHA 3e42e21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fba485 - Browse repository at this point
Copy the full SHA 9fba485View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3043c2f - Browse repository at this point
Copy the full SHA 3043c2fView commit details
Commits on May 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1c61bf1 - Browse repository at this point
Copy the full SHA 1c61bf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ce57c7 - Browse repository at this point
Copy the full SHA 3ce57c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9102f2 - Browse repository at this point
Copy the full SHA d9102f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 071d768 - Browse repository at this point
Copy the full SHA 071d768View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ecd0cb - Browse repository at this point
Copy the full SHA 2ecd0cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71394a9 - Browse repository at this point
Copy the full SHA 71394a9View commit details -
Update ESP32-C3 and ESP32-S2 CAN load test apps
ESP32-C3 works with TWAI Async API. select() API is not triggering wakeup, will investigate further. ESP32-S2 TWAI does not work correctly due to IDF issue.
Configuration menu - View commit details
-
Copy full SHA for 339a4c8 - Browse repository at this point
Copy the full SHA 339a4c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a970333 - Browse repository at this point
Copy the full SHA a970333View commit details -
Configuration menu - View commit details
-
Copy full SHA for e609d1a - Browse repository at this point
Copy the full SHA e609d1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03833e5 - Browse repository at this point
Copy the full SHA 03833e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for da38c51 - Browse repository at this point
Copy the full SHA da38c51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bb00a8 - Browse repository at this point
Copy the full SHA 7bb00a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2233fa - Browse repository at this point
Copy the full SHA c2233faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6054031 - Browse repository at this point
Copy the full SHA 6054031View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eeb6a9 - Browse repository at this point
Copy the full SHA 0eeb6a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 777c540 - Browse repository at this point
Copy the full SHA 777c540View commit details -
Configuration menu - View commit details
-
Copy full SHA for 175bb8e - Browse repository at this point
Copy the full SHA 175bb8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 894985c - Browse repository at this point
Copy the full SHA 894985cView commit details
Commits on May 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a130e80 - Browse repository at this point
Copy the full SHA a130e80View commit details
Commits on May 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2064f30 - Browse repository at this point
Copy the full SHA 2064f30View commit details -
Converting TWAI stats task to be a watchdog and stats task.
The TWAI driver can end up in a state where the OpenMRN stack is waiting for a notification that will never come. This typically will occur if the TWAI driver is not successful in talking to the CAN transceiver but can also happen if there is no terminator or cable connecting the node to other nodes. When the watchdog detects that the TWAI driver is remaining in a RECOVERY state since the last reporting period (10sec) it will attempt to recover the bus again. This typically occurs when the ESP32 fails to communicate with the CAN transceiver (missing transceiver, broken connection, etc). When the watchdog detects that either the RX or TX queues have pending frames but has not changed since the last reporting period, the queue will be purged and the OpenMRN stack woken up if it was waiting. This can happen when the ESP32 failes to communicate with the CAN transceiver. Without this watchdog the OpenMRN stack can end up blocked indefinitely.
Configuration menu - View commit details
-
Copy full SHA for 13a3c48 - Browse repository at this point
Copy the full SHA 13a3c48View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaa5383 - Browse repository at this point
Copy the full SHA eaa5383View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b43951 - Browse repository at this point
Copy the full SHA 6b43951View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c54a4c - Browse repository at this point
Copy the full SHA 2c54a4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 447bd7b - Browse repository at this point
Copy the full SHA 447bd7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 865617d - Browse repository at this point
Copy the full SHA 865617dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 901f0ad - Browse repository at this point
Copy the full SHA 901f0adView commit details
Commits on May 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a15319e - Browse repository at this point
Copy the full SHA a15319eView commit details -
Simplify ESP32 OSSelectWakeup code to only use exceptfds since that i…
…s guaranteed to be set.
Configuration menu - View commit details
-
Copy full SHA for 359035e - Browse repository at this point
Copy the full SHA 359035eView commit details -
Updating TWAI driver to use LOG(X..) instead of ESP_LOGX since logs a…
…re not being generated in arduino-esp32. Simplified select() implementation to not track semaphore validity as a boolean.
Configuration menu - View commit details
-
Copy full SHA for 9f636fe - Browse repository at this point
Copy the full SHA 9f636feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 534153e - Browse repository at this point
Copy the full SHA 534153eView commit details -
Updates to the C3 and S2 examples to expose TWAI select usage and pri…
…nt node-id and snip data on startup. S2 enabled USB CDC redirect of log output option. Enabling this option will incur a 5sec delay during startup to allow USB to startup and allow PC recognition of the CDC.
Configuration menu - View commit details
-
Copy full SHA for 09aca29 - Browse repository at this point
Copy the full SHA 09aca29View commit details
Commits on May 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6d2db07 - Browse repository at this point
Copy the full SHA 6d2db07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 947ed2a - Browse repository at this point
Copy the full SHA 947ed2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81e0f0f - Browse repository at this point
Copy the full SHA 81e0f0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecdde30 - Browse repository at this point
Copy the full SHA ecdde30View commit details -
Removed blocking mode from documentation, clarified on the requiremen…
…ts for using select() based API and reordered constructor parameters.
Configuration menu - View commit details
-
Copy full SHA for 0374e27 - Browse repository at this point
Copy the full SHA 0374e27View commit details -
Configuration menu - View commit details
-
Copy full SHA for d26056d - Browse repository at this point
Copy the full SHA d26056dView commit details
Commits on May 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a06348b - Browse repository at this point
Copy the full SHA a06348bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d938e7b - Browse repository at this point
Copy the full SHA d938e7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3a6c25 - Browse repository at this point
Copy the full SHA e3a6c25View commit details -
Split out create_config_descriptor_xml so it can be used without ardu…
…ino dependencies.
Configuration menu - View commit details
-
Copy full SHA for a183495 - Browse repository at this point
Copy the full SHA a183495View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd4f737 - Browse repository at this point
Copy the full SHA cd4f737View commit details
Commits on May 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6bea7e1 - Browse repository at this point
Copy the full SHA 6bea7e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdbdd6c - Browse repository at this point
Copy the full SHA bdbdd6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad41952 - Browse repository at this point
Copy the full SHA ad41952View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59f37c0 - Browse repository at this point
Copy the full SHA 59f37c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b881a5b - Browse repository at this point
Copy the full SHA b881a5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30002bf - Browse repository at this point
Copy the full SHA 30002bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c853d0 - Browse repository at this point
Copy the full SHA 3c853d0View commit details
Commits on Jun 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c53cb01 - Browse repository at this point
Copy the full SHA c53cb01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87779b8 - Browse repository at this point
Copy the full SHA 87779b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61a1e0f - Browse repository at this point
Copy the full SHA 61a1e0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 741b6c5 - Browse repository at this point
Copy the full SHA 741b6c5View commit details
Commits on Jun 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 96ef7da - Browse repository at this point
Copy the full SHA 96ef7daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34b21d8 - Browse repository at this point
Copy the full SHA 34b21d8View commit details
Commits on Jun 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e0ec8f5 - Browse repository at this point
Copy the full SHA e0ec8f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc8b0a4 - Browse repository at this point
Copy the full SHA dc8b0a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7682b23 - Browse repository at this point
Copy the full SHA 7682b23View commit details -
Configuration menu - View commit details
-
Copy full SHA for aebb477 - Browse repository at this point
Copy the full SHA aebb477View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7060668 - Browse repository at this point
Copy the full SHA 7060668View commit details -
Configuration menu - View commit details
-
Copy full SHA for fab0e84 - Browse repository at this point
Copy the full SHA fab0e84View commit details -
Move runtime TWAI statistics to a dedicated structure to avoid incorr…
…ect initialization of Atomic
Configuration menu - View commit details
-
Copy full SHA for 2897125 - Browse repository at this point
Copy the full SHA 2897125View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4df2ad - Browse repository at this point
Copy the full SHA a4df2adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 758a4f3 - Browse repository at this point
Copy the full SHA 758a4f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7859564 - Browse repository at this point
Copy the full SHA 7859564View commit details
Commits on Jun 14, 2021
-
1. Add option to disable both Hub and Uplink.
2. Handle case of mDNS publish failure (server not ready or previously published)
Configuration menu - View commit details
-
Copy full SHA for c8f575b - Browse repository at this point
Copy the full SHA c8f575bView commit details
Commits on Jul 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d937bc5 - Browse repository at this point
Copy the full SHA d937bc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d191456 - Browse repository at this point
Copy the full SHA d191456View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b47f20 - Browse repository at this point
Copy the full SHA 5b47f20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45e5cd3 - Browse repository at this point
Copy the full SHA 45e5cd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb81429 - Browse repository at this point
Copy the full SHA fb81429View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aee231 - Browse repository at this point
Copy the full SHA 9aee231View commit details
Commits on Aug 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5e4c644 - Browse repository at this point
Copy the full SHA 5e4c644View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4b4621 - Browse repository at this point
Copy the full SHA c4b4621View commit details -
Workaround for broken endian.h stdint.h dependency on esp32
Filed espressif/esp-idf#7498 to track a fix to the endian.h upstream.
Configuration menu - View commit details
-
Copy full SHA for 1aad092 - Browse repository at this point
Copy the full SHA 1aad092View commit details
Commits on Sep 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b87a974 - Browse repository at this point
Copy the full SHA b87a974View commit details -
Configuration menu - View commit details
-
Copy full SHA for c126c0b - Browse repository at this point
Copy the full SHA c126c0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f42c6c7 - Browse repository at this point
Copy the full SHA f42c6c7View commit details
Commits on Sep 8, 2021
-
Fix default parameter for softap name/pw and reduce executor priority…
… for UNICORE SoC.
Configuration menu - View commit details
-
Copy full SHA for 70271db - Browse repository at this point
Copy the full SHA 70271dbView commit details
Commits on Sep 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 94ba080 - Browse repository at this point
Copy the full SHA 94ba080View commit details
Commits on Sep 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8a24b79 - Browse repository at this point
Copy the full SHA 8a24b79View commit details
Commits on Oct 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8184d30 - Browse repository at this point
Copy the full SHA 8184d30View commit details -
Configuration menu - View commit details
-
Copy full SHA for afb3bbb - Browse repository at this point
Copy the full SHA afb3bbbView commit details
Commits on Oct 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 86fa0aa - Browse repository at this point
Copy the full SHA 86fa0aaView commit details
Commits on Oct 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6241644 - Browse repository at this point
Copy the full SHA 6241644View commit details
Commits on Nov 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dcf3c07 - Browse repository at this point
Copy the full SHA dcf3c07View commit details
Commits on Jan 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0544953 - Browse repository at this point
Copy the full SHA 0544953View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fcd79c - Browse repository at this point
Copy the full SHA 1fcd79cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b2adaaf - Browse repository at this point
Copy the full SHA b2adaafView commit details
Commits on Jan 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 597e651 - Browse repository at this point
Copy the full SHA 597e651View commit details
Commits on Jan 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 977313d - Browse repository at this point
Copy the full SHA 977313dView commit details
Commits on Aug 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b39a326 - Browse repository at this point
Copy the full SHA b39a326View commit details -
Configuration menu - View commit details
-
Copy full SHA for f56824e - Browse repository at this point
Copy the full SHA f56824eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a04a8f - Browse repository at this point
Copy the full SHA 2a04a8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3c7a97 - Browse repository at this point
Copy the full SHA e3c7a97View commit details -
Configuration menu - View commit details
-
Copy full SHA for d438180 - Browse repository at this point
Copy the full SHA d438180View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83017bb - Browse repository at this point
Copy the full SHA 83017bbView commit details -
uniquely name the GcTcpHub listener.
This is useful for when there is more than one socket_listener instance.
Configuration menu - View commit details
-
Copy full SHA for abed301 - Browse repository at this point
Copy the full SHA abed301View commit details
Commits on Aug 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d71a3db - Browse repository at this point
Copy the full SHA d71a3dbView commit details
Commits on Aug 25, 2022
-
* OpenMRNLite.h: Remove default inclusion of Esp32WS2812.hxx and move to examples which use it. * Esp32CanLoadTest (all variants): Remove IO pin definitions, clarify usage of USE_CAN vs USE_TWAI/USE_TWAI_ASYNC. * Esp32SocInfo.cxx: Fix file comment to match the file content and correct ARRAY_SIZE usages. * Esp32WS2812: Documentation cleanup, switch calloc for malloc + memset, remove float usage in RMT tick calculation, remove update parameter from set_led_color. * CDIXMLGenerator.hxx: format cleanup and author update.
Configuration menu - View commit details
-
Copy full SHA for 0f6173c - Browse repository at this point
Copy the full SHA 0f6173cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d461651 - Browse repository at this point
Copy the full SHA d461651View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3af9acd - Browse repository at this point
Copy the full SHA 3af9acdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 093c4c9 - Browse repository at this point
Copy the full SHA 093c4c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88bed80 - Browse repository at this point
Copy the full SHA 88bed80View commit details -
Update IO board examples with note on OTA partition requirement.
Updated ESP32IOBoard to document that no indicator LEDs are used but can be added by the user if desired.
Configuration menu - View commit details
-
Copy full SHA for df601b1 - Browse repository at this point
Copy the full SHA df601b1View commit details
Commits on Sep 14, 2022
-
Increase SNIPClient default timeout by 500ms.
On the ESP32 the SNIP response from JMRI when connected via GC Hub is taking around 1650ms.
Configuration menu - View commit details
-
Copy full SHA for c595eba - Browse repository at this point
Copy the full SHA c595ebaView commit details
Commits on Sep 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e5aba8f - Browse repository at this point
Copy the full SHA e5aba8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dff897 - Browse repository at this point
Copy the full SHA 0dff897View commit details -
Add core dump conversion utility.
This utility allows retrieval and conversion of a core dump from flash to a text format that can be displayed and optionally stored for future retrieval.
Configuration menu - View commit details
-
Copy full SHA for f7096b6 - Browse repository at this point
Copy the full SHA f7096b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0081ec - Browse repository at this point
Copy the full SHA e0081ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4642143 - Browse repository at this point
Copy the full SHA 4642143View commit details
Commits on Oct 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c2e7b6a - Browse repository at this point
Copy the full SHA c2e7b6aView commit details
Commits on Oct 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 07a7c80 - Browse repository at this point
Copy the full SHA 07a7c80View commit details
Commits on Oct 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 187cc34 - Browse repository at this point
Copy the full SHA 187cc34View commit details
Commits on Nov 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 52b9de0 - Browse repository at this point
Copy the full SHA 52b9de0View commit details
Commits on Jan 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 55b2331 - Browse repository at this point
Copy the full SHA 55b2331View commit details -
Configuration menu - View commit details
-
Copy full SHA for a38a53d - Browse repository at this point
Copy the full SHA a38a53dView commit details
Commits on Feb 3, 2023
-
Fix case where Esp32WiFiManager was not correctly cleaning up the pre…
…vious uplink connection under certain circumstances resulting in multiple active connections.
Configuration menu - View commit details
-
Copy full SHA for e68ea8b - Browse repository at this point
Copy the full SHA e68ea8bView commit details
Commits on Feb 5, 2023
-
Merge branch 'master' into md-esp20
* master: Fix build of Arduino STM32 CAN driver. (#695)
Configuration menu - View commit details
-
Copy full SHA for 100f4b4 - Browse repository at this point
Copy the full SHA 100f4b4View commit details -
Merge branch 'master' into md-esp20
* master: Fixes build for Stm32 CanSerialNode example. (#696)
Configuration menu - View commit details
-
Copy full SHA for a647db9 - Browse repository at this point
Copy the full SHA a647db9View commit details
Commits on Feb 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 87050e8 - Browse repository at this point
Copy the full SHA 87050e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06cb5f1 - Browse repository at this point
Copy the full SHA 06cb5f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f98aa20 - Browse repository at this point
Copy the full SHA f98aa20View commit details
Commits on Jul 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2514cb0 - Browse repository at this point
Copy the full SHA 2514cb0View commit details -
Merge branch 'master' into md-esp20
* master: (32 commits) BroadcastTime string to rate quarters error handling (#716) Adds 9bit reception support to the TI uart drivers. (#713) Respond Ack to memcfg write datagrams immediately. (#712) Adds time jump information to the broadcast time update callbacks. (#694) Refactors fast time state into a separate base class from BroadcastTime. (#692) Add missing include guards. (#714) Fix bug that convoluted the file mode for the UART hardware mode (#706) Refactors the flash writing/erasing code for TI flash into a separate class. (#710) Adds STM32 RailcomDriver (#702) Adds hex_to_string helper function to format_utils. (#707) Deletes stm32f0-f3 SPIFFs driver. (#708) Fixes some compile errors: (#709) Fixes bug in flash write. Fixes compilation warnings. Adds support for unaligned reads and writes to the TivaEEPROMFile driver. (#704) Removes the driverlib from the path for CC322x.mk Removes a duplicate entry from the clang-format file. Stores the last offset in the configuration space when generating the XML. (#693) Eliminates b'' from the revision strings. (#701) Fork src/freertos_drivers/ti/TivaRailcom.hxx to src/freertos_drivers/st/Stm32Railcom.hxx step 4 Fork src/freertos_drivers/ti/TivaRailcom.hxx to src/freertos_drivers/st/Stm32Railcom.hxx step 2 ...
Configuration menu - View commit details
-
Copy full SHA for ad6459c - Browse repository at this point
Copy the full SHA ad6459cView commit details