2023-01-24 |
Nathael Pajani | Update README file due to git repositories path changes |
commit | commitdiff | tree | snapshot |
2022-11-10 |
Nathael Pajani | Simplify the data structure to get SD/MMC to SPI mode... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add numbering to packet types for debugging |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | When running make from root directory, only look for... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Improve README content |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Update main README file according to changes introduced... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add .gitignore so that modules code is not handled... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add new README in apps directory, to prepare for extrac... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Improve SD/MMC Card support, add comments |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add comments with names matching literature. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Updated main README |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Updating README file |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add BCD to decimal conversion of values read from RTC... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Use fixed version of IRQ priority helpers |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Fix IRQ priority setting helpers |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Small timer support fix Adding useful define in timer... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | improve ws2812B timmings |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Support for MCP3021 I2C ADC from Microchip |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Initial part of BQ769x0 BMS support |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Improve SD/MMC support driver, allowing use of newer... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Improve comment |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add reverse_byte() |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Fix bits_set |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Update config part of CC1101 driver |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | improve driver, remove duplicated code by using toggle... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add Todo comment |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Fix WS2812 timmings |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add macro for RGB conversion |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add first version ST7735 TFT driver support |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Use SPI Macro for word length specification (improves... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Fix coments and add macro for SPI |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Updated font to get up and down arrow and "°" |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Update WS2812FX lib |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add include guards |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Update of lib/utils : make min and max inline, and... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Fixes to dtplug protocol |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Modify the ws2812 driver to support multiple led strips. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Remove old version of WS2812 effects |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Adding script to update (increment) firmware version... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Fix for un-initialised buffer content when sending... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Fix in CC1101 support |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Typo (copy paste) fix in comments |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | add LPC_TIMER_INT_RESET_ON_MATCH define |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add rtc_pcf85363_daytime_to_seconds and rtc_pcf85363_se... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Change the lenght value, not the address of the pointer... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Use return value in order to return the topic string... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | there is no packet ID in mqtt publish packets for QoS... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Use memcpy as data may not be word aligned |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | replace "response" by "reply" and add support for subsc... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Use struct mqtt_topic for topic names |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Finally, support multiple topics at once using an array... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Cyprien Laplace | Adding ws2812fx lib and its single-led version ws2812sfx |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Cyprien Laplace | Fix byte_swap_16, ntohs and htons types |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Fix copy of uint16_t to buff, destination may not be... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Some more parts of MQTT protocol support Compiles,... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Change how MQTT strings are stored |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | MQTT protocol support going on, adding connack packet... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | MQTT protocol support going on, compiles but still... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Conform to libc headers for htons and ntohs functions... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | First parts of MQTT protocol support |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Remove extra space in comment and add define for user... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Update all files to mention version 3 of the GPL. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add support for deep sleep Wake-up not fully implemente... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add cc1101_enter_wake_on_radio() To Be Tested |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | also keep an untracked dev directory for host code |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | This is DEEP power down bit, not "power down". |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add function to get back to normal state upon Rx error. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Remove unnecessary intermediate var |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Temperature can be negative, use signed integer. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Fix interverted parameter names |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add condition to allow inclusion in host code |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | So true. Hope we are not too far from good ones :) |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | A little bit more readable |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add support for continuous conversion mode |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Use appropriate defined value |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Cyprien Laplace | oled: add support for SPI ssd130x displays |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Cyprien Laplace | oled: make async/sync mode configurable |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Fix comments |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Chirp I2C Soil moisture sensors support |
commit | commitdiff | tree | snapshot |
2022-11-08 |
David Odin | cleaner asm |
commit | commitdiff | tree | snapshot |
2022-11-08 |
David Odin | Allow asm source files |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Cyprien Laplace | i2c: add asynchronous write |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Echo on serial must be only a "best effort" and not... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | remove unrequired sleep from bme driver. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add SD card write access support. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Fix SD/MMC read. Write is still untested. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add a CRC CCITT function for use with SSD/MMC driver. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Some more error codes |
commit | commitdiff | tree | snapshot |
2022-11-08 |
David Odin | Remove the gddram internal buffer |
commit | commitdiff | tree | snapshot |
2022-11-08 |
David Odin | shut up a warning at -Wextra level by using the right... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
David Odin | fixed the ssd130x_update_tile function about a (x0... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Function rename in iap support code. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | SD write support. Untested. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | SD/MMC card support going on. Still needs testing. |
commit | commitdiff | tree | snapshot |
2022-11-08 |
David Odin | fixed the set_pixel function |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add tsl256x light sensor support |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add support for bme280 temperature, humidity and pressu... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Add support for displays without an external VCC (use... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Also fix get_priority_mask() return value check in... |
commit | commitdiff | tree | snapshot |
2022-11-08 |
Nathael Pajani | Cosmetic changes (whitespaces) and typo in comments |
commit | commitdiff | tree | snapshot |
next |