soft/lpc122x/core
2022-11-08 Nathael PajaniConform to libc headers for htons and ntohs functions...
2022-11-08 Nathael PajaniFirst parts of MQTT protocol support
2022-11-08 Nathael PajaniRemove extra space in comment and add define for user...
2022-11-08 Nathael PajaniUpdate all files to mention version 3 of the GPL.
2022-11-08 Nathael PajaniAdd support for deep sleep Wake-up not fully implemente...
2022-11-08 Nathael PajaniAdd cc1101_enter_wake_on_radio() To Be Tested
2022-11-08 Nathael Pajanialso keep an untracked dev directory for host code
2022-11-08 Nathael PajaniThis is DEEP power down bit, not "power down".
2022-11-08 Nathael PajaniAdd function to get back to normal state upon Rx error.
2022-11-08 Nathael PajaniRemove unnecessary intermediate var
2022-11-08 Nathael PajaniTemperature can be negative, use signed integer.
2022-11-08 Nathael PajaniFix interverted parameter names
2022-11-08 Nathael PajaniAdd condition to allow inclusion in host code
2022-11-08 Nathael PajaniSo true. Hope we are not too far from good ones :)
2022-11-08 Nathael PajaniA little bit more readable
2022-11-08 Nathael PajaniAdd support for continuous conversion mode
2022-11-08 Nathael PajaniUse appropriate defined value
2022-11-08 Cyprien Laplaceoled: add support for SPI ssd130x displays
2022-11-08 Cyprien Laplaceoled: make async/sync mode configurable
2022-11-08 Nathael PajaniFix comments
2022-11-08 Nathael PajaniChirp I2C Soil moisture sensors support
2022-11-08 David Odincleaner asm
2022-11-08 David OdinAllow asm source files
2022-11-08 Cyprien Laplacei2c: add asynchronous write
2022-11-08 Nathael PajaniEcho on serial must be only a "best effort" and not...
2022-11-08 Nathael Pajaniremove unrequired sleep from bme driver.
2022-11-08 Nathael PajaniAdd SD card write access support.
2022-11-08 Nathael PajaniFix SD/MMC read. Write is still untested.
2022-11-08 Nathael PajaniAdd a CRC CCITT function for use with SSD/MMC driver.
2022-11-08 Nathael PajaniSome more error codes
2022-11-08 David OdinRemove the gddram internal buffer
2022-11-08 David Odinshut up a warning at -Wextra level by using the right...
2022-11-08 David Odinfixed the ssd130x_update_tile function about a (x0...
2022-11-08 Nathael PajaniFunction rename in iap support code.
2022-11-08 Nathael PajaniSD write support. Untested.
2022-11-08 Nathael PajaniSD/MMC card support going on. Still needs testing.
2022-11-08 David Odinfixed the set_pixel function
2022-11-08 Nathael PajaniAdd tsl256x light sensor support
2022-11-08 Nathael PajaniAdd support for bme280 temperature, humidity and pressu...
2022-11-08 Nathael PajaniAdd support for displays without an external VCC (use...
2022-11-08 Nathael PajaniAlso fix get_priority_mask() return value check in...
2022-11-08 Nathael PajaniCosmetic changes (whitespaces) and typo in comments
2022-11-08 Nathael PajaniAdd MIN and MAX (defines) to lib/utils.h
2022-11-08 Nathael PajaniAdd ntohl, htonl, ntohs and htons to lib/utils.h
2022-11-08 Nathael PajaniAdd enum for SSP bus numbers
2022-11-08 Nathael PajaniAdding SD card support (partial) over SPI bus Raw read...
2022-11-08 Nathael PajaniSmall typo fix : use the same notation as for the rest...
2022-11-08 Nathael PajaniAdd PCF85363A RTC support (I2C driver) PCF85363A is...
2022-11-08 Nathael PajaniWatchdog - improve memory footprint, uint8_t are enough...
2022-11-08 Nathael PajaniFirst part of SSD130x Oled controller support - Init...
2022-11-08 Nathael PajaniModification to the font and the way it is handled...
2022-11-08 Nathael PajaniAdd enum for timer channels
2022-11-08 Nathael PajaniAdd a define for RTC callback installation retry delay.
2022-11-08 Nathael PajaniGlobal README update
2022-11-08 Nathael PajaniAdding deep power down support
2022-11-08 Nathael PajaniAdding VEML6070 I2C UV sensor driver ... C file (commit...
2022-11-08 Nathael PajaniAdd VEML6070 I2C UV sensor driver
2022-11-08 Nathael PajaniUpdate to ws2812 driver (internal behavior only)
2022-11-08 Nathael PajaniEnsure GPIO are on when using status led.
2022-11-08 Nathael PajaniFix RTC code : return correct value on first call where...
2022-11-08 Nathael PajaniCRC engine support. NOT TESTED
2022-11-08 Nathael PajaniCore IAP code. NOT TESTED.
2022-11-08 Nathael PajaniAdding cc1101_power_down() to CC1101 driver
2022-11-08 Nathael PajaniUpdated according to Timer API changes
2022-11-08 Nathael PajaniComplete rewrite of timers API, now documented here...
2022-11-08 Nathael PajaniSmall additions to core/system.[ch] Small addition...
2022-11-08 Nathael PajaniMove IAP status definitions to IAP header file
2022-11-08 Nathael PajaniMove PIO config related code to pio.c and pio.h
2022-11-08 Nathael PajaniUpdated I2C driver to follow API documented here :...
2022-11-08 Nathael PajaniADC driver update for API compliance API documentation...
2022-11-08 Nathael PajaniSerial driver update : return -EINVAL or -EBUSY instead...
2022-11-08 Nathael PajaniComments update
2022-11-08 Nathael PajaniUpdated stdlib et utils libs
2022-11-08 Nathael PajaniOops, forgot this upon linker script modifications...
2022-11-08 Nathael PajaniRename lpc_core_cm0.h to lpc_core.h Rename lpc_regs_12x...
2022-11-08 Nathael PajaniAdd errno.h (code moved from system.h) Add stdint.h...
2022-11-08 Nathael PajaniImprove Makefile - Add comments - Use LDFLAGS instead...
2022-11-08 Nathael PajaniTypo fix in register name and comments update
2022-11-08 Nathael PajaniRename config register block as config instead of control
2022-11-08 Nathael Pajanidtplug protocol fixes (on comments) and new values
2022-11-08 Nathael PajaniAdd defines for UART numbers
2022-11-08 Nathael PajaniAdd gpio_read() helper
2022-11-08 Nathael PajaniImprovements to watchdog support
2022-11-08 Nathael PajaniAdding define for register value combination for timers
2022-11-08 Nathael PajaniAdditions and improvements to WS2812 chainable leds...
2022-11-08 Nathael PajaniFix setup on interupts on GPIO
2022-11-08 Nathael PajaniMake sequence number shorter to add a byte count for...
2022-11-08 Nathael PajaniFix comment typo and remove obsolete code.
2022-11-08 Nathael PajaniImprove the name of watchdog config fields
2022-11-08 Nathael PajaniBasic Watchdog implementation, not fully tested
2022-11-08 Nathael PajaniUse defines instead of hard-coded values Fix field...
2022-11-08 Nathael PajaniRemove header of previously removed function
2022-11-08 Nathael PajaniRename and move dtplug protocol files under approriate...
2022-11-08 Nathael Pajaniprevent namespace pollution
2022-11-08 Nathael PajaniComment fix
2022-11-08 Nathael PajaniRemove debug.
2022-11-08 Nathael PajaniMove static variables to a protocol handle struct Enabl...
2022-11-08 Nathael PajaniAdd some helper functions for serial (UART) driver.
2022-11-08 Nathael PajaniSome timer fixes for PWM mode.
2022-11-08 Nathael Pajaniremote debug
next