Commit Graph

  • 5cf118b2f9
    Merge 92d86c50db into 9447ee9260 Red-Die-Plater-One 2023-09-30 16:02:02 +0200
  • 9447ee9260
    [FL-2630] Wireless UART (#45) dev Sergey Gavrilov 2023-09-26 19:37:47 +0300
  • 15c25c0c23 Web interface: mobile friendly input SG 2023-09-25 19:44:27 +0300
  • 1691acab56 Web interface: mobile friendly uart terminal SG 2023-09-25 19:30:39 +0300
  • bb15c5431e Attempts to fix build: 3 SG 2023-09-25 13:58:18 +0300
  • f0e67c1551 Attempts to fix build: 2 SG 2023-09-25 13:28:19 +0300
  • bd0da7bdfc
    Merge branch 'dev' into zlo/2630-logs-over-wifi Sergey Gavrilov 2023-09-25 13:05:33 +0300
  • 41acbe3d97
    Upgrade nodejs to 18 (#47) Max Andreev 2023-09-25 13:05:15 +0300
  • 441dd92109 Upgrade nodejs to 18 DrunkBatya 2023-09-25 12:24:05 +0300
  • cd345b8134 Attempts to fix build: 1 SG 2023-09-22 15:33:49 +0300
  • f7bf9072ca Web interface: firmware version SG 2023-09-22 15:12:39 +0300
  • 03b806d698 Web interface: fix first nbsp on line SG 2023-09-22 08:47:01 +0300
  • 9402883226 bundle SG 2023-09-22 08:09:46 +0300
  • ab9435151b Web interface: add keypress to non-interactive elements with on:click SG 2023-09-22 08:09:37 +0300
  • d0b0031ce2 Web interface: smart nbsp in terminal SG 2023-09-22 08:08:51 +0300
  • fee376bf3d HTTP Server: cleanup websocket fns SG 2023-09-22 08:08:00 +0300
  • e9ed8906ea UART Rx: 1Mb stream buffer SG 2023-09-22 08:07:11 +0300
  • c82d0ac269 Web interface: update dependencies SG 2023-09-22 08:06:52 +0300
  • 9a92f81abc Web interface: UART send SG 2023-09-22 05:42:21 +0300
  • 871e770b6b app: network uart SG 2023-09-22 05:41:57 +0300
  • cdc823409c uart: network socket SG 2023-09-22 05:41:41 +0300
  • 81f11dd081 software uart logs: enlarge buffer SG 2023-09-22 05:41:05 +0300
  • 106887d0bf software uart logs: more precise timings SG 2023-09-22 05:40:13 +0300
  • df9146e89e Web interface: cleanup API and fix README SG 2023-09-18 18:01:42 +0300
  • 559a35c697 Simple UART: proxy config SG 2023-09-18 18:01:16 +0300
  • e640b27dcd Web interface: UART config SG 2023-08-14 19:37:24 +0300
  • 8861ae4e7e Build: artifacts SG 2023-08-10 18:43:48 +0300
  • deba0ed44a Web interface: UART history, receive indicator SG 2023-08-10 18:41:14 +0300
  • ab10f0b8b2 Network: websocket for web uart SG 2023-08-09 21:37:46 +0300
  • 69b622f2cc Simple-UART: get config SG 2023-08-09 21:36:21 +0300
  • 4e3760e789 Web interface: UART console and refactoring SG 2023-08-09 21:35:34 +0300
  • ae6231574f PSRAM: 2M, store some global objects there SG 2023-07-24 01:12:09 +0400
  • 1a6d9044c7 HTTP: websocket mockup SG 2023-07-23 23:55:10 +0400
  • a398f19353
    USB glue: check mode before read (#44) Sergey Gavrilov 2023-07-21 22:19:20 +0300
  • 2467f4eb04 USB glue: check mode before read SG 2023-07-21 21:25:49 +0400
  • 92d86c50db
    Create devcontainer.json Red-Die-Plater-One 2023-06-24 03:48:51 -0700
  • 2fcc936ff3
    Merge ceabc924e5 into 09111b4241 Albert Koczy 2023-05-28 12:51:01 +0000
  • ceabc924e5 Update CI script alufers 2023-05-28 14:50:52 +0200
  • e992956ec4 Update readme to point to ESP-IDF version v5.0.2 alufers 2023-05-28 14:45:38 +0200
  • e9c4ba74d0 Rewrite functions that obtain the IP addresses to use esp_netif alufers 2023-05-28 14:42:37 +0200
  • 6b1c89f723 Temporarily remove reading of IP address alufers 2023-05-28 02:31:22 +0200
  • 01b8aefdf2 Change usage of nvs_entry_find to suit idf v5.0.2 alufers 2023-05-28 02:30:35 +0200
  • fae3a46e47 Add missing includes of esp_chip_info.h and esp_mac.h alufers 2023-05-28 02:29:41 +0200
  • 1b11ffc6ae Rename tinyusb component to usbglue, use esp-idf's tinyusb alufers 2023-05-28 02:25:07 +0200
  • 0e87b51e50 Change portTICK_RATE_MS to portTICK_PERIOD_MS alufers 2023-05-28 02:21:07 +0200
  • d5b601c340 Add esp-idf managed components alufers 2023-05-28 02:20:25 +0200
  • ec7c6b434f change GPIP_PIN_INTR_DISABLE -> GPIO_INTR_DISABLE alufers 2023-05-28 02:17:09 +0200
  • de5708ebc7 Add required components to soft-uart component, change include alufers 2023-05-28 02:14:13 +0200
  • fe1bd49931 Add required components to simple-uart component, add missing include alufers 2023-05-28 02:13:27 +0200
  • 22e0ba40ec Add esp_timer.h include to the blackmagic component alufers 2023-05-28 02:12:57 +0200
  • e012f1c8da Add required components to dap-link component, add missing include alufers 2023-05-28 02:12:07 +0200
  • 5993a58264 Add required components to blackmagic component alufers 2023-05-28 02:10:59 +0200
  • 09111b4241
    Fix new indexer url (#39) Max Andreev 2023-05-19 15:36:31 +0300
  • decf530895
    Merge branch 'dev' into drunkbatya/fix-indexer Max Andreev 2023-05-19 13:58:35 +0300
  • 89c6d40d02 Update indexer url, add release reindex DrunkBatya 2023-05-19 13:57:15 +0300
  • a86460ac75
    Speedup CI checkout (#35) Sergey Gavrilov 2023-04-28 07:44:24 -0700
  • 085a0770dc
    CI: use selfhosted Sergey Gavrilov 2023-04-29 00:34:59 +1000
  • 29f22009d8
    Update build.yml Sergey Gavrilov 2023-04-29 00:29:04 +1000
  • d686423f48
    Disable ci/cd on release* branches (#34) Max Andreev 2023-04-28 17:23:33 +0300
  • 45eb6789ba Disable ci/cd on release* branches DrunkBatya 2023-04-28 16:31:47 +0300
  • e54d88b31d
    Add compression (#33) 0.1.1-rc 0.1.1 release-candidate release Max Andreev 2023-04-28 15:05:57 +0300
  • 05f41b20bf Add compression DrunkBatya 2023-04-28 14:57:16 +0300
  • 3d7dcc286e
    Add indexer (#32) Max Andreev 2023-04-28 14:33:39 +0300
  • 536d367dc7 Upgrade nodejs action DrunkBatya 2023-04-28 13:04:47 +0300
  • b17c89d7b4 fix upload DrunkBatya 2023-04-28 12:53:53 +0300
  • 0cea909bd8 Fix build.yml DrunkBatya 2023-04-28 12:39:02 +0300
  • 182c073a7e Add submodules: recursive DrunkBatya 2023-04-27 20:32:47 +0300
  • c819c346f5 Add python and get_env.py DrunkBatya 2023-04-27 20:29:41 +0300
  • f864ce494a Add indexer DrunkBatya 2023-04-27 20:24:32 +0300
  • e2738e8b6a
    Update blackmagic version (#23) 0.1.0-rc Sergey Gavrilov 2023-03-21 04:36:33 -0700
  • d2c47fab85
    Merge branch 'dev' into zlo/update-blackmagic あく 2023-03-21 20:27:19 +0900
  • 9824d4db2c
    Init hostnames earlier (#29) Astra 2023-03-21 13:22:48 +0200
  • 25c9f8e560 Init hostnames earlier Astra 2023-03-21 13:15:35 +0200
  • 721e5eac54
    Update README.md (#27) Sergey Gavrilov 2023-03-19 22:42:29 -0700
  • d5e6aee4f2
    Update README.md Sergey Gavrilov 2023-03-20 14:42:53 +1000
  • e69223d0b9 Blackmagic: remove comments from CmakeLists.txt SG 2023-02-11 04:06:35 +0300
  • 594d43e1ce Blackmagic: fix WB55 errata in blackmagic-fw submodule SG 2023-02-10 18:42:37 +0300
  • bde9c13a19 Blackmagic: esp platform, gnu11 SG 2023-02-10 16:19:47 +0300
  • 10e9b6cc9e Blackmagic: blackmagic-fw submodule, use release version SG 2023-02-10 15:34:05 +0300
  • 28a348bf4d Blackmagic: update blackmagic-fw submodule SG 2023-02-10 13:35:56 +0300
  • 8fae11f230
    README: required version of esp-idf, development of the web interface (#22) Sergey Gavrilov 2023-02-09 18:15:44 +0300
  • 7873dc4fad README: required version of esp-idf, development of the web interface SG 2023-02-09 18:07:53 +0300
  • b182ceffe9
    Dap-link support mode (#18) Sergey Gavrilov 2023-02-09 17:57:03 +0300
  • 9a63f1e6b0 Remove debug.log SG 2023-02-09 17:50:16 +0300
  • 4993eb439a Build workflow: fix ubuntu version SG 2023-02-09 17:50:00 +0300
  • a905cdefa0 web interface: mobile friendly SG 2023-02-08 20:26:22 +0300
  • 32327166da Fix workflow v3 SG 2022-12-23 21:48:23 +0300
  • 15ca0d551e Fix workflow v2 SG 2022-12-23 21:44:49 +0300
  • caf672fc46 Fix workflow SG 2022-12-23 21:42:29 +0300
  • 940503534a usb config via cli SG 2022-12-06 19:00:32 +0300
  • 9e509c578a usb serial setup SG 2022-12-06 17:33:04 +0300
  • 8732663f04 Wifi: disabled mode, USB: BM/DAP mode, SWD: access lock SG 2022-12-05 20:34:54 +0300
  • be1b987e35 dap: better leds SG 2022-12-02 21:02:46 +0300
  • 450acd6975 dap: leds SG 2022-12-02 20:47:59 +0300
  • 62c3bac863 Merge branch 'dev' into zlo/dap-link SG 2022-12-02 20:25:28 +0300
  • 5e2807371c blackmagic on wifi interface and dap on usb SG 2022-12-02 20:25:04 +0300
  • 869c360fd0 new config SG 2022-12-01 13:10:04 +0300
  • a51f611066 blackmagic glue works SG 2022-11-30 19:59:10 +0300
  • 59d0ea87a5 callbacks SG 2022-11-30 18:18:04 +0300
  • 28324b104f glue layer SG 2022-11-28 18:26:56 +0300