soft/lpc122x/core
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
2022-11-08 Nathael PajaniRemove unused header and fix comment.
2022-11-08 Nathael PajaniFix hidden segfault, this should never have been workin...
2022-11-08 Nathael PajaniMuch more efficient, thank you cyprien :)
2022-11-08 Nathael PajaniSimpler, though not necessary better.
2022-11-08 Nathael PajaniChange some defaults for RF settings
2022-11-08 Nathael PajaniDo not change state if already in the required one...
2022-11-08 Nathael PajaniAdd cc1101_send_calibration_request() and cc1101_enter_...
2022-11-08 Nathael PajaniSimple CC1101 driver modifications - Add comments ...
2022-11-08 Nathael PajaniAdd stdlib with strtoul()
2022-11-08 Nathael PajaniAllow sub-folders in lib directory
2022-11-08 Nathael PajaniAdd comments to the head of each file to introduce...
2022-11-08 Nathael PajaniForgot to modify the comment in the header file too...
2022-11-08 Nathael PajaniSome more coding style
2022-11-08 Nathael PajaniCoding style consistency
2022-11-08 Nathael PajaniUpdated comments according to new apps directory structure.
2022-11-08 Nathael PajaniAdd some Namespace indicators for these in order to...
2022-11-08 Nathael PajaniThe NCN5120 is made by On Semiconductor, not NXP
2022-11-08 Gabriel Huaumove code to use uprintf instead of snprintf+serial_write
2022-11-08 Nathael PajaniUpdated README file
next