Include memdebug header in the tls implementation to allow heap debugging
Fix some memory leaks in tls stack (these only occured in error conditions)
Fix memory leak in timer.c, introduced in revision 6796
Fix stack overflow, caused by off-by-one error
Revert commit 82f2742d6f6f790f496f54f9fcde2a69091aff39
Update lisa Nut/OS configuration: Phy config setting
MFS: Add / Update lisa and lisa-debug configuration files
MFS: Support TLS 1.2, as implemented in Nut/OS v5.1-MFS r312
Add LPC17xx HW Timer and PWM driver
Fix compiler warnings
Fix alignment bug. The emac dma buffer needs to be 128 bit aligned.
Renamed UART_BREAKERROR to UART_BREAKCONDITION ...
Fixed some conditional compilations for some ST...
Export MCU_STM32xxxxn maco to include/cfg/arch....
Add UART_BREAKERROR and implement break detecti...
Add missing include file
Add multicast DNS / uhttp deamon sample
Increase DMA buffer space for the EMAC, optiona...
Add support for a bootloader offset to stm32f10...
Fix bitband access issues to the GPIO registers...
Make TCP advance package buffer limit configura...
Include tcp configuration settings
Do not access just freed memory when keeping tr...
Set dev->dev_dcb to NULL when freeing volume me...
Applied fix from r2964 to further architectures.
Merged r5911 from devnut_tiva
Remove NutThreadYield in NutTcpSend, NutTcpRece...
Added new ioctl (AUDIO_ADJ_CLOCK) to adjust the...
Increased VLSI playback buffer
Use 16 bit ints for page buffer index, as on so...
Add support for AT25DF321A and AT25DF641A dataf...
at91_emac: use-after free and incorrect behavior when leaving multicast plan.
This ticket had been closed with r6070 by Uwe
This code does not match any Nut/OS code. There is LPC18xx port available yet. It...
Bug in LPC18x EEPROM write and read functions
Add receive timeout handling to TLS do_client_c...
Reverted changes that Uwe introduced in r6179 w...
Export correct spi node struct (typo)
Add SPI and I2C bus defines to board/stm3240g_e...
stm32/pinmux: xxx_pinmux.h must be included bef...
Add new serial dataflash types (MX25Lxx06E) and...
Tag 64-bit constants with "LL" (make e.g. AVR32...
Tag 64-bit constants with "LL" (in addition to ...
Reverted commit r6110
Quick and dirty fix for a AVR compiler bug. Now...
Set TCP_SOCK_RXBUF_LIMIT to a value of 2
Add GpioCreateIrqHandler() API for LPC and move...
Fixed integer overflow in NutTcpDeviceWrite() a...
Added a few sanity checks to ssl_obj_memory_load()
Limit the socket receive buffer to a configurab...
Implemented configurable system wide TCP statem...
Implement a single retry for a blockread in Lpc...
Make NutDumpHeap show all heap nodes, not only ...
Write LPC_SC->FLASHCFG without modifying the lo...
Place all exception handlers and low-level debu...
Fix read outside of buffer boundaries in NutIcm...
Updated TLS library to axTLS trunk rev 248 ==> ...
Updated TLS library to axTLS trunk rev 246 ==> ...
Updated TLS library to axTLS trunk rev 245
Added endianess conversion macros to types.h:
Updated TLS library to axTLS trunk rev 244
Implemented PEM file loading from memory buffers
Implemented PEM file loading from memory buffers
Fixed UFLASH CRC calculation, which was complet...
Added flash page cache buffer configuration for...
Wait for the volume to get ready before unmounting
Removed unnecessary flash erase in At25dfFlashS...
Update mco_compact config
Added sanity check if filesystem is attached to...
Added SBBIx_NO_DELAY flag, which enables fast b...
Fixed read command selection depending on bus s...
Fixed GpioSpiBusSetRate() always set gspi->gspi...
Fixed bug in flash write operation which caused...
Set UFLASH_BLOCK_UNITS from 4 to 2 as we have l...
Optimized flash erase operation by either erasi...
Fixed Copy&Paste typo
Globally unprotect the dataflash during initial...
Fixed tls config, removed MD2 dependency, added...
Some more polishing
Updated TLS library to axTLS trunk rev 240
Updated TLS library to axTLS trunk rev 239
Updated TLS library to axTLS trunk rev 238
Added base addresses for SPIFI peripheral and f...
Updated TLS library to axTLS trunk rev 237
include/tls/tls_misc.h, tls/asn1.c: axTLS trunk...
tls1.c, loader.c, tls1_svr.c: axTLS trunk, r231
tls1.c: axTLS trunk, r230
Quick&Dirty fix for a race condition in flush o...
Fixed array access out of bounds bug in add_cert()
Fix handling of return values of SOCKET_READ in...
Make NutPhyCtrl() return -1 in case the phy has...
lpc177x_8x_mmcard_sdio.c: Enable multi sector r...
FTPD server "550:File not found" above root directory with some clients
Fixed in rev. [r5776].
Fixed in rev. 5776.
ftpd.c: Fixed bug #142, thanks to Nick Metcalfe...
wins.c: Use NUT_PACKED_TYPE instead of __attri...
lpc177x_8x_mci.c: Fixed a dodgy bug in the SD-C...
wins.c: Fixed wins responder for architectures ...
Fixed out of bounds array access