Commit Graph

18 Commits (eba03900177b67fd78ee2ea82409f59f37ac0a0b)

Author SHA1 Message Date
Emma Stensland 717e52d02b F-1305 F-1306 F-1714 F-2111 F-2905 F-2906 F-2909 F-3897 F-4125 F-4608 F-6288: fix NULL-deref, fd-leak, unaligned-access, and buffer-overflow bugs across CAN, PKCS7, embedded, and PEM-printing examples 2026-07-14 13:33:25 -06:00
Emma Stensland 278736016e F-2115 F-3693 F-3890 F-3895 F-5608 F-5609 F-5613 F-6290 F-6537 F-6538: fix RPi-Pico, TOPPERS, PSK, lwIP, Mynewt, uTasker, wolfIP, and STSafe examples issues 2026-07-13 17:29:28 -06:00
David Garske 8e47edbf64
Merge pull request #557 from LinuxJedi/pico-fixes
Fixes to the Pi Pico build
2026-02-16 13:49:11 -08:00
Andrew Hutchings 9337dc00b5 Fix handling of `XTIME(0)`
It should behave more like `time()`.
2026-02-16 09:32:18 +00:00
Andrew Hutchings b821577eaf Fixes to the Pi Pico build
* Don't require FreeRTOS if we are doing a bare metal bench / test build
* Make stack checking stricter and increase stack size for DH
* Set alignment to 0, this fixes LMS if that is compiled-in
* `WOLFSSL_SP_MATH` and `WOLFSSL_SP_MATH_ALL` can't be used together
* Loop the benchmark
2026-02-12 14:56:18 +00:00
Yota Nagaya f7374627e6 Restore config/user_settings.h to pre-370cdb3 state 2025-09-17 10:03:25 +09:00
Yota Nagaya a4a48e628b Fix Doc 2025-09-17 01:54:59 +09:00
Yota Nagaya 370cdb3ee2 Fix details 2025-09-17 01:45:20 +09:00
Yota Nagaya 64c25fbca3 socket connection with FreeRTOS 2025-09-17 01:45:19 +09:00
Andrew Hutchings 177c0be818 Fix RP2350
Wrong MCU detection flags were used, so the wrong ASM was compiled. Also
make sure LWIP is defined for wolfSSL to compile properly.
2025-09-09 13:44:09 +01:00
Timo Kokkonen d849a6257f Fix autodetection of RP2350 (ARM mode). 2025-07-14 19:47:40 -07:00
Andrew Hutchings 0f195c94e6 Improved Raspberry Pi Pico support
Fixes and improvements for RP2040 and added RP2350 support:

* Made UART `printf` output optional
* Made WiFi support optional
* Added compile support for RP2350
* Added compile support for RP2350 in RISC-V mode
* Re-wrote README
* Fixed compile issues
2024-11-08 12:14:46 +00:00
Takashi Kojo 4b64a7bd22 socket emulation 2023-09-12 18:14:28 +09:00
Takashi Kojo 2c423825ff Refator CMakelists.txt 2023-08-26 13:40:47 +09:00
Takashi Kojo 3724feec1f TLS client 2023-08-24 05:53:59 +09:00
Takashi Kojo 1daf7f1ae2 Polling based TCP Client 2023-08-21 10:25:32 +09:00
Takashi Kojo e2101a44c5 pico_async_context_poll, tcp_client 2023-08-19 14:04:36 +09:00
Takashi Kojo cfeb85c432 Benchmark on R-Pi Pico 2023-08-19 08:06:00 +09:00