1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 22, 2023 — May 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
LPC178x/LPC40xx: build variant for arm-none-eabi-gcc requires -fcommon for existing applications. More... 10 months ago
libs/cmdprocs: report reason for LwIP shutdown in the error callback. More... about 2 years ago
arch/nRF51: update registers in User Information Configuration More... over 3 years ago
arch/nRF51: update memory allocation function to return aligned blocks The function will return addresses aligned to 32bits. More... over 3 years ago
libs/usb: add support for nRF52 USB peripheral More... over 4 years ago
libs/usb: add support for indication of USB supply. - many chips (e.g. nRF52) can detect if USB power supply is present before enabling the USB peripheral. Therefore a new function usb_check_power has been added. - a new symbol USB_USE_EXT_UDEV is provided for space in flags (udev->flags) for saving state if the USB peripheral is powered. More... over 4 years ago
arch/nRF52: add initial support for nRF52 CPUs - actively used for nRF52840 CPU - not tested for other targets (nRF52810, nRF52832) More... over 4 years ago
arch/nRF51: add user FT function, reading watchdog status - add possibility to run user first-time function - add function for reading if the watchdog is enabled More... almost 7 years ago
Minor change in MTD and serial UART to silence a few warnings. More... almost 7 years ago
LPC17xx/LPC178x/LPC40xx: slow down bootloader when application is reset intentionally . More... about 7 years ago
Apply previous ldscripts corrections to ARM to other boards as well . More... over 7 years ago
Update command processor lwIP system-less support to be compatible with lwIP 2.0 RC2. More... almost 8 years ago
LPC178x/LPC40xx: adapt ldscripts to the 2.26 version of binutils. More... almost 8 years ago
LPC178x/LPC40xx: build configuration to use single float point hardware on LPC4078. More... almost 8 years ago
Merge branch 'master' of ssh://git.code.sf.net/p/ulan/sysless More... about 8 years ago
sysless USB: correction in HW initialization for LPC17xx - include hal_gpio.h for configuration in system_def.h More... about 8 years ago
cmdproc: separate finish line out of default run and enable to register callback for LwIP cmdio after connect. More... about 8 years ago
Clean up serial driver code and alternative LPC17xx/40xx setup with provided buffers. More... about 8 years ago
sysless serial: LPC17/40xx interrupt driven serial driver tested with HW flow control. More... about 8 years ago
sysless serial: initial version of LPC17/40xx interrupt driven serial driver. More... about 8 years ago
LPC178x/LPC40xx: add app-hh (Huge Heap) ldscript varinat to place heap in SDRAM. More... about 8 years ago
lpc178x: update IRQ_TABLE_SIZE to match size implemented in LPC178x. More... over 8 years ago
cmdproc: unnecessary includes removed. More... over 8 years ago
Basic support to run command processor over LwIP on system-less platforms. More... over 8 years ago
cmdproc: correct return value of cmd_io_as_file_write(). More... over 8 years ago
cmdproc: implemented cmd_io_ed_line_alloc() to support dynamic line buffer allocation per connection. More... over 8 years ago
cmdproc: do not build cmdio_asfile.c unconditionally, More... over 8 years ago
sysless USB:add function for interrupt mask computation to LPC17xx support More... almost 9 years ago
sysless USB: correct returned value from basic processing of setup packet More... almost 9 years ago
sysless USB: update support for LPC134x More... almost 9 years ago