embarc_osp icon indicating copy to clipboard operation
embarc_osp copied to clipboard

embARC Open Software Platform (OSP) - An embedded software distribution for IoT and other embedded applications for ARC

Results 23 embarc_osp issues
Sort by recently updated
recently updated
newest added

# Summary - Fix issue: https://github.com/foss-for-synopsys-dwc-arc-processors/embarc_osp/issues/179#issue-2260797778 # ToDos - I only fixed 3 norflash-related code issues, and there are probably similar bugs somewhere.

https://github.com/foss-for-synopsys-dwc-arc-processors/embarc_osp/blob/67ea926c6a62aa6e19efdc3b11cba3ea0b467e29/device/peripheral/flash/w25qxx/spi_flash_w25qxx.c#L267 Use the size to calculate the last address needs to subtract 1: ` last_address = (address + size -1) & (~(dev->sector_sz - 1)); `

``Hello, Can anyone explain why some getter/setter functions in arc_excaption.c, for example int_pri_set(), int_ipm_set(), int_ipm_get().., change the interrupt value passed into the function by adding or subtracting INT_PRI_MIN .. ?????...