Changeset 657 for trunk/hal/tsar_mips32/core
- Timestamp:
- Mar 18, 2020, 11:16:59 PM (5 years ago)
- Location:
- trunk/hal/tsar_mips32/core
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/tsar_mips32/core/hal_macros.h
r570 r657 26 26 27 27 ////////////////////////////////////////////////////////////////////////////////////////// 28 // User-side, hardware dependant, macros definition.28 // Hardware dependant, macros definition. 29 29 // 30 30 // Any architecture specific implementation must implement these macros. -
trunk/hal/tsar_mips32/core/hal_remote.c
r647 r657 3 3 * 4 4 * Authors : Mohammed Karaoui (2015) 5 * Alain Greiner (2016 )5 * Alain Greiner (2016,2017,2018,2019) 6 6 * 7 7 * Copyright (c) UPMC Sorbonne Universites -
trunk/hal/tsar_mips32/core/hal_uspace.c
r654 r657 2 2 * hal_uspace.c - implementation of Generic User Space Access API for MIPS32 3 3 * 4 * Author Alain Greiner (2016,2017,2018,2019 )4 * Author Alain Greiner (2016,2017,2018,2019,2020) 5 5 * 6 6 * Copyright (c) UPMC Sorbonne Universites … … 54 54 uint32_t dst = (uint32_t)GET_PTR( k_dst_xp ); 55 55 uint32_t cxy = (uint32_t)GET_CXY( k_dst_xp ); 56 57 56 58 57 #if DEBUG_HAL_USPACE
Note: See TracChangeset
for help on using the changeset viewer.