Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adafruit/circuitpython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: jepler/circuitpython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: zigbee-prototype
Choose a head ref
  • 5 commits
  • 12 files changed
  • 1 contributor

Commits on Jun 18, 2024

  1. WIP

    jepler committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    a1e5c54 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    cd5c3fd View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. move zigbee stuff to own file

    it crashes though
    
    ```
    ZBOSS: common/zb_init_default.c:181   ED build
    ZBOSS: common/zb_init_default.c:187   sizes: g_zb 7408 sched 224 bpool 16 nwk 912 aps 3040 addr 284 zdo 840
    ZBOSS: common/zb_init_default.c:196   sec 2
    ZBOSS: common/zb_init_default.c:198   zcl 600
    ZBOSS: common/zb_init_default.c:201   zll 960
    ZBOSS: common/zb_init_default.c:207   nvram 140
    ZBOSS: common/zb_init_default.c:210   buttons 200
    ZBOSS: common/zb_init_default.c:212   err_ind 4
    ZBOSS: common/zb_init_default.c:218   scheduler q size 80
    ZBOSS: common/zb_init_default.c:221   g_mac 816 g_imac 28
    ZBOSS: common/zb_init_default.c:225   Configurable mem build, use ZBOSS lib defaults = 0
    ZBOSS: common/zb_init_default.c:231   ZB_IOBUF_POOL_SIZE 80 ZB_NWK_IN_Q_SIZE 40 ZB_MAC_PENDING_QUEUE_SIZE 20 ZB_APS_DST_BINDING_TABLE_SIZE 16 ZB_APS_BIND_TRANS_TABLE_SIZE 20 ZB_N_APS_RETRANS_ENTRIES 27
    ZBOSS: common/zb_init_default.c:261   ZB_N_APS_KEY_PAIR_ARR_MAX_SIZE 8 ZB_IEEE_ADDR_TABLE_SIZE 64 ZB_NEIGHBOR_TABLE_SIZE 64 ZB_NWK_ROUTING_TABLE_SIZE 0 ZB_APS_DUPS_TABLE_SIZE 32
    E (904) ESP_ZIGBEE_CORE: Unknown device type!
    ZBOSS: zdo/af_descriptor.c:357   ep_count 1
    ZBOSS: zdo/zdo_app_prod_conf.c:144   no production config block found
    ZBOSS: zdo/zdo_app_prod_conf.c:781   no valid production configuration found, signaling to application
    I (929) _zig: ZDO signal: ZDO Config Ready (0x17), status: ESP_FAIL
    I (935) _zig: Initialize Zigbee stack
    ZBOSS: common/zb_debug.c:64   Assertion failed /builds/thread_zigbee/esp-zboss/components/zboss_stack/zboss/zdo/zdo_commissioning.c:104
    Zigbee stack assertion failed zdo/zdo_commissioning.c:104
    
    abort() was called at PC 0x4215c519 on core 0
    Core  0 register dump:
    MEPC    : 0x40802be0  RA      : 0x4080e362  SP      : 0x40839430  GP      : 0x4081efc0
    TP      : 0x407cf974  T0      : 0x37363534  T1      : 0x7271706f  T2      : 0x33323130
    S0/FP   : 0x4083946c  S1      : 0x4083946c  A0      : 0x4083946c  A1      : 0x4083944e
    A2      : 0x00000000  A3      : 0x40839499  A4      : 0x00000001  A5      : 0x40830000
    A6      : 0x00000000  A7      : 0x76757473  S2      : 0x40839450  S3      : 0x00000000
    S4      : 0x004bdef2  S5      : 0x0000004d  S6      : 0x00000000  S7      : 0x00000000
    S8      : 0x00000000  S9      : 0x00000000  S10     : 0x00000000  S11     : 0x00000000
    T3      : 0x6e6d6c6b  T4      : 0x6a696867  T5      : 0x66656463  T6      : 0x62613938
    MSTATUS : 0x00001881  MTVEC   : 0x40800001  MCAUSE  : 0x00000007  MTVAL   : 0x00000000
    MHARTID : 0x00000000
    
    Stack memory:
    40839430: 0x00000000 0x00000000 0x4083946c 0x408164fa 0x00000000 0x0000004d 0x004bdef2 0x00000030
    ...
    ```
    jepler committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    bd57793 View commit details
    Browse the repository at this point in the history
  2. ugh etc

    jepler committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    38b6d8d View commit details
    Browse the repository at this point in the history
  3. it does something!

    jepler committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    f28f085 View commit details
    Browse the repository at this point in the history
Loading