I am not aware of anyone that has compiled OSQP for use on an FPGA (I assume that this is what you mean by 'implemented'). I would expect that this would require a significant amount of work and redevelopment to achieve good performance. There are published results describing the use of ADMM on FPGAs that found that very high-speed performance is possible using algorithms similar to the one in OSQP, but they predate the actual development of the OSQP code. See
here for one such example.
For an MCU, then it should be possible to compile OSQP to run on it, but the details depend on the hardware. Your MCU should have a C compiler, should be capable floating point arithmetic, and would ideally be 32 bit.