5 Commits

Author SHA1 Message Date
e322b295f2 modified: Makefile
new file:   include/OSAL_Memory.c
	new file:   include/OSAL_Memory.h
	new file:   include/OSAL_Timers.c
	new file:   include/OSAL_Timers.h
	new file:   include/comdef.h
	new file:   include/saddr.c
	new file:   include/saddr.h
	modified:   main.c
2025-02-23 20:53:04 +01:00
d1afed99c5 style 💎: Remove unused header file
Some checks failed
CC2530 Zigbee Firmware Build / build (push) Failing after 29s
- This commit removes an unused header file from the main source code.
2025-02-22 22:22:16 +01:00
ddba6725bb feat : Add necessary libraries for sensor functionality and remove redundant inclusions
Some checks failed
CC2530 Zigbee Firmware Build / build (push) Failing after 27s
- The main goal of the changes is to add necessary libraries for various sensors, while removing redundant inclusions.
2025-02-22 22:08:05 +01:00
a2b5f88a29 feat : Improved GPIO pin configuration for the main program.
Some checks failed
CC2530 Zigbee Firmware Build / build (push) Failing after 30s
- Improved GPIO pin configuration for the main program.
2025-02-22 20:56:30 +01:00
fdfd04bfa6 refactor ♻️: Implement comprehensive sensor system for environmental monitoring, including temperature, humidity, pressure, wind speed, and direction.
- This commit updates the build process to use a custom toolchain and configuration, enabling compilation of multiple project components.
- The primary goal of this commit is to provide a detailed overview and documentation for a zigbee weather station project, including firmware information and sensor component descriptions.
- Updated configuration file with new constants and definitions.
- The MAIN GOAL of these changes is to implement a comprehensive sensor system for environmental monitoring, including temperature, humidity, pressure, wind speed, and direction.
- Main goal of the changes: Define a new header file with function prototypes and external variable declarations.
- Added new functionality to initialize and read data from an anemometer sensor, introducing its necessary setup and calculation logic.
- Added header file for anemometer sensor with function prototypes.
- Initial implementation of BME280 sensor functionality.
- Added function prototype for the BME280 initialization and data reading functions.
- Initializes and configures a rain gauge sensor with GPIO interrupt setup.
- Added function prototypes to the rain gauge sensor header file.
- This commit adds a new C function to initialize and read data from a wind vane sensor.
- Updated header file with new function prototype definitions.
- This commit adds a new function `send_zigbee_data` to send various Zigbee data types.
- Added Zigbee communication header file with function prototype for sending data.
2025-02-22 10:44:49 +01:00