soft/lpc122x/core
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
2022-11-08 Nathael PajaniAdd support for the NCN5120 KNX bus driver from NXP...
2022-11-08 Nathael PajaniModify base makefile according to the new subdirectory...
2022-11-08 Nathael PajaniAdd LCD Character Displays support.
2022-11-08 Nathael PajaniAdd Max31855 thermocouple to digital converter support.
2022-11-08 Nathael PajaniImprove usleep function and add a "usleep_short()"...
2022-11-08 Nathael PajaniAdd include guards
2022-11-08 Nathael PajaniAdd a few comments
2022-11-08 Nathael PajaniDisplay some size information about the image (used...
2022-11-08 Nathael PajaniTime handling helpers improvements, still to be tested.
2022-11-08 Nathael PajaniSplit system.h, moving systick related parts to systick...
2022-11-08 Nathael PajaniWell ... not really at ease with git yet
2022-11-08 Nathael PajaniDTPlug protocol implementation To be fully tested
2022-11-08 Nathael PajaniFirst bits of time handling Must be modified for use...
2022-11-08 Nathael PajaniMove all static information to a structure to allow...
2022-11-08 Nathael PajaniLinked list implementation from the Linux kernel
2022-11-08 Nathael PajaniProvide offsetof when there is no builtin Add container_of
2022-11-08 Nathael PajaniAdd some more room for user information and provide...
2022-11-08 Nathael PajaniAdd a uprintf (UART printf) that outputs data on select...
2022-11-08 Nathael PajaniOups ! That's better with the parenthesis ... There...
2022-11-08 Nathael PajaniCallback takes two 'l'
2022-11-08 Nathael PajaniSensor address is now a parameter to all functions...
2022-11-08 Nathael PajaniFix some bit definitions for serial registers. Set...
2022-11-08 Nathael PajaniComments typo fixes
2022-11-08 Cyprien LAPLACEserial: add serial_flush()
2022-11-08 Nathael PajaniAdd a lock function which keeps IRQ off while the lock...
2022-11-08 Nathael PajaniAdd const to function header for const config data
2022-11-08 Nathael PajaniUpdated comments
2022-11-08 Nathael PajaniAdd WS2812 chainable leds support
2022-11-08 Nathael PajaniSome timers fixes.
2022-11-08 Nathael Pajaniuser information block cannot be programmed using ISP...
2022-11-08 Nathael PajaniUpdated README
2022-11-08 Nathael Pajanitypo fix in comments
2022-11-08 Nathael Pajanibetter this way to ignore all .img and .bak files
2022-11-08 Nathael Pajaniignore also these extentions, they usually mark generat...
2022-11-08 Nathael PajaniAdd an 8x8 font with ascii characters only.
2022-11-08 Nathael PajaniAdd epaper driver for pervasive display epaper screens...
2022-11-08 Nathael PajaniIntroduce new UART baud-rate generator configuration...
2022-11-08 Nathael PajaniUse the saved flags for intr reset. Do not erase possib...
2022-11-08 Nathael PajaniAdd and fix comments
2022-11-08 Nathael PajaniFix some comments
2022-11-08 Nathael PajaniMinor comment fixe
2022-11-08 Nathael PajaniAdd gpio_toggle define
2022-11-08 Nathael PajaniUpdate licence version for this file
next