soft/lpc122x/core
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
2022-11-08 Nathael PajaniUse arm-none-eabi- compilation toolchain for embeded...
2022-11-08 Nathael PajaniFix this copy-paste error ... oups :(
2022-11-08 Nathael PajaniAdd some gpio helper functions. Note that these are...
2022-11-08 Nathael PajaniAdd comments to gpio driver header
2022-11-08 Nathael PajaniAdd comments to Status led external driver header file
2022-11-08 Nathael PajaniMissing include in header file
2022-11-08 Nathael PajaniAdd support for RTC Tested on Sub1GHz module because...
2022-11-08 Nathael PajaniSystem tick timer additions and improvements Implement...
2022-11-08 Nathael PajaniRemove GPIO-Demo module or DomoTab specific parts from...
2022-11-08 Nathael Pajanithis is not true for all the modules.
2022-11-08 Nathael PajaniAllow configuration of pins used for status leds
2022-11-08 Nathael PajaniAllow app-level CC1101 configuration modifications
2022-11-08 Nathael PajaniMake the apps Makefiles "app independent" This makes...
2022-11-08 Nathael PajaniChange variable and function name as it counts clock...
2022-11-08 Cyprien Laplacesystick: provide access to a global count of systick...
2022-11-08 Nathael PajaniProvide support for multiple applications in the same...
2022-11-08 Nathael PajaniMoving DHT11 support to a specific external driver.
2022-11-08 Cyprien LaplaceUse new set_pins scheme - part 1 Remove individual...
2022-11-08 Cyprien LaplaceMake use of the pio and gpio config functions - eeprom...
2022-11-08 Cyprien LaplaceMake use of the pio and gpio config functions - status_...
2022-11-08 Nathael PajaniMake use of the pio and gpio config functions - cc1101...
next