soft/lpc122x/core
2024-01-29 Nathael PajaniImprove readability master
2024-01-29 Nathael PajaniAdd support for GPIO input filtering activation
2024-01-29 Nathael PajaniAdd support for GPIO filtering clock divider configuration.
2023-11-06 Nathael PajaniFix typo (bad name for apps dir) in README file
2023-09-21 Nathael PajaniAdd msb() and lsb() utility functions
2023-09-21 Nathael PajaniAdd list_exactly_one() and list_more_than_one() utility...
2023-09-21 Nathael PajaniChange terminology : "entry" becomes "element".
2023-09-21 Nathael PajaniOnly call sleep function if we want to sleep
2023-09-21 Nathael PajaniAdding comment for future RTOS/multitasking integration
2023-09-21 Nathael PajaniAdding comment for future RTOS/multitasking integration
2023-09-21 Nathael PajaniTypo fix and comment update
2023-02-27 Nathael PajaniMove ws2812fx library to extlib/ws2812fx directory
2023-02-15 Nathael PajaniUpdate comments in timers header file
2023-02-15 Nathael PajaniUpdate comments in ADC header file
2023-02-15 Nathael PajaniModify main Makefile to allow easy "per project" libs...
2023-02-15 Nathael PajaniUpdate gitignore files
2023-02-08 Nathael PajaniUpdate app filter to prevent building host binaries...
2023-01-24 Nathael PajaniUpdate README according to new git repository organisation
2023-01-24 Nathael PajaniFix : out_buff will never be NULL, remove corresponding...
2023-01-24 Nathael PajaniUpdate README file due to git repositories path changes
2022-11-10 Nathael PajaniSimplify the data structure to get SD/MMC to SPI mode...
2022-11-08 Nathael PajaniAdd numbering to packet types for debugging
2022-11-08 Nathael PajaniWhen running make from root directory, only look for...
2022-11-08 Nathael PajaniImprove README content
2022-11-08 Nathael PajaniUpdate main README file according to changes introduced...
2022-11-08 Nathael PajaniAdd .gitignore so that modules code is not handled...
2022-11-08 Nathael PajaniAdd new README in apps directory, to prepare for extrac...
2022-11-08 Nathael PajaniImprove SD/MMC Card support, add comments
2022-11-08 Nathael PajaniAdd comments with names matching literature.
2022-11-08 Nathael PajaniUpdated main README
2022-11-08 Nathael PajaniUpdating README file
2022-11-08 Nathael PajaniAdd BCD to decimal conversion of values read from RTC...
2022-11-08 Nathael PajaniUse fixed version of IRQ priority helpers
2022-11-08 Nathael PajaniFix IRQ priority setting helpers
2022-11-08 Nathael PajaniSmall timer support fix Adding useful define in timer...
2022-11-08 Nathael Pajaniimprove ws2812B timmings
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
next