1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected 1 day ago.
Jun 23, 2023 — Jun 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
sysless USB: small update of handler for usb hid class reqeusts More... almost 9 years ago
sysless USB: update USBHID structure to support complex devices More... almost 9 years ago
sysless USB: update USBHID stack - add codes HID descriptors (usage page CONSUMER) - support for reports with IDs More... about 9 years ago
Merge branch 'master' of git://git.code.sf.net/p/ulan/sysless More... about 9 years ago
sysless USB: small corrections in LPC13 USB and USB HID More... about 9 years ago
sysless USB: update HID - add user functions for processing USB requests More... about 9 years ago
sysless USB: update library usbhid for HID class More... about 9 years ago
Command processor IO connection can be wrapped as POSIX FILE stream. More... about 9 years ago
sysless USB: update stack for lpc13 arch - the main update is in function for enabling EP. More... about 9 years ago
sysless USB:add support for USB CDC (ACM) class - it will be updated in the future More... about 9 years ago
sysless USB: IMPORTANT fix in usb stack, in receiving data in EP0 - it can change behaviour of the stack - this fix corrects behaviour within sending more fragments of setup data. - if there was a simultaneous event in receiving EP0, it incorrectly resets stack state for control data transmissions. - it has been tested only for usbLPC13 and usbHID, usbACM examples More... about 9 years ago
sysless USB: unimportant changes in levels of several debug reports - this commit doesn't change behaviour of the stack More... about 9 years ago
sysless USB: add support for USB HID class - it is only basic support and it will be upgraded More... about 9 years ago
sysless USB: update list of known usb classes More... about 9 years ago
sysless USB: correct typo in lpcusb.h for LPC (40xx, 17xx, 2148) More... about 9 years ago
LPC13xx: cleaned lpcUSB.h - removed remains from sourced LPC17xx More... about 9 years ago
sysless USB: update support for LPC134x - tested only on example with interrupt IN endpoint More... about 9 years ago
LPC13xx: Update main descriptions for LPC13xx arch - Update LPC13xx.h to the latest version of chips (add SSP1) - Add descriptions of registers for SYSCON, UART, USB - Update number of IRQs - Update HAL library More... about 9 years ago
sysless USB: copy of LPC (40xx, 17xx, 2148) sources in preparation of LPC13xx support. More... about 9 years ago
MTD SPI Flash: erase operations and corrections after testing. More... about 9 years ago
Initial version of MTD library with SPI Flash support. More... about 9 years ago
LPC SSP SPI: enable to modify bit-rate and enable mode which keeps CS to chain transfers. More... about 9 years ago
nRF51: update GPIO initiation, add configuration for board LTM10 - After reset, nRF has all inputs disconnected from buffers by default. This commit adds enabling selected inputs in hwinit. - It also adds support for new board with nRF51822. More... over 9 years ago
nRF51: update arch definitions, add LD script for separated radio buffers - header files for architecture have been updated to newer version - added linker scripts and HAL support for seperated radio (and crypto) buffers - updated pins in nRF51 board descriptions More... over 9 years ago
STM32F1x: add initial version of support for STM32F1x series - prepared and tested on STM32F103CB More... over 9 years ago
nRF51: Update BSP and _setup_board function - nRF51 hasn't SysTick timer, in this version RTC0 is used for generation of 10ms ticks (it uses LFCLK at 32768kHz) - system_def.h is prepared for YJ14004PA and mbed_kit board - TODO: correct watchdog initiation function - TODO: update system_def.h for mbed_kit board - TODO: update LD script/startup to support bootloader and apps in RAM More... over 9 years ago
nRF51: Add the first (unfinished) version for this target - add arch/arm/mach-nrf51 - add board/arm/nrf51-common - TODO in arch/arm/mach-nfr51/libs/hal update system_clock_init - TODO in board/arm/nrf51-common/defines/system_def...h correct all informations - TODO: in board/arm/nrf51-common/libs update the whole BSP More... over 9 years ago
added definition of ul_msg_adr_t for '51 More... almost 10 years ago
Do not redefine VER_CODE in system_def.h headers if it is already defined. More... almost 10 years ago
LPC178x/LPC40xx: lpc24xx_pin_set_function() keep LPC4088 W type pin in digital mode for non-analog function. More... almost 10 years ago