Commit Graph

  • bc81bfc984 fix(keant): added keant board file that FIXES FAILED STARTUPS! finally main Yandrik 2023-10-17 14:13:23 +0200
  • cd51b83f8b doc(README): added fork reason to readme Yandrik 2023-04-29 00:08:13 +0200
  • 08b1c7f968 meta: updated tinyusb library to allow ftdi CDC chips Yandrik 2023-04-29 00:05:03 +0200
  • f396d05f82 Actually target correct USB1.5.0 version - same code (#1245) Graham Sanderson 2023-02-11 16:54:33 -0600
  • 2ccab115de release SDK 1.5.0 graham sanderson 2023-02-10 18:23:51 -0600
  • c8ccefb972 Add Bluetooth support graham sanderson 2023-02-10 17:48:44 -0600
  • 0d207f4878 Add new github workflows graham sanderson 2023-01-29 17:05:05 -0600
  • d07abf3ac0
    Setup clock pin when starting SPI comms. (#1236) Peter Harper 2023-02-10 16:18:34 +0000
  • 756c4f24a4
    Remove duplicated comment line in header (#1237) andygpz11 2023-02-09 18:06:16 +0000
  • f54ca1a42e
    Add/tidy API doxygen for the new pico_i2c_slave library (#1233) andygpz11 2023-02-08 16:48:02 +0000
  • 8c8006d457
    Fix build backwards-incompatibilities with LIB_XXX defines, and add fix pico_time in host mode (#1232) Graham Sanderson 2023-02-07 16:39:37 -0600
  • 18b97fcba0
    add new pcio_I2c_slave library (#1205) Graham Sanderson 2023-02-07 07:47:01 -0600
  • 66bd4d8aab
    Comment typos (#1231) Andrew Scheller 2023-02-07 00:48:44 +0000
  • 5eff1726c2
    revert use of pico_add_library in pico_usb_reset_interface which is used by picotool and included directly as _headers library by SDK anyway (#1230) Graham Sanderson 2023-02-06 18:07:16 -0600
  • cc169ddd68
    stdio hardening + new mutex API (#1224) Graham Sanderson 2023-02-06 16:27:39 -0600
  • 5b467997b2
    Update TinyUSB to c0d79457f (post 0.14.0) (#1229) Graham Sanderson 2023-02-06 16:27:19 -0600
  • 7ef7ec8491
    Fix Windows build warning (#1228) Peter Harper 2023-02-06 22:13:26 +0000
  • ab18927533
    Various Documentation Updates + bump version to SDK1.5.0-develop (#1220) Graham Sanderson 2023-02-06 15:07:37 -0600
  • a916761e7d
    issue 1219, minor improvements to doxygen comments (#1223) Brad S 2023-02-05 17:00:26 -0800
  • 795d021ca6
    Allow external pico-sdk-tools package (#1221) Nikhil Dabas 2023-02-06 05:35:54 +0530
  • 74b6c1ccc3
    Re-enable compiler checks (#1097) Flaviu Tamas 2023-02-05 17:34:24 -0500
  • 7e305a70b0
    fix typo (#1217) Graham Sanderson 2023-02-03 10:21:40 -0600
  • c05c97d338
    Fix PICO_STDIO_USB_SUPPORT_CHARS_AVAILABLE_CALLBACK (#1216) Peter Harper 2023-02-03 15:23:17 +0000
  • fff2c6b467
    add thread info to pico_rand docs (#1214) Graham Sanderson 2023-02-02 12:29:06 -0600
  • 31780aed2c
    Add stdio_set_chars_available_callback (#1213) Peter Harper 2023-01-31 21:47:36 +0000
  • 0e4e25a343
    Rework build targets such that: (#1211) Graham Sanderson 2023-01-30 10:56:03 -0600
  • d717fe239a
    Add mention of develop branch to README.md (#1207) Graham Sanderson 2023-01-29 17:02:21 -0600
  • 0b0931a9a2
    Bssid (#1212) Peter Harper 2023-01-29 22:56:58 +0000
  • 5984849594
    Add manual windows CI (#1209) Flaviu Tamas 2023-01-29 14:45:40 -0500
  • c852a65ecc
    define option to disable cpp allocation overrides (#1145) Sencer 2023-01-29 19:40:01 +0100
  • 2a9c59925a
    remove duplicate pico_rand inclusion in kitchen_sink (#1206) Graham Sanderson 2023-01-27 16:37:47 -0600
  • 1552324a64
    Add mbedtls_hardware_poll implementation to pico_mbedtls Peter Harper 2023-01-27 17:15:22 +0000
  • 1bd9de95de
    add pico_rand to kitchen_sink (#1204) Graham Sanderson 2023-01-27 10:59:59 -0600
  • 45d2dc4c95
    add missing pico_rand dependency (#1203) Graham Sanderson 2023-01-27 10:48:20 -0600
  • 729c7f4326
    Tweaks to section-attribute stuff in platform.h (#1202) Andrew Scheller 2023-01-27 14:05:11 +0000
  • 36ba9e64bc
    Add NVIC struct. Fixes #947 (#1199) Liam Fraser 2023-01-26 22:07:20 +0000
  • fefb6b6d1e
    Move more code from pico_cyw43_arch to pico_cyw43_driver (#1201) Graham Sanderson 2023-01-26 16:05:29 -0600
  • b70f984f2a
    Add pico_rand library (#1111) andygpz11 2023-01-26 19:25:27 +0000
  • 67af83f069
    Fix compile issue with clock_t conversion (#1200) Peter Harper 2023-01-26 19:11:42 +0000
  • b979395c5e
    Keep retrying if cyw43_wifi_join fails (#1195) Peter Harper 2023-01-26 17:28:04 +0000
  • 78d7a2522f
    elf2uf2: Use LMA (instead of VMA) of entry_point to determine whether binary is flash/RAM (#1187) Graham Sanderson 2023-01-26 10:04:48 -0600
  • 260df95e44
    tinyusb: enable workaround for RP2040-E15 (#1137) P33M 2023-01-25 23:19:23 +0000
  • b8bd8ac702
    update multi-gcc action to be on push to develop or main (#1197) Graham Sanderson 2023-01-25 17:14:16 -0600
  • 60016e2cf2
    update multi-gcc workflow (#1194) Graham Sanderson 2023-01-25 11:55:57 -0600
  • 9a5eae111b
    fix compiler warning (#1193) Graham Sanderson 2023-01-25 11:41:45 -0600
  • 0cfeec253a
    CI Improvements. Add multi-gcc workflow that tests each ARM GCC available (#1192) Liam Fraser 2023-01-25 16:48:35 +0000
  • 248fc72f96
    Remove (legacy) direct inclusion of 'pico/platform.h' and 'pico/config.h' (#1190) Graham Sanderson 2023-01-24 12:03:48 -0600
  • a540ca905a
    Add new async_context abstraction and refactor cyw43_arch to use it (#1177) Graham Sanderson 2023-01-24 12:01:24 -0600
  • c578422528
    Remove PLL postdiv assert. Fixes #1047 (#1189) Liam Fraser 2023-01-24 15:10:05 +0000
  • 177b0303dd
    SYS funcs and GCC12 fixes (#1186) Graham Sanderson 2023-01-24 09:00:26 -0600
  • a66ba7a942
    user_irqs should be claimed globally not per core, since vector tabes are shared (#1183) Graham Sanderson 2023-01-24 08:58:01 -0600
  • 8b8778c59b
    compile issue seems to have snuck thru (#1184) Graham Sanderson 2023-01-20 16:47:23 -0600
  • aaf0828250
    change clock_gpio_init to take float and add clock_gpio_init_int_frac (#1178) Howard Su 2023-01-21 05:45:18 +0800
  • 021a1b6bad
    Update cyw43-driver (#1181) Peter Harper 2023-01-20 15:11:18 +0000
  • 2e45d8ec65
    Update source code to use the correct bit - fixes #993 (#1180) andygpz11 2023-01-20 15:10:01 +0000
  • 885bd922cf
    Ability to set USB device as self powered device (#1105) Mr. Green's Workshop 2023-01-20 07:49:00 +0900
  • 05c3f22879
    Update documentation-links (remove FAQ and add the two Pico W books) (#1123) Andrew Scheller 2023-01-19 22:47:21 +0000
  • 4215d4a793
    Latest updates to the autogenerated headers (#1122) Andrew Scheller 2023-01-19 22:41:34 +0000
  • 35787255af
    Avoid generating garbage input due to initialization (#1125) DipSwitch 2023-01-19 23:39:19 +0100
  • 13a171a971
    Small doxygen fixes (#1092) Andrew Scheller 2023-01-19 22:38:14 +0000
  • 73dcbec837
    Improved code format (#1146) KafCoppelia 2023-01-20 06:24:26 +0800
  • 88bc4f974c
    cleanup header guard names to be consistent (#1179) Graham Sanderson 2023-01-18 08:40:10 -0600
  • 99ee33ad25
    Add nullbits Bit-C PRO (#1149) Jay Greco 2023-01-18 05:20:37 -0800
  • 419eb739c2
    Disable linker warning (#1114) Peter Harper 2023-01-17 22:46:02 +0000
  • 488bd66eb3
    Fix conflicting C++ linkage for pico_lwip panic() (#1167) ryanjsims 2023-01-09 08:49:25 -0700
  • 605e21ae6f
    pairing heap free link list gets orphaned when fully depleted (#1120) (#1121) Graham Sanderson 2022-12-08 11:14:53 -0600
  • 0b52603667
    Fix build issues with spaces and parentheses (#1136) Peter Harper 2022-12-06 23:45:57 +0000
  • 56594e75af
    Allow changing the USB VID, PID, manufacturer, and product via CMake (#1130) Stargirl Flowers 2022-12-03 00:39:01 -0500
  • 616e120558
    Add information on targetting the Pico W. Fixes #895 (#896) David Greaves 2022-11-30 19:08:04 +0000
  • 0ef07e5215
    Fix the description of stdio_flush() (#1095) Radoslav Gerganov 2022-11-24 17:05:00 +0200
  • 887c0b8443
    IRQ on CYW43_PIN_WL_HOST_WAKE not gpio13 (#1069) envirocoder 2022-11-24 14:42:25 +0000
  • 6cc9394c5c
    Update cyw43-driver to latest version (#1115) Peter Harper 2022-11-24 14:40:29 +0000
  • 586850e66f
    binary_info/structure.h: Fix pins_with_func format comment (#1070) Nicolas Pouillon 2022-11-23 01:26:16 +0100
  • 5258ee640b
    Add new DMA sniffer's API (#887) andygpz11 2022-11-02 14:25:27 +0000
  • e4da37cf0c
    Fix for cyw43 driver working with SMs other than 0 (#1080) Lord-Lucan 2022-10-27 22:06:33 +0100
  • a88baafc16
    Implemented ARCHIVE_OUTPUT_DIRECTORY for uf2 output in CMake. Fixes #1012 (#1036) Daniel Treffenstädt 2022-10-21 16:01:55 +0200
  • 6d15974e96
    Add some definition files for waveshare board. (#984) Engineer_Will 2022-10-21 22:01:10 +0800
  • e50e107d91
    Fix unexpected (CMake) behavior with PICO_BOARD variable. (#1050) Timo Kokkonen 2022-10-21 06:59:02 -0700
  • 16ab2b21ba
    Remove incorrect override for LWIP_PLATFORM_ASSERT (#1064) James Peach 2022-10-21 14:57:21 +0100
  • b0294d6bf4
    fix build without mbedtls submodule initialized, and fix deoptimized debug build (#1067) Graham Sanderson 2022-10-17 11:34:10 -0500
  • 3bd7a829db
    Some optimizations for the hardware divider (#1033) Peter Pettersson 2022-10-17 00:40:22 +0200
  • 2d4e3baa82
    Set CMAKE_MAKE_PROGRAM when building ELF2UF2 and PIOASM (#935) Pedro Tôrres 2022-10-16 19:31:58 -0300
  • 587ac803c5
    Avoid compound assignment with volatile left operand as described in #1017 (#1018) Jonathan Reichelt Gjertsen 2022-10-17 00:24:23 +0200
  • e22807bc2e
    Add a compile option to suppress fopen deprecated warning (#1035) Koji KITAYAMA 2022-10-17 07:22:25 +0900
  • 8c6963d7ed
    Fix compile errors when building with clang x86_64-pc-windows-msvc (#1038) Koji KITAYAMA 2022-10-17 07:22:06 +0900
  • 719d5e41a2
    Add mbedtls to pico-sdk (#894) Peter Harper 2022-10-16 22:41:21 +0100
  • 8e014e6b5d
    Make sure OUT_STICKY is not set when setting pins / pindirs (#989) Jan Niehusmann 2022-10-16 23:39:44 +0200
  • c4f37b2e44
    Lwip build fixes (#1011) Peter Harper 2022-10-16 22:38:42 +0100
  • 6f1fc56833
    pioasm: python output incorrectly rendered mov x, ~x as nop() (#1053) Patrick Plenefisch 2022-10-09 13:59:52 -0400
  • 24bb3627cf
    PLL REFDIV values > 1 considered by vcocalc.py (#952) alastairpatrick 2022-10-05 17:06:26 -0700
  • 3ed9e2fb1e
    Avoid initializing full stdio_stack_buffer object with zeros (#992) Graham Sanderson 2022-09-26 11:49:16 -0500
  • 98aba25e64
    Make __get_current_exception inline (#1016) alastairpatrick 2022-09-12 13:28:18 -0700
  • 849cdf8a30
    Typo in float_aeabi.S: srqtf => sqrtf (#702) Jeremy Grosser 2022-09-12 11:44:38 -0700
  • 5e9eb27ac2
    Implement whole-buffer write semihosting (#1013) Flaviu Tamas 2022-09-12 14:20:30 -0400
  • a4ec3c4848
    fix wconversion warning (#981) Ha Thach 2022-09-06 23:02:45 +0700
  • 189d377be2
    Only include mutex header if necessary (#991) bruelltuete 2022-09-06 17:00:51 +0100
  • 07e5caf341
    Supress -Wunused-parameter when PICO_STDIO_ENABLE_CRLF_SUPPORT is unset (#998) Zachary Kohnen 2022-09-06 17:59:48 +0200
  • 0041f4b7fd
    set CYW43_WIFI_NVRAM_INCLUDE_FILE allowing user override Peter Harper 2022-09-01 20:10:06 +0100
  • 89bce613ae
    Remove hw_set_bits from pio->irq (#978) David Thacher 2022-08-18 09:14:40 -0400
  • 0d872ea409
    Move to TinyUSB 0.14.0 (#937) Graham Sanderson 2022-08-18 07:51:38 -0500