osal clean up
remove OSAL_TASK_DEF, osal_task_create. Applicaton should create a task and call tinyusb_task(). This make API consistent with NO OS.
This commit is contained in:
		| @@ -18,11 +18,12 @@ | ||||
|       arm_target_debug_interface_type="ADIv5" | ||||
|       arm_target_device_name="nRF52840_xxAA" | ||||
|       arm_target_interface_type="SWD" | ||||
|       build_treat_warnings_as_errors="Yes" | ||||
|       build_treat_warnings_as_errors="No" | ||||
|       c_preprocessor_definitions="NRF52840_XXAA;__nRF_FAMILY;ARM_MATH_CM4;FLASH_PLACEMENT=1;BOARD_PCA10056;CFG_TUSB_MCU=OPT_MCU_NRF5X" | ||||
|       c_user_include_directories="./;../../src;$(rootDir)/hw/cmsis/Include;$(rootDir)/hw;$(rootDir)/src;$(nrfxDir)/..;$(nrfxDir);$(nrfxDir)/mdk;$(nrfxDir)/hal;$(nrfxDir)/drivers/include;$(freertosDir)/Source/include;$(freertosDir)/Source/portable/GCC/ARM_CM4F" | ||||
|       debug_register_definition_file="nrf52840_Registers.xml" | ||||
|       debug_target_connection="J-Link" | ||||
|       gcc_enable_all_warnings="Yes" | ||||
|       gcc_entry_point="Reset_Handler" | ||||
|       link_use_linker_script_file="No" | ||||
|       linker_memory_map_file="nRF52840_xxAA_MemoryMap.xml" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 hathach
					hathach