Commit graph

  • 65c26ba694
    Merge 330361d76f into 9d0df3277d #26 Rajas Paranjpe 2024-10-19 20:15:10 +0000
  • 330361d76f Nix flake for building on NixOS #26 Rajas Paranjpe 2024-10-19 13:13:47 -0700
  • de4af343ad
    Merge 552e61fd50 into 9d0df3277d #25 Menci 2024-08-01 08:59:41 +0000
  • 552e61fd50 Cleanup of PR #24 #25 Menci 2024-08-01 16:56:06 +0800
  • 9a65dbcece
    Merge 88ef2f00e9 into 9d0df3277d #24 Andrew Kroll 2024-04-19 06:49:14 +0000
  • 9d0df3277d
    github: ci: switch to ubuntu-22.04 master Álvaro Fernández Rojas 2024-04-16 12:22:25 +0200
  • 88ef2f00e9
    Update README.md #24 Andrew Kroll 2024-04-14 20:01:30 -0400
  • cc42c66af4 Fix ISRs, and USB descripters Andrew J. Kroll 2024-04-14 19:36:53 -0400
  • c8a4bc513f pico-sdk: update to v1.5.1 v4.2 Álvaro Fernández Rojas 2024-04-11 19:11:33 +0200
  • b74af3b0d8 uart-bridge: restore clock speed Álvaro Fernández Rojas 2024-04-10 19:54:05 +0200
  • 2f05798e36 github: bump upload-artifact to v4 Álvaro Fernández Rojas 2024-04-10 20:02:38 +0200
  • 2e3f10f756 github: bump checkout to v4 Álvaro Fernández Rojas 2024-04-10 20:01:41 +0200
  • 3ce41d326b uart-bridge: disable UART when writing to LCR uart-lcr-fix Álvaro Fernández Rojas 2023-01-31 20:19:57 +0100
  • ca81e5c242
    Merge pull request #15 from mgduda/use_memmove_fix v4.1 Álvaro Fernández Rojas 2023-01-31 19:25:12 +0100
  • 67ce07178f Switch from memcpy to memmove when copying within buffers #15 Michael Duda 2023-01-29 11:49:11 -0700
  • 9d05ed4b1d uart-bridge: avoid CR/LF conversion v4.0 Álvaro Fernández Rojas 2022-11-04 11:13:57 +0100
  • 3aa5d05fe3 Switch UART0 to GPIO 16 (TX) & GPIO 17 (RX) Álvaro Fernández Rojas 2022-11-04 11:08:49 +0100
  • 01e7831501 uart-bridge: add UART RX interrupts Álvaro Fernández Rojas 2022-11-04 11:00:31 +0100
  • 3e1672f2c9 Increase buffers and improve USB descriptors Álvaro Fernández Rojas 2022-11-04 10:59:54 +0100
  • 8db03b41ac Code cleanup Álvaro Fernández Rojas 2022-11-04 10:58:51 +0100
  • 71fd38df8a github: improve CI v3.1 Álvaro Fernández Rojas 2022-11-03 19:46:43 +0100
  • d0925bfd33 pico-sdk: update to 1.4.0 Álvaro Fernández Rojas 2022-11-03 19:33:57 +0100
  • 6aa7cf2958 usb-descriptors: use flash ID as USB serial cxxcoder 2022-11-03 18:12:56 +0100
  • 40fed437b3
    Merge feac173c52 into c63359ef62 #6 narvalotech 2022-11-03 21:10:11 +0100
  • c63359ef62 github: improve CI Álvaro Fernández Rojas 2022-11-03 19:46:43 +0100
  • 64f93875cf pico-sdk: update to 1.4.0 Álvaro Fernández Rojas 2022-11-03 19:33:57 +0100
  • 14c9a38076 usb-descriptors: use flash ID as USB serial cxxcoder 2022-11-03 18:12:56 +0100
  • feac173c52 Add line control (DTR/DSR) #6 Jonathan Rico 2022-10-22 12:26:41 +0200
  • e729db5942 Add hardware flow-control narvalotech 2022-04-28 09:29:32 +0200
  • 758cec2b5f retrieve serial from flash ID #8 cxxcoder 2022-07-04 12:38:41 +0200
  • f64b2ace58 uart-bridge: add HW flow control uart-hw-flow Álvaro Fernández Rojas 2022-05-03 15:05:37 +0200
  • 05e4815f6b uart-bridge: bump clock to 250 MHz v3.0 Álvaro Fernández Rojas 2022-05-03 19:59:18 +0200
  • ebbc862b65 uart-bridge: increase BUFFER_SIZE Álvaro Fernández Rojas 2022-05-03 19:58:12 +0200
  • 71faf3097a build.sh: improve script Álvaro Fernández Rojas 2022-05-03 19:39:29 +0200
  • 982b071d6c github: update CI workflow Álvaro Fernández Rojas 2022-05-03 17:05:36 +0200
  • a7d61bb4c8 pico-sdk: update v1.3.0 Álvaro Fernández Rojas 2022-05-03 12:19:39 +0200
  • 2460b10523 uart-bridge: usb_read_bytes: fix usb_buffer access Álvaro Fernández Rojas 2021-10-25 18:42:30 +0200
  • 7a8e3bf16c github: force Ubuntu 20.04 v2.1 Álvaro Fernández Rojas 2021-02-06 12:23:07 +0100
  • 206b612bae uart-bridge: improve usb_write_bytes Álvaro Fernández Rojas 2021-02-06 12:05:47 +0100
  • 7f8226a3a1 github: add CI Álvaro Fernández Rojas 2021-02-06 11:34:25 +0100
  • beb34da36d build: automatically checkout pico-sdk Álvaro Fernández Rojas 2021-02-06 11:14:31 +0100
  • 3f9c9fadde uart-bridge: add LC mutex Álvaro Fernández Rojas 2021-02-06 11:05:12 +0100
  • 8d9d952dde uart-bridge: remove unused variables Álvaro Fernández Rojas 2021-02-06 11:01:44 +0100
  • f2531be879 usb-descriptors: refactor code Álvaro Fernández Rojas 2021-02-06 10:59:27 +0100
  • b6c906e55e tusb_config: refactor code Álvaro Fernández Rojas 2021-02-06 10:38:21 +0100
  • a41adfcfdd Update README with multiple UARTs support v2.0 Álvaro Fernández Rojas 2021-02-04 09:14:33 +0100
  • 410eef18ef uart-bridge: expose both HW UARTs Álvaro Fernández Rojas 2021-02-04 09:02:27 +0100
  • 911bf03c80 uart-bridge: use DEF_BIT_RATE for CDC LC v1.1 Álvaro Fernández Rojas 2021-02-04 09:03:46 +0100
  • 85383842d5 uart-bridge: code refactor Álvaro Fernández Rojas 2021-02-03 15:45:04 +0100
  • f46d93bb54 uart-bridge: fix incorrect uart_parity_t usage Álvaro Fernández Rojas 2021-02-03 15:33:45 +0100
  • 7bac4bd99a uart-bridge: remove unneeded semicolon Álvaro Fernández Rojas 2021-02-03 15:29:50 +0100
  • 994eab59f5 Import project files v1.0 Álvaro Fernández Rojas 2021-02-03 12:49:34 +0100