1. a07ad2c Cleanup: tml: remove dead codes of is_read_abort by Ikjoon Jang · 6 weeks ago main master
  2. 043a850 Cleanup: remove unused bEnableCrc by Ikjoon Jang · 6 weeks ago
  3. 6ad9e90 cleanup tml reader/writer thread by Ikjoon Jang · 6 weeks ago
  4. 0776879 Add verbose logging level, NXPLOG_TML_V() by Ikjoon Jang · 6 weeks ago
  5. f6dad4c cleanup: tml: remove unused void phTmlUwb_Spi_Reset() by Ikjoon Jang · 6 weeks ago
  6. b790e48 cleanup: tml: remove unused eSE_Reset() by Ikjoon Jang · 6 weeks ago
  7. 5af4d67 cleanup: tml reduce the scope of local variables by Ikjoon Jang · 6 weeks ago
  8. 9891186 cleanup: remove pphLibUwb_DeferredParameter_t type by Ikjoon Jang · 6 weeks ago
  9. 602639c Check reader/write thread state by Ikjoon Jang · 6 weeks ago
  10. 2e82734 Stop reader thread when coreInit() failed. by Ikjoon Jang · 6 weeks ago
  11. d51e023 cleanup: tml: stop reader/writer thread individually by Ikjoon Jang · 6 weeks ago
  12. 05db517 Check status before parsing the rx packet by Ikjoon Jang · 6 weeks ago
  13. df363d8 Handling per-country tx_power calibration by Ikjoon Jang · 8 weeks ago
  14. 5001c67 Cleanup: add tlv parsing functions by Ikjoon Jang · 7 weeks ago
  15. 69a4bcb Cleanup: move all DevCaps handling code into one place by Ikjoon Jang · 8 weeks ago
  16. ed7f569 No need to retry for INVALID_LEN/SYNTAX_ERROR by Bhautik Ardeshana · 6 weeks ago
  17. df5cf0a Merge "[UWB] Add a verbose logging level" into main by Purnank G · 6 weeks ago
  18. 0a00458 Refactored SR1XX Calibration to separate file. by Purnank H. G. · 6 weeks ago
  19. 0bd04ac [UWB] Add a verbose logging level by Purnank H. G. · 6 weeks ago
  20. c44feda Apply chip-reset right before FW downloading by Ikjoon Jang · 7 weeks ago
  21. 58a6841 Handle Group Delay calibrated by D48/D49 in D50 by Purnank H. G. · 7 weeks ago
  22. fa01693 Determine chip type by Ikjoon Jang · 8 weeks ago
  23. 08c84ee split sr1xx dependent logics into halimpl/hal/sr1xx by Ikjoon Jang · 2 months ago
  24. c1aa9ec Use rx handler for CoreGetDeviceInfo in init_hw by Ikjoon Jang · 2 months ago
  25. e495ff5 use helper classes from init_hw() by Ikjoon Jang · 2 months ago
  26. 6c8c818 Add rx handler helper class by Ikjoon Jang · 2 months ago
  27. bf791a2 Add semaphore wrapper class by Ikjoon Jang · 2 months ago
  28. 58723a6 Cleanup: remove duplicated codes in phNxpUciHal_applyVendorConfig() by Ikjoon Jang · 8 weeks ago
  29. 816c9b8 TML: Optimize logging of TML and HAL Layer by Purnank H. G. · 10 weeks ago
  30. 47add08 TML: Use < arrow for RECV logging by Purnank H. G. · 9 weeks ago
  31. 794c821 Add SessionTrack for session status tracking by Ikjoon Jang · 4 months ago
  32. db299f8 Add suspend/resume ioctl by Ikjoon Jang · 4 months ago
  33. 1b9c742 Cleanup: remove callback helpers by Ikjoon Jang · 4 months ago
  34. 60b4faf Cleanup: refactor client thread start/stop by Ikjoon Jang · 4 months ago
  35. 3166a64 Rewrite message queue implementation. by Ikjoon Jang · 5 months ago
  36. 03a1eaa Accept both COUNTRY_CODE_CAPS and Extra calibration files by Ikjoon Jang · 4 months ago
  37. 169ea6d Don't save calibration command if it's not TX_POWER_PER_ANTENNA by Ikjoon Jang · 4 months ago
  38. 5644a64 Don't save calibration command if it's not from upper-layer by Ikjoon Jang · 4 months ago
  39. 7cf49a8 Cleanup: set-country-code handlings by Ikjoon Jang · 4 months ago
  40. cddc484 Cleanup: change function names/return types by Ikjoon Jang · 4 months ago
  41. 862d182 Cleanup: remove unused global variables by Ikjoon Jang · 4 months ago
  42. ccdd9ab Cleanup: remove unused macros STREAM_TO_UINT8, BE_STREAM_TO_UINT32 by Ikjoon Jang · 4 months ago
  43. 1404a34 Cleanup: move SESSION_SET_APP_CONFIG_CMD handlings by Ikjoon Jang · 4 months ago
  44. 5ec2a13 Add RX packet callback handler by Ikjoon Jang · 5 months ago
  45. ca6361f split phNxpUciHal_coreInitialization() by Ikjoon Jang · 5 months ago
  46. 80c58e0 Change timeout handling in ext cmd/rsp turnaround. by Ikjoon Jang · 4 months ago
  47. cd1a985 Cleanup: use same parameter type for SEM_{WAIT|POST} by Ikjoon Jang · 2 months ago
  48. 49058de Support timeout semaphore with msec resolution by Ikjoon Jang · 2 months ago
  49. 88493a8 Cleanup: cmd/rsp turnaround by Ikjoon Jang · 2 months ago
  50. a5a5c73 Cleanup: use actual buffer size in read() by Ikjoon Jang · 3 months ago
  51. 52bbda4 [Code Improvement] Convert complex if-else statement into a readable switch statement by Bhautik Ardeshana · 3 months ago
  52. 1f45cfe Merge "Support for reading and processing NXP UCI Packets in bulk." into main by Purnank G · 3 months ago
  53. dd54e7b Support for reading and processing NXP UCI Packets in bulk. by Bhautik Ardeshana · 4 months ago
  54. 4144cea Bugfix: pass country code to Config even it's invalid. am: 18fe8410b7 by Ikjoon Jang · 3 months ago
  55. 30e82d3 Add is_valid_country_code() helper function am: 2f8f0f4222 by Ikjoon Jang · 3 months ago
  56. 18fe841 Bugfix: pass country code to Config even it's invalid. by Ikjoon Jang · 3 months ago
  57. 2f8f0f4 Add is_valid_country_code() helper function by Ikjoon Jang · 4 months ago
  58. f3bf48b Add le_bytes_to_cpu() helper macro am: 2c67010204 by Ikjoon Jang · 3 months ago
  59. 58ac69e Bugfix: reset region code on config deinit am: 6fab6978ef by Ikjoon Jang · 3 months ago
  60. 2c67010 Add le_bytes_to_cpu() helper macro by Ikjoon Jang · 4 months ago
  61. 6fab697 Bugfix: reset region code on config deinit by Ikjoon Jang · 4 months ago
  62. 084023e cleanup: move set-country-code handler into one place am: 050f1d0cf1 by Ikjoon Jang · 4 months ago
  63. ac331c8 Config: NxpConfig_SetCountryCode() do not reload config for the same region am: 9fd23b2ca4 by Ikjoon Jang · 4 months ago
  64. 050f1d0 cleanup: move set-country-code handler into one place by Ikjoon Jang · 4 months ago
  65. 9fd23b2 Config: NxpConfig_SetCountryCode() do not reload config for the same region by Ikjoon Jang · 4 months ago
  66. 2809ca6 Merge "vbat and overtemprature handling" into main am: 5a167b7a36 by Ikjoon Jang · 4 months ago
  67. ff54e98 Merge "Low power mode - uci file path configured statically" into main am: 71d18f5c2b by Ikjoon Jang · 4 months ago
  68. 4413c6b Merge "waiting for close complete sem post before clearing memory" into main am: 026cde0980 by Ikjoon Jang · 4 months ago
  69. 9d3abad Merge "Change endianess of COUTRY_CODE_CAPS tx_power_offset(0x5)" into main am: 627fd76616 by Ikjoon Jang · 4 months ago
  70. 6522209 Merge "coverity fix" into main am: dd78df80a0 by Ikjoon Jang · 4 months ago
  71. 5a167b7 Merge "vbat and overtemprature handling" into main by Ikjoon Jang · 4 months ago
  72. 71d18f5 Merge "Low power mode - uci file path configured statically" into main by Ikjoon Jang · 4 months ago
  73. 026cde0 Merge "waiting for close complete sem post before clearing memory" into main by Ikjoon Jang · 4 months ago
  74. 627fd76 Merge "Change endianess of COUTRY_CODE_CAPS tx_power_offset(0x5)" into main by Ikjoon Jang · 4 months ago
  75. dd78df8 Merge "coverity fix" into main by Ikjoon Jang · 4 months ago
  76. 180b8c4 Merge "enable dpd entry timeout and GPIO config usage at HAL" into main am: cc7b5ce010 by Ikjoon Jang · 4 months ago
  77. de7c622 Change endianess of COUTRY_CODE_CAPS tx_power_offset(0x5) by Bhautik Ardeshana · 4 months ago
  78. 276444f coverity fix by Bhautik Ardeshana · 4 months ago
  79. cc7b5ce Merge "enable dpd entry timeout and GPIO config usage at HAL" into main by Ikjoon Jang · 4 months ago
  80. d75bba2 [DON'T BLOCK] Test ownership migration rules am: 712fd121b3 by Aditya Choudhary · 4 months ago
  81. 5bdb46c vbat and overtemprature handling by Bhautik Ardeshana · 4 months ago
  82. 712fd12 [DON'T BLOCK] Test ownership migration rules by Aditya Choudhary · 4 months ago
  83. c66cd29 enable dpd entry timeout and GPIO config usage at HAL by Bhautik Ardeshana · 4 months ago
  84. 982bc35 Low power mode - uci file path configured statically by Bhautik Ardeshana · 4 months ago
  85. ba6b846 waiting for close complete sem post before clearing memory by Bhautik Ardeshana · 4 months ago
  86. 3612e1f Execute SE binding during UWB init only if it is enabled am: bfb56fa945 by Bhautik Ardeshana · 5 months ago
  87. bfb56fa Execute SE binding during UWB init only if it is enabled by Bhautik Ardeshana · 5 months ago
  88. 7561cbc Use uint8_t instead of enum am: 3429adb25d am: b9b3466673 am: 5de41c0bc4 by Ikjoon Jang · 6 months ago
  89. 1ce036d Remove uwb_debug_enabled for debug logging am: 2f516efc9e am: cf5fbda25e am: 5de62a2695 by Ikjoon Jang · 6 months ago
  90. ae26ff2 Adjust log level of configuration files am: 93beb47e06 am: b25aa138d8 am: 1863d46408 by Ikjoon Jang · 6 months ago
  91. 1bc4aee config: reset configuration parameters on hal_close am: e01837e90e am: 84ccfdc996 am: 572c7ec4b9 by Ikjoon Jang · 6 months ago
  92. 5de41c0 Use uint8_t instead of enum am: 3429adb25d am: b9b3466673 by Ikjoon Jang · 6 months ago
  93. 5de62a2 Remove uwb_debug_enabled for debug logging am: 2f516efc9e am: cf5fbda25e by Ikjoon Jang · 6 months ago
  94. 1863d46 Adjust log level of configuration files am: 93beb47e06 am: b25aa138d8 by Ikjoon Jang · 6 months ago
  95. 572c7ec config: reset configuration parameters on hal_close am: e01837e90e am: 84ccfdc996 by Ikjoon Jang · 6 months ago
  96. b9b3466 Use uint8_t instead of enum am: 3429adb25d by Ikjoon Jang · 6 months ago
  97. cf5fbda Remove uwb_debug_enabled for debug logging am: 2f516efc9e by Ikjoon Jang · 6 months ago
  98. b25aa13 Adjust log level of configuration files am: 93beb47e06 by Ikjoon Jang · 6 months ago
  99. 84ccfdc config: reset configuration parameters on hal_close am: e01837e90e by Ikjoon Jang · 6 months ago
  100. 3429adb Use uint8_t instead of enum by Ikjoon Jang · 6 months ago