soft/lpc122x/core
2022-11-08 Nathael PajaniSupport for MCP3021 I2C ADC from Microchip
2022-11-08 Nathael PajaniInitial part of BQ769x0 BMS support
2022-11-08 Nathael PajaniImprove SD/MMC support driver, allowing use of newer...
2022-11-08 Nathael PajaniImprove comment
2022-11-08 Nathael PajaniAdd reverse_byte()
2022-11-08 Nathael PajaniFix bits_set
2022-11-08 Nathael PajaniUpdate config part of CC1101 driver
2022-11-08 Nathael Pajaniimprove driver, remove duplicated code by using toggle...
2022-11-08 Nathael PajaniAdd Todo comment
2022-11-08 Nathael PajaniFix WS2812 timmings
2022-11-08 Nathael PajaniAdd macro for RGB conversion
2022-11-08 Nathael PajaniAdd first version ST7735 TFT driver support
2022-11-08 Nathael PajaniUse SPI Macro for word length specification (improves...
2022-11-08 Nathael PajaniFix coments and add macro for SPI
2022-11-08 Nathael PajaniUpdated font to get up and down arrow and "°"
2022-11-08 Nathael PajaniUpdate WS2812FX lib
2022-11-08 Nathael PajaniAdd include guards
2022-11-08 Nathael PajaniUpdate of lib/utils : make min and max inline, and...
2022-11-08 Nathael PajaniFixes to dtplug protocol
2022-11-08 Nathael PajaniModify the ws2812 driver to support multiple led strips.
2022-11-08 Nathael PajaniRemove old version of WS2812 effects
2022-11-08 Nathael PajaniAdding script to update (increment) firmware version...
2022-11-08 Nathael PajaniFix for un-initialised buffer content when sending...
2022-11-08 Nathael PajaniFix in CC1101 support
2022-11-08 Nathael PajaniTypo (copy paste) fix in comments
2022-11-08 Nathael Pajaniadd LPC_TIMER_INT_RESET_ON_MATCH define
2022-11-08 Nathael PajaniAdd rtc_pcf85363_daytime_to_seconds and rtc_pcf85363_se...
2022-11-08 Nathael PajaniChange the lenght value, not the address of the pointer...
2022-11-08 Nathael PajaniUse return value in order to return the topic string...
2022-11-08 Nathael Pajanithere is no packet ID in mqtt publish packets for QoS...
2022-11-08 Nathael PajaniUse memcpy as data may not be word aligned
2022-11-08 Nathael Pajanireplace "response" by "reply" and add support for subsc...
2022-11-08 Nathael PajaniUse struct mqtt_topic for topic names
2022-11-08 Nathael PajaniFinally, support multiple topics at once using an array...
2022-11-08 Cyprien LaplaceAdding ws2812fx lib and its single-led version ws2812sfx
2022-11-08 Cyprien LaplaceFix byte_swap_16, ntohs and htons types
2022-11-08 Nathael PajaniFix copy of uint16_t to buff, destination may not be...
2022-11-08 Nathael PajaniSome more parts of MQTT protocol support Compiles,...
2022-11-08 Nathael PajaniChange how MQTT strings are stored
2022-11-08 Nathael PajaniMQTT protocol support going on, adding connack packet...
2022-11-08 Nathael PajaniMQTT protocol support going on, compiles but still...
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.
next