Hi all,
I had successfully tested out Z-Stack sample applications with CC2430DK.
Now we had designed our own board based on CC2430 chip. This custom board has 2 LEDs with two sensors on-board.
I would like to modify Z-stack HAL files so as to accommodate the above changes.
This board doesn't need any of the below functions:
- LCD
- KEY
- UART
I tried modifying the hal_board_cfg.h/hal_key.h/hal_key.h to change LED and avoid key interrupts, but this resulted in more number of errors.
How do I avoid/delete the hal_key.c/hal_key.c and other files without getting these errors.
I can understand that Z-stack is written keeping in mind their development kits, but Z-stack is useless unless it goes to real-deployment which will custom designed boards.
Thanks in advance
Regards
Adi