Microchip® Advanced Software Framework

Todo List
Global CAL_OFFSETS_ADDR
Flash memory addresses should be configurable.
File constants.h
Global font_data_type
Add support for fonts in regular ram
Global get_cur_lun (void)
Implement.
Global imu3000_set_state (sensor_hal_t *hal, sensor_state_t state)
Global ISR (func, int_grp, int_lvl)
Update to use IRQ numbers when these are made available in the device header files of both IAR and GCC.
File lwip-1.3.2/src/include/lwip/snmp_structs.h
namespace prefixes
File lwip-1.4.0/src/include/lwip/snmp_structs.h
namespace prefixes
File lwip-1.4.1/src/include/lwip/snmp_structs.h
namespace prefixes
Global LWIP_NETIF_TX_SINGLE_PBUF

: TCP and IP-frag do not work with this, yet:

: TCP and IP-frag do not work with this, yet:

: TCP and IP-frag do not work with this, yet:

Global osc_get_rate (uint8_t id)
RC8M may run at either 8 MHz or 1 MHz. Currently, we assume it's always running at 8 MHz.
Global pll_wait_for_lock (unsigned int pll_id)
Use a timeout to avoid waiting forever and hanging the system
Global rtouch_state_enum
Handle PRR registers, especially shared access to ADC.
Class sau_map_t
Remove workaround for bug in header files.
Global stream_state (U8 id)
Implement.
Global stream_stop (U8 id)
Implement.
Global sysclk_get_cpu_hz (void)
This function assumes that the CPU always runs at the system clock frequency. We want to support at least two more scenarios: Fixed CPU/bus clock dividers (config symbols) and dynamic CPU/bus clock dividers (which may change at run time). Ditto for all the bus clocks.
Global sysclk_get_main_hz (void)
This function assumes that the main clock source never changes once it's been set up, and that PLL0 always runs at the compile-time configured default rate. While this is probably the most common configuration, which we want to support as a special case for performance reasons, we will at some point need to support more dynamic setups as well.