Changeset 69
- Timestamp:
- Jan 23, 2025, 4:10:33 PM (9 months ago)
- Location:
- ctrl/firmware/Main
- Files:
-
- 75 added
- 11 edited
-
CubeMX/AZURE_RTOS/App/app_azure_rtos.c (modified) (view diffs)
-
CubeMX/AZURE_RTOS/App/app_azure_rtos.h (modified) (view diffs)
-
CubeMX/AZURE_RTOS/App/app_azure_rtos_config.h (modified) (view diffs)
-
CubeMX/Core/Src/app_threadx.c (modified) (view diffs)
-
CubeMX/Middlewares/ST/netxduo (added)
-
CubeMX/Middlewares/ST/netxduo/common (added)
-
CubeMX/Middlewares/ST/netxduo/common/inc (added)
-
CubeMX/Middlewares/ST/netxduo/common/inc/nx_api.h (added)
-
CubeMX/Middlewares/ST/netxduo/common/src (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_icmpv4_send_error_message.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_icmpv6_DAD_clear_NDCache_entry.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_icmpv6_dest_table_add.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_icmpv6_dest_table_find.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_icmpv6_perform_DAD.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_icmpv6_send_error_message.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_icmpv6_send_ns.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_icmpv6_send_rs.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_igmp_multicast_check.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_invalidate_destination_entry.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_ip_checksum_compute.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_ip_create.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_ip_deferred_link_status_process.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_ip_dispatch_process.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_ip_driver_packet_send.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_ip_header_add.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_ip_initialize.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_ip_packet_deferred_receive.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_ip_packet_receive.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_ip_packet_send.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_ip_periodic_timer_entry.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_ip_route_find.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_ip_thread_entry.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_ipv4_option_process.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_ipv4_packet_receive.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_ipv6_fragment_process.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_ipv6_header_add.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_ipv6_multicast_join.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_ipv6_multicast_leave.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_ipv6_option_error.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_ipv6_packet_copy.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_ipv6_packet_send.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_ipv6_prefix_list_delete_entry.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_ipv6_process_fragment_option.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_ipv6_process_hop_by_hop_option.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_ipv6_process_routing_option.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_ipv6_util.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_nd_cache_add_entry.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_nd_cache_delete_internal.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_nd_cache_find_entry.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_packet_allocate.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_packet_copy.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_packet_data_append.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_packet_pool_cleanup.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_packet_pool_create.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_packet_pool_initialize.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_packet_release.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_packet_transmit_release.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_system_initialize.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nx_tcp_initialize.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nxd_ipv6_find_max_prefix_length.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nxd_ipv6_interface_find.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nxd_ipv6_prefix_router_timer_tick.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nxd_ipv6_router_lookup.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nxd_ipv6_router_solicitation_check.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nxd_ipv6_search_onlink.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nxe_ip_create.c (added)
-
CubeMX/Middlewares/ST/netxduo/common/src/nxe_packet_pool_create.c (added)
-
CubeMX/Middlewares/ST/netxduo/ports (added)
-
CubeMX/Middlewares/ST/netxduo/ports/cortex_m7 (added)
-
CubeMX/Middlewares/ST/netxduo/ports/cortex_m7/gnu (added)
-
CubeMX/Middlewares/ST/netxduo/ports/cortex_m7/gnu/inc (added)
-
CubeMX/Middlewares/ST/netxduo/ports/cortex_m7/gnu/inc/nx_port.h (added)
-
CubeMX/NetXDuo (added)
-
CubeMX/NetXDuo/App (added)
-
CubeMX/NetXDuo/App/app_netxduo.c (added)
-
CubeMX/NetXDuo/App/app_netxduo.h (added)
-
CubeMX/NetXDuo/App/nx_user.h (added)
-
CubeMX/charger.ioc (modified) (view diffs)
-
SES/Core/Inc/eth_thread.h (added)
-
SES/Core/Src/eth_thread.cpp (added)
-
SES/Core/Src/fan_thread.cpp (modified) (view diffs)
-
SES/Output/Debug/Exe/charger.elf (modified) (view diffs)
-
SES/Output/Debug/Exe/charger.hex (modified) (view diffs)
-
SES/Output/Debug/Exe/charger.htm (modified) (view diffs)
-
SES/Setup/SEGGER_Flash.icf (modified) (view diffs)
-
SES/charger.emProject (modified) (view diffs)
Note: See TracChangeset
for help on using the changeset viewer.
